|
||||||||
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
public class HPPGivenVariable
Type of variable where value is known with certainty (i.e. special case of multi where single value with 1.0 probability)
Constructor Summary | |
---|---|
HPPGivenVariable(java.lang.String name,
java.lang.String value)
Basic constructor to initialize name/value |
Method Summary | |
---|---|
java.lang.String |
getType()
A variable's type is just a string (used for console debugging) |
java.lang.String |
getValue()
Supports read-only access to the sole value |
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 HPPGivenVariable(java.lang.String name, java.lang.String value)
name
- variable namevalue
- variable valueMethod Detail |
---|
public java.lang.String getValue()
public java.lang.String getType()
HPPVariable
getType
in class HPPVariable
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |