|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmassim.framework.simulation.AbstractSimulationAgent
massim.gridsimulations.SimulationAgentExtend
public abstract class SimulationAgentExtend
This class deals with the agent state, his actions and perceptions.
Constructor Summary | |
---|---|
SimulationAgentExtend()
|
Method Summary | |
---|---|
boolean |
moveAction(java.lang.String action)
|
abstract void |
updateWorldState(WorldState workdstate,
SimulationAgent[] agents)
|
Methods inherited from class massim.framework.simulation.AbstractSimulationAgent |
---|
getAgent, setAgent, setAgentParameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface massim.framework.simulation.SimulationAgent |
---|
createFinalPerception, createInitialPerception, createPerception, getAgentState, processAction |
Constructor Detail |
---|
public SimulationAgentExtend()
Method Detail |
---|
public boolean moveAction(java.lang.String action)
public abstract void updateWorldState(WorldState workdstate, SimulationAgent[] agents)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |