public abstract class AbstractPahCarCreator
extends java.lang.Object
implements cz.agents.alite.creator.Creator
Modifier and Type | Field and Description |
---|---|
protected AgentScoutUniverse |
universe |
protected java.lang.String |
villageMapXMLFile |
Constructor and Description |
---|
AbstractPahCarCreator() |
Modifier and Type | Method and Description |
---|---|
void |
create() |
protected void |
create3DVisualization() |
protected void |
createEntities() |
protected void |
createEnvironment() |
protected void |
createOverlayVisualization() |
protected void |
createSimulation() |
protected void |
createVisualization() |
abstract PahCarAgent |
getCarAgent() |
void |
init(java.lang.String[] args) |
protected AgentScoutUniverse universe
protected final java.lang.String villageMapXMLFile
public void init(java.lang.String[] args)
init
in interface cz.agents.alite.creator.Creator
public void create()
create
in interface cz.agents.alite.creator.Creator
protected void createSimulation()
protected void createEnvironment()
protected void createVisualization()
protected void createEntities()
public abstract PahCarAgent getCarAgent()
protected void createOverlayVisualization()
protected void create3DVisualization()