Uses of Class
vacworld.VacuumState

Packages that use VacuumState
vacworld   
 

Uses of VacuumState in vacworld
 

Methods in vacworld that return VacuumState
static VacuumState VacuumState.getInitState()
          Return the default initial state for the vacuum world.
static VacuumState VacuumState.getRandomState()
          Return a random initial state for the vacuum world.
static VacuumState VacuumState.getRandomState(int randSeed)
          Return a random initial state for the vacuum world using a specific seed.
 

Constructors in vacworld with parameters of type VacuumState
VacPercept(VacuumState state, Agent agent)
          Construct a vacuum world percept.