Class CucaDiagram

    • Constructor Detail

      • CucaDiagram

        public CucaDiagram()
    • Method Detail

      • setNamespaceSeparator

        public final void setNamespaceSeparator​(java.lang.String namespaceSeparator)
      • getNamespaceSeparator

        public final java.lang.String getNamespaceSeparator()
      • hasUrl

        public boolean hasUrl()
        Description copied from interface: Diagram
        Check if the Diagram have some links.
        Specified by:
        hasUrl in interface Diagram
        Overrides:
        hasUrl in class AbstractPSystem
        Returns:
      • leafExist

        public boolean leafExist​(Code code)
      • gotoThisGroup

        public final void gotoThisGroup​(IGroup group)
      • getFullyQualifiedCode

        protected final Code getFullyQualifiedCode​(Code code)
      • getCurrentGroup

        public final IGroup getCurrentGroup()
      • getGroup

        public final IGroup getGroup​(Code code)
      • endGroup

        public void endGroup()
      • isGroup

        public final boolean isGroup​(Code code)
      • getGroups

        public final java.util.Collection<IGroup> getGroups​(boolean withRootGroup)
      • getRootGroup

        public IGroup getRootGroup()
      • getLeafsvalues

        public java.util.Collection<ILeaf> getLeafsvalues()
      • getLeafssize

        public final int getLeafssize()
      • getLeafsget

        public final ILeaf getLeafsget​(Code code)
      • addLink

        public final void addLink​(Link link)
      • removeLink

        protected final void removeLink​(Link link)
      • getLinks

        public final java.util.List<Link> getLinks()
      • getHorizontalPages

        public final int getHorizontalPages()
      • setHorizontalPages

        public final void setHorizontalPages​(int horizontalPages)
      • getVerticalPages

        public final int getVerticalPages()
      • setVerticalPages

        public final void setVerticalPages​(int verticalPages)
      • getDotStrings

        protected abstract java.util.List<java.lang.String> getDotStrings()
      • getDotStringSkek

        public final java.lang.String[] getDotStringSkek()
      • isAutarkic

        public boolean isAutarkic​(IGroup g)
      • resetPragmaLabel

        public void resetPragmaLabel()
      • getLabeldistance

        public java.lang.String getLabeldistance()
      • getLabelangle

        public java.lang.String getLabelangle()
      • isVisibilityModifierPresent

        public final boolean isVisibilityModifierPresent()
      • setVisibilityModifierPresent

        public final void setVisibilityModifierPresent​(boolean visibilityModifierPresent)
      • hideOrShow

        public void hideOrShow​(java.util.Set<VisibilityModifier> visibilities,
                               boolean show)
      • hideOrShow2

        public void hideOrShow2​(java.lang.String what,
                                boolean show)
      • removeOrRestore

        public void removeOrRestore​(java.lang.String what,
                                    boolean show)
      • isStandalone

        public final boolean isStandalone​(IEntity ent)
      • getLastLink

        public final Link getLastLink()
      • getLastEntity

        public final ILeaf getLastEntity()
      • getEntityFactory

        public final EntityFactory getEntityFactory()
      • applySingleStrategy

        public void applySingleStrategy()
      • isHideEmptyDescriptionForState

        public boolean isHideEmptyDescriptionForState()
      • incRawLayout

        protected void incRawLayout()