Package net.sourceforge.plantuml.abel
Interface EntityFactory
-
- All Known Implementing Classes:
AbstractClassOrObjectDiagram,AbstractEntityDiagram,ActivityDiagram,ChenEerDiagram,ClassDiagram,CompositeDiagram,CucaDiagram,DescriptionDiagram,StateDiagram
public interface EntityFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntitygetRootGroup()ISkinParamgetSkinParam()UmlDiagramTypegetUmlDiagramType()java.util.Collection<Entity>groups()booleanisHideEmptyDescriptionForState()
-
-
-
Method Detail
-
getRootGroup
Entity getRootGroup()
-
groups
java.util.Collection<Entity> groups()
-
isHideEmptyDescriptionForState
boolean isHideEmptyDescriptionForState()
-
getUmlDiagramType
UmlDiagramType getUmlDiagramType()
-
getSkinParam
ISkinParam getSkinParam()
-
-