public class Scenario
extends java.lang.Object
| Constructor and Description |
|---|
Scenario(MapEnvironment env,
Map agentMap,
java.lang.String agentLoc)
Creates a scenario.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
getAgentMap() |
MapEnvironment |
getEnv() |
Map |
getEnvMap() |
java.lang.String |
getInitAgentLocation() |
public Scenario(MapEnvironment env, Map agentMap, java.lang.String agentLoc)
env - a map-based environment. Note that the contained map must be
of type ExtendableMapagentMap - a map reflecting the knowledge of the agent about the
environmentagentLoc - initial location of the agentpublic MapEnvironment getEnv()
public Map getEnvMap()
public Map getAgentMap()
public java.lang.String getInitAgentLocation()