edu.umich.soar.hpp
Class HPPGivenBinaryVariable

java.lang.Object
  extended by edu.umich.soar.hpp.HPPVariable
      extended by edu.umich.soar.hpp.HPPGivenVariable
          extended by edu.umich.soar.hpp.HPPGivenBinaryVariable
All Implemented Interfaces:
java.lang.Comparable<HPPVariable>

public class HPPGivenBinaryVariable
extends HPPGivenVariable

Specialization of given variable for the binary case


Constructor Summary
HPPGivenBinaryVariable(java.lang.String name, boolean value)
          Constructor that exploits Java's built-in "true" and "false"
 
Method Summary
 
Methods inherited from class edu.umich.soar.hpp.HPPGivenVariable
getType, getValue
 
Methods inherited from class edu.umich.soar.hpp.HPPVariable
compareTo, getName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HPPGivenBinaryVariable

public HPPGivenBinaryVariable(java.lang.String name,
                              boolean value)
Constructor that exploits Java's built-in "true" and "false"

Parameters:
name - variable name
value - variable value