edu.toronto.cs.davinci
Class DaVinciGraph.RefNode

java.lang.Object
  extended by edu.toronto.cs.davinci.DaVinciGraph.RefNode
All Implemented Interfaces:
DaVinciGraph.Node
Enclosing class:
DaVinciGraph

public class DaVinciGraph.RefNode
extends java.lang.Object
implements DaVinciGraph.Node


Constructor Summary
DaVinciGraph.RefNode(DaVinciGraph.FullNode _node)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DaVinciGraph.RefNode

public DaVinciGraph.RefNode(DaVinciGraph.FullNode _node)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object