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