public class GridWorldDomain.AtLocationPF extends PropositionalFunction
name, parameterClasses, parameterOrderGroup| Constructor and Description |
|---|
AtLocationPF(java.lang.String name,
java.lang.String[] parameterClasses)
Initializes with given name domain and parameter object class types
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isTrue(OOState st,
java.lang.String... params)
Returns whether the propositional function is true for the given state with the given parameters
This version is preferred to the comma delimited version.
|
allGroundings, allGroundingsFromList, equals, findPF, getName, getParameterClasses, getParameterOrderGroups, hashCode, init, someGroundingIsTrue, toStringpublic AtLocationPF(java.lang.String name,
java.lang.String[] parameterClasses)
name - name of functionparameterClasses - the object class types for the parameterspublic boolean isTrue(OOState st, java.lang.String... params)
PropositionalFunctionisTrue in class PropositionalFunctionst - the state that is being checkedparams - the parameters being passed in to the propositional function