Package ch.ifocusit.plantuml
Class PlantUmlBuilder
java.lang.Object
ch.ifocusit.plantuml.PlantUmlBuilder
Plantuml diagram helper for java classes.
- Author:
- Julien Boz
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAssociation(Association association) addAssociation(String aName, String bName) addAssociation(String aName, String bName, Association.AssociationType type) addAssociation(String aName, String bName, Association.AssociationType type, String label) addAssociation(String aName, String bName, Association.AssociationType type, String label, Cardinality aCardinality, Cardinality bCardinality) addAssociation(String aName, String bName, String label) addPackage(Package aPackage, Clazz... classes) appendFooter(String footer) appendHeader(String header) appendTitle(String title) build()
-
Field Details
-
SEMICOLON
- See Also:
-
COMMA
- See Also:
-
BRACE_OPEN
- See Also:
-
BRACE_CLOSE
- See Also:
-
STEREOTYPE_OPEN
- See Also:
-
STEREOTYPE_CLOSE
- See Also:
-
TAB
- See Also:
-
NEWLINE
-
QUOTE
- See Also:
-
HASHTAG
- See Also:
-
PACKAGE_TMPL
- See Also:
-
BRACKET_OPEN
- See Also:
-
BRACKET_CLOSE
- See Also:
-
-
Constructor Details
-
PlantUmlBuilder
public PlantUmlBuilder()
-
-
Method Details
-
build
-
append
-
start
-
end
-
appendTitle
-
appendHeader
-
addPackage
-
addType
-
addAssociation
-
addAssociation
-
addAssociation
-
addAssociation
public PlantUmlBuilder addAssociation(String aName, String bName, Association.AssociationType type, String label) -
addAssociation
-
addAssociation
public PlantUmlBuilder addAssociation(String aName, String bName, Association.AssociationType type, String label, Cardinality aCardinality, Cardinality bCardinality)
-