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 Entity
getRootGroup()
ISkinParam
getSkinParam()
UmlDiagramType
getUmlDiagramType()
java.util.Collection<Entity>
groups()
boolean
isHideEmptyDescriptionForState()
-
-
-
Method Detail
-
getRootGroup
Entity getRootGroup()
-
groups
java.util.Collection<Entity> groups()
-
isHideEmptyDescriptionForState
boolean isHideEmptyDescriptionForState()
-
getUmlDiagramType
UmlDiagramType getUmlDiagramType()
-
getSkinParam
ISkinParam getSkinParam()
-
-