public interface ObjectParameterizedAction extends Action
Action
interface for actions whose
parameters included references to OO-MDP ObjectInstance
s.Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getObjectParameters()
Returns the parameters of this
Action that correspond to OO-MDP objects. |
void |
setObjectParameters(java.lang.String[] params)
Sets the object parameters for this
Action . |
actionName, copy
java.lang.String[] getObjectParameters()
Action
that correspond to OO-MDP objects.Action
that correspond to OO-MDP objects.void setObjectParameters(java.lang.String[] params)
Action
.params
- the object parameters to use.