Package net.sourceforge.plantuml.dot
Class DotData
- java.lang.Object
-
- net.sourceforge.plantuml.dot.DotData
-
public final class DotData extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DotData(EntityFactory entityFactory, Entity topParent, java.util.List<Link> links, java.util.Collection<Entity> leafs, GroupHierarchy groupHierarchy, PortionShower portionShower)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupHierarchy
getGroupHierarchy()
java.util.Collection<Entity>
getLeafs()
java.util.List<Link>
getLinks()
PortionShower
getPortionShower()
Entity
getRootGroup()
ISkinParam
getSkinParam()
Entity
getTopParent()
UmlDiagramType
getUmlDiagramType()
boolean
isDegeneratedWithFewEntities(int nb)
boolean
isEmpty(Entity g)
boolean
isHideEmptyDescriptionForState()
void
removeIrrelevantSametail()
-
-
-
Constructor Detail
-
DotData
public DotData(EntityFactory entityFactory, Entity topParent, java.util.List<Link> links, java.util.Collection<Entity> leafs, GroupHierarchy groupHierarchy, PortionShower portionShower)
-
-
Method Detail
-
getRootGroup
public Entity getRootGroup()
-
isDegeneratedWithFewEntities
public boolean isDegeneratedWithFewEntities(int nb)
-
isHideEmptyDescriptionForState
public final boolean isHideEmptyDescriptionForState()
-
getUmlDiagramType
public UmlDiagramType getUmlDiagramType()
-
getSkinParam
public ISkinParam getSkinParam()
-
getGroupHierarchy
public GroupHierarchy getGroupHierarchy()
-
getLinks
public java.util.List<Link> getLinks()
-
getLeafs
public java.util.Collection<Entity> getLeafs()
-
getTopParent
public final Entity getTopParent()
-
isEmpty
public boolean isEmpty(Entity g)
-
getPortionShower
public PortionShower getPortionShower()
-
removeIrrelevantSametail
public void removeIrrelevantSametail()
-
-