edu.ksu.cis.bnj.bbn.inference.cutset
Class JointProbEntry

java.lang.Object
  extended byedu.ksu.cis.bnj.bbn.inference.cutset.JointProbEntry
All Implemented Interfaces:
java.lang.Comparable

public class JointProbEntry
extends java.lang.Object
implements java.lang.Comparable

Author:
Roby Joehanes

Constructor Summary
JointProbEntry(java.util.Hashtable k, double s)
           
 
Method Summary
 int compareTo(java.lang.Object o)
          Returns 0 if equals, positive if greater, negative if less
 boolean equals(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JointProbEntry

public JointProbEntry(java.util.Hashtable k,
                      double s)
Method Detail

compareTo

public int compareTo(java.lang.Object o)
Returns 0 if equals, positive if greater, negative if less

Specified by:
compareTo in interface java.lang.Comparable

equals

public boolean equals(java.lang.Object o)