edu.umich.soar.hpp
Class HPPCPTBinaryEntry

java.lang.Object
  extended by edu.umich.soar.hpp.HPPCPTEntry
      extended by edu.umich.soar.hpp.HPPCPTBinaryEntry

public class HPPCPTBinaryEntry
extends HPPCPTEntry

Specialization of CPT Entry for the case of binary value


Constructor Summary
HPPCPTBinaryEntry(HPPConstraint[] conditions, boolean value, double probability)
          Utility constructor that assumes boolean value
 
Method Summary
 
Methods inherited from class edu.umich.soar.hpp.HPPCPTEntry
addCondition, addValue, getConditions, getValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HPPCPTBinaryEntry

public HPPCPTBinaryEntry(HPPConstraint[] conditions,
                         boolean value,
                         double probability)
Utility constructor that assumes boolean value

Parameters:
conditions - array of symbolic constraints
value - variable value
probability - probability of taking the value given the conditions