edu.toronto.cs.proof
Class NodePair

java.lang.Object
  extended by edu.toronto.cs.proof.NodePair

public class NodePair
extends java.lang.Object

A tuple class -- don't we have one in util package? in any case, can't we just use arrays for that?


Field Summary
 DaVinciGraph.FullNode fst
           
 DaVinciGraph.FullNode snd
           
 
Constructor Summary
NodePair(DaVinciGraph.FullNode _fst, DaVinciGraph.FullNode _snd)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fst

public DaVinciGraph.FullNode fst

snd

public DaVinciGraph.FullNode snd
Constructor Detail

NodePair

public NodePair(DaVinciGraph.FullNode _fst,
                DaVinciGraph.FullNode _snd)