|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umich.soar.hpp.HPPVariable
edu.umich.soar.hpp.HPPGivenVariable
edu.umich.soar.hpp.HPPGivenBinaryVariable
public class HPPGivenBinaryVariable
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 |
---|
public HPPGivenBinaryVariable(java.lang.String name, boolean value)
name
- variable namevalue
- variable value
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |