|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Action in massim.competition2006 |
---|
Methods in massim.competition2006 with parameters of type Action | |
---|---|
void |
GridSimulationAgent.processAction(Action a,
WorldState simstate,
AgentState[] agentstates)
|
Uses of Action in massim.competition2007 |
---|
Methods in massim.competition2007 with parameters of type Action | |
---|---|
void |
GridSimulationAgent.processAction(Action a,
WorldState simstate,
AgentState[] agentstates)
|
Uses of Action in massim.competition2008 |
---|
Methods in massim.competition2008 with parameters of type Action | |
---|---|
void |
GridSimulationAgent.processAction(Action a,
WorldState simstate,
AgentState[] agentstates)
|
void |
GridSimulationAgent.setAction(Action newAction)
Set the new action for this agent |
Uses of Action in massim.competition2009 |
---|
Classes in massim.competition2009 that implement Action | |
---|---|
class |
GridSimulationAgentAction
This class contains the action the agent sends to the server. |
Methods in massim.competition2009 with parameters of type Action | |
---|---|
void |
GridSimulationAgent.processAction(Action a,
WorldState simstate,
AgentState[] agentstates)
|
void |
GridSimulationAgent.setAction(Action newAction)
Set the new action for this agent |
Uses of Action in massim.competition2010 |
---|
Methods in massim.competition2010 with parameters of type Action | |
---|---|
void |
GridSimulationAgent.processAction(Action a,
WorldState simstate,
AgentState[] agentstates)
|
void |
GridSimulationAgent.setAction(Action newAction)
Set the new action for this agent |
Uses of Action in massim.competition2011 |
---|
Methods in massim.competition2011 with parameters of type Action | |
---|---|
void |
GraphSimulationAgent.processAction(Action a,
WorldState simstate,
AgentState[] agentstates)
|
void |
GraphSimulationAgent.setAction(Action newAction)
Sets the action received from the client-side agent to the agent state, for execution in the current step. |
Uses of Action in massim.competition2012 |
---|
Classes in massim.competition2012 that implement Action | |
---|---|
class |
GraphSimulationAgentAction
This class contains the action the agent sends to the server. |
Methods in massim.competition2012 with parameters of type Action | |
---|---|
void |
GraphSimulationAgent.processAction(Action a,
WorldState simstate,
AgentState[] agentstates)
|
void |
GraphSimulationAgent.setAction(Action newAction)
Sets the action received from the client-side agent to the agent state, for execution in the current step. |
Uses of Action in massim.framework |
---|
Classes in massim.framework that implement Action | |
---|---|
class |
InvalidAction
This class represents an action that is by no means valid. |
Methods in massim.framework that return Action | |
---|---|
Action |
SimulationAgent.getAction(Perception p)
Ask the agent to act, based a new perception p aswell as other previously received perceptions in that run. |
protected Action |
DefaultSimulation.getAction(Perception perception,
SimulationAgent a)
This method will deliver a perception to an agent, getting the agents reaction in return. |
Methods in massim.framework that return types with arguments of type Action | |
---|---|
java.util.concurrent.Future<Action> |
AbstractSimulationAgent.concurrentGetAction(Perception perception)
|
java.util.concurrent.Future<Action> |
SimulationAgent.concurrentGetAction(Perception perception)
Concurrent version of getAction. |
protected java.util.concurrent.Future<Action> |
DefaultSimulation.concurrentGetAction(Perception perception,
SimulationAgent a)
This is the non-blocking version of getAction. |
Uses of Action in massim.framework.connection |
---|
Methods in massim.framework.connection that return Action | |
---|---|
Action |
XMLSocketSimulationAgent.getAction(Perception perception)
|
Uses of Action in massim.framework.simulation |
---|
Methods in massim.framework.simulation with parameters of type Action | |
---|---|
void |
SimulationAgent.processAction(Action a,
WorldState simstate,
AgentState[] agentstates)
|
Uses of Action in massim.gridsimulations |
---|
Classes in massim.gridsimulations that implement Action | |
---|---|
class |
AbstractGridSimulationAgentAction
This class contains the action the agent sends to the server. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |