|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umich.soar.hpp.HPPConstraint
edu.umich.soar.hpp.HPPBinaryConstraint
public class HPPBinaryConstraint
Specialization of constraints for binary value
Constructor Summary | |
---|---|
HPPBinaryConstraint(HPPVariable variable,
boolean value)
Utility constructor using an existing variable |
|
HPPBinaryConstraint(java.lang.String name,
boolean value)
Basic constructor - exploits Java's built-in "true" and "false" |
Method Summary |
---|
Methods inherited from class edu.umich.soar.hpp.HPPConstraint |
---|
compareTo, getName, getValue, satisfiedBy, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HPPBinaryConstraint(HPPVariable variable, boolean value)
variable
- used to extract namevalue
- constraint valuepublic HPPBinaryConstraint(java.lang.String name, boolean value)
name
- constraint namevalue
- constraint value
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |