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 GroupHierarchygetGroupHierarchy()java.util.Collection<Entity>getLeafs()java.util.List<Link>getLinks()PortionShowergetPortionShower()EntitygetRootGroup()ISkinParamgetSkinParam()EntitygetTopParent()UmlDiagramTypegetUmlDiagramType()booleanisDegeneratedWithFewEntities(int nb)booleanisEmpty(Entity g)booleanisHideEmptyDescriptionForState()voidremoveIrrelevantSametail()
-
-
-
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()
-
-