org.planx.msd.graph
Class Compactor.Edge

java.lang.Object
  extended by org.planx.msd.graph.Compactor.Edge
Enclosing class:
Compactor<N>

public class Compactor.Edge
extends Object

A container class that specifies the location of a node in a graph.


Field Summary
 int childIndex
           
 N node
           
 N parent
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

node

public N node

parent

public N parent

childIndex

public int childIndex
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010. All Rights Reserved.