Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Latest commit

 

History

History
35 lines (20 loc) · 769 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 769 Bytes

Documentation

Overview

Class Diagram Overview

Usage:

GeneratorOptions options = GeneratorOptions.getInstance();

DataFlowConfidentialityAnalysis analysis;

PCMDiagramGenerator diagramGenerator = new PCMDiagramGenerator(options, analysis);

PlantUMLDrawingStrategy drawer = new PlantUMLDrawingStrategy();
PCMDataFlowElementFactory creator = PCMDataFlowElementFactory.getInstance();

Predicate condition;

PCMGraphProcessor processor = new PCMGraphProcessor(creator, condition);

diagramGenerator.generateDataFlowDiagram(drawer, processor);

Model

Class Diagram Model

PCM

Class Diagram PCM

PlantUML

Class Diagram PlantUML