edu.toronto.cs.mdd
Class MDDPoint

java.lang.Object
  extended by edu.toronto.cs.mdd.MDDPoint

public class MDDPoint
extends java.lang.Object

This class is used to package a point, mostly needed for false points


Constructor Summary
MDDPoint(MDDNode _node, int _val)
           
 
Method Summary
 MDDNode getNode()
           
 int getValue()
           
 void setNode(MDDNode v)
           
 void setValue(int v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MDDPoint

public MDDPoint(MDDNode _node,
                int _val)
Method Detail

getNode

public MDDNode getNode()

getValue

public int getValue()

setNode

public void setNode(MDDNode v)

setValue

public void setValue(int v)