net.sourceforge.plantuml.hector2.continuity
Class Skeleton

java.lang.Object
  extended by net.sourceforge.plantuml.hector2.continuity.Skeleton

public class Skeleton
extends Object


Constructor Summary
Skeleton()
           
 
Method Summary
 void add(Link link)
           
 void addAll(Skeleton other)
           
 void computeLayers()
           
 boolean doesTouch(Link other)
           
 boolean doesTouch(Skeleton other)
           
 Collection<IEntity> entities()
           
 Skeleton removeCycle()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Skeleton

public Skeleton()
Method Detail

toString

public String toString()
Overrides:
toString in class 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 Collection<IEntity> entities()


Copyright © 2014. All Rights Reserved.