public class Skeleton
extends java.lang.Object
Constructor and Description |
---|
Skeleton() |
Modifier and Type | Method and Description |
---|---|
void |
add(Link link) |
void |
addAll(Skeleton other) |
void |
computeLayers() |
boolean |
doesTouch(Link other) |
boolean |
doesTouch(Skeleton other) |
java.util.Collection<IEntity> |
entities() |
Skeleton |
removeCycle() |
java.lang.String |
toString() |
public java.lang.String toString()
toString
in class java.lang.Object
public Skeleton removeCycle()
public void add(Link link)
public void addAll(Skeleton other)
public boolean doesTouch(Link other)
public boolean doesTouch(Skeleton other)
public void computeLayers()
public java.util.Collection<IEntity> entities()