org.apache.commons.graph.algorithm.util
Class Label

java.lang.Object
  extended byorg.apache.commons.graph.algorithm.util.Label

public class Label
extends java.lang.Object


Field Summary
private  Label root
           
 
Constructor Summary
Label()
           
Label(Label root)
           
 
Method Summary
 Label getRoot()
           
 void setRoot(Label root)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

root

private Label root
Constructor Detail

Label

public Label()

Label

public Label(Label root)
Method Detail

setRoot

public void setRoot(Label root)

getRoot

public Label getRoot()