Свойство | Type | Description | |
---|---|---|---|
envState | |||
isDone | bool |
Méthode | Description | |
---|---|---|
VacuumEnvironment ( ) : System | ||
VacuumEnvironment ( LocationState locAState, LocationState locBState ) : System | ||
addAgent ( Agent a ) : void | ||
addAgent ( Agent a, String location ) : void | ||
executeAction ( Agent a, System.Action agentAction ) : EnvironmentState | ||
getAgentLocation ( Agent a ) : String | ||
getCurrentState ( ) : EnvironmentState | ||
getLocationState ( String location ) : LocationState | ||
getPerceptSeenBy ( Agent anAgent ) : Percept | ||
isDone ( ) : bool |
public VacuumEnvironment ( LocationState locAState, LocationState locBState ) : System | ||
locAState | LocationState | |
locBState | LocationState | |
Résultat | System |
public addAgent ( Agent a, String location ) : void | ||
a | Agent | |
location | String | |
Résultat | void |
public executeAction ( Agent a, System.Action agentAction ) : EnvironmentState | ||
a | Agent | |
agentAction | System.Action | |
Résultat | EnvironmentState |
public getAgentLocation ( Agent a ) : String | ||
a | Agent | |
Résultat | String |
public getCurrentState ( ) : EnvironmentState | ||
Résultat | EnvironmentState |
public getLocationState ( String location ) : LocationState | ||
location | String | |
Résultat | LocationState |
public getPerceptSeenBy ( Agent anAgent ) : Percept | ||
anAgent | Agent | |
Résultat | Percept |
protected VacuumEnvironmentState,AIMA.Core.Environment.Vacuum envState | ||
Résultat |