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