Class ObjectDiagramConstructor
java.lang.Object
org.fulib.workflows.generators.constructors.ObjectDiagramConstructor
The ObjectDiagramConstructor builds an objectdiagram from a list of data events from an fulibWorkflows Board.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildObjectDiagram(List<Data> notes, int index) Builds object description in fulibYaml syntax and generates a svg object diagram via fulibTools
-
Constructor Details
-
ObjectDiagramConstructor
public ObjectDiagramConstructor()
-
-
Method Details
-
buildObjectDiagram
Builds object description in fulibYaml syntax and generates a svg object diagram via fulibTools- Parameters:
notes- list of data notesindex- references the index of the objectdiagram- Returns:
- classdiagram svg file content as string
-