public interface PerceptToStateFunction
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getState(Percept p)
Get the problem state associated with a Percept.
|
java.lang.Object getState(Percept p)
p - the percept to be transformed to a problem state.