Class EntityFactory
java.lang.Object
net.sourceforge.plantuml.cucadiagram.entity.EntityFactory
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEntityFactory(List<HideOrShow2> hides2, List<HideOrShow2> removed, CucaDiagram namespaceSeparator) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidstatic voidbigError()buildFullyQualified(Ident currentPath, Ident id) voidcreateGroup(Ident ident, Code code, Display display, Code namespace, GroupType groupType, IGroup parentContainer, Set<VisibilityModifier> hides, String namespaceSeparator) createLeaf(Ident ident, Code code, Display display, LeafType entityType, IGroup parentContainer, Set<VisibilityModifier> hides, String namespaceSeparator) createLeafForEmptyGroup(IGroup g, ISkinParam skinParam) final IGroupfinal IGroupgetGroupStrict(Ident ident) final IGroupgetGroupVerySmart(Ident ident) getIntricatedDisplay(Ident ident) final ILeaffinal ILeafgetLeafSmart(Ident ident) final ILeafgetLeafStrict(Ident ident) final ILeafgetLeafVerySmart(Ident ident) getLinks()getParentContainer(Ident ident, IGroup parentContainer) final Collection<IGroup>groups()final Collection<IGroup>groups2()voidbooleanisIntricated(IGroup parent) booleanfinal Collection<ILeaf>leafs()final Collection<ILeaf>leafs2()muteToGroup(String name, Code namespace, GroupType type, IGroup parent) muteToGroup1972(Ident ident, Code namespace, GroupType type, IGroup parent) voidremoveLink(Link link) voidthisIsGoingToBeALeaf(Ident ident) voidthisIsNotArealGroup(Ident ident)
-
Field Details
-
namespaceSeparator
-
-
Constructor Details
-
EntityFactory
public EntityFactory(List<HideOrShow2> hides2, List<HideOrShow2> removed, CucaDiagram namespaceSeparator)
-
-
Method Details
-
getLeafForEmptyGroup
-
getRootSuperGroup
-
getAllSuperGroups
-
buildSuperGroups
public void buildSuperGroups() -
createLeafForEmptyGroup
-
getIntricatedDisplay
-
isIntricated
-
isHidden
-
isRemoved
-
thisIsGoingToBeALeaf
-
thisIsNotArealGroup
-
createLeaf
-
createGroup
-
addLeaf
-
addGroup
-
bigError
public static void bigError() -
muteToGroup
-
muteToGroup1972
-
getRootGroup
-
getLeafStrict
-
getLeafSmart
-
getLeafVerySmart
-
buildFullyQualified
-
getGroupStrict
-
getGroupVerySmart
-
getLeaf
-
getGroup
-
leafs
-
groups
-
groups2
-
leafs2
-
incRawLayout
public void incRawLayout() -
getLinks
-
addLink
-
removeLink
-
getParentContainer
-