Class Skeleton
- java.lang.Object
-
- net.sourceforge.plantuml.hector2.continuity.Skeleton
-
public class Skeleton extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Skeleton()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Link link)voidaddAll(Skeleton other)voidcomputeLayers()booleandoesTouch(Link other)booleandoesTouch(Skeleton other)java.util.Collection<IEntity>entities()SkeletonremoveCycle()java.lang.StringtoString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
removeCycle
public Skeleton removeCycle()
-
add
public void add(Link link)
-
addAll
public void addAll(Skeleton other)
-
doesTouch
public boolean doesTouch(Link other)
-
doesTouch
public boolean doesTouch(Skeleton other)
-
computeLayers
public void computeLayers()
-
entities
public java.util.Collection<IEntity> entities()
-
-