Class PlantUMLSequenceDiagramGenerator
java.lang.Object
de.elnarion.util.plantuml.generator.sequencediagram.PlantUMLSequenceDiagramGenerator
This class provides the ability to generate a sequence diagram from existing
java classes.
-
Constructor Summary
ConstructorsConstructorDescriptionPlantUMLSequenceDiagramGenerator(PlantUMLSequenceDiagramConfig paramPlantUMLConfig) Instantiates a new plant UML sequence diagram generator. -
Method Summary
-
Constructor Details
-
PlantUMLSequenceDiagramGenerator
Instantiates a new plant UML sequence diagram generator.- Parameters:
paramPlantUMLConfig- the param plant UML config
-
-
Method Details
-
generateDiagramText
Generate diagram text.- Returns:
- the string
- Throws:
NotFoundException- the not found exception
-