Uses of Interface
massim.framework.Perception

Packages that use Perception
massim.competition2006   
massim.competition2007   
massim.competition2008   
massim.competition2009   
massim.competition2010   
massim.competition2011   
massim.framework   
massim.framework.connection   
massim.framework.simulation   
massim.goldsimulations   
massim.gridsimulations   
 

Uses of Perception in massim.competition2006
 

Methods in massim.competition2006 that return Perception
 Perception GridSimulationAgent.createPerception(WorldState simstate, AgentState[] agentstates)
           
 

Uses of Perception in massim.competition2007
 

Classes in massim.competition2007 that implement Perception
 class GridSimulationAgentPerception
          This class produces the normal perception which is sent to the agent.
 

Methods in massim.competition2007 that return Perception
 Perception GridSimulationAgent.createPerception(WorldState simstate, AgentState[] agentstates)
           
 

Uses of Perception in massim.competition2008
 

Methods in massim.competition2008 that return Perception
 Perception GridSimulationAgent.createPerception(WorldState simstate, AgentState[] as)
           
 

Uses of Perception in massim.competition2009
 

Methods in massim.competition2009 that return Perception
 Perception GridSimulationAgent.createPerception(WorldState simstate, AgentState[] as)
           
 

Uses of Perception in massim.competition2010
 

Classes in massim.competition2010 that implement Perception
 class GridSimulationAgentFinalPerceptionAverageScore
          This class is the final perception, which is send to the agent.
 class GridSimulationAgentPerceptionAverage
          This class produce the normal perception, which is send to the agent.
 

Methods in massim.competition2010 that return Perception
 Perception GridSimulationAgent.createPerception(WorldState simstate, AgentState[] as)
           
 

Uses of Perception in massim.competition2011
 

Classes in massim.competition2011 that implement Perception
 class GraphSimulationAgentFinalPerception
          This class holds the information that is sent to the agent as final perception when simulation ends.
 class GraphSimulationAgentInitialPerception
          This class holds the information that is sent to the agent as initial perception when simulation begins.
 class GraphSimulationAgentPerception
          This class holds the information that will be sent to an agent as a normal perception.
 

Methods in massim.competition2011 that return Perception
 Perception GraphSimulationAgent.createPerception(WorldState simstate, AgentState[] agentstates)
          This method only calculates private agent perceptions.
 

Uses of Perception in massim.framework
 

Subinterfaces of Perception in massim.framework
 interface FinalPerception
           
 interface InitialStickyPerception
           
 interface TimeCriticalPerception
          Classes that implement this interface represent perceptions that should take maximally a certain amount of time to process and respond to it.
 

Methods in massim.framework with parameters of type Perception
 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.
 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.
 

Uses of Perception in massim.framework.connection
 

Methods in massim.framework.connection with parameters of type Perception
 Action XMLSocketSimulationAgent.getAction(Perception perception)
           
 

Uses of Perception in massim.framework.simulation
 

Methods in massim.framework.simulation that return Perception
 Perception SimulationAgent.createPerception(WorldState simstate, AgentState[] agentstates)
           
 

Uses of Perception in massim.goldsimulations
 

Classes in massim.goldsimulations that implement Perception
 class GoldGridSimulationAgentPerception
          This class produces the normal perception which is sent to the agent.
 class GridSimulationAgentInitialPerception
          This class represents the initial perception, which is sent to the agent.
 

Uses of Perception in massim.gridsimulations
 

Classes in massim.gridsimulations that implement Perception
 class AbstractGridSimulationAgentInitialPerception
          This class is the initial perception, which is send to the agent.
 class GridSimulationAgentFinalPerception
          This class presents the final perception, which is sent to the agent.
 class SimulationAgentFinalPerception
          This class is the final perception, which is send to the agent.
 class SimulationAgentPerception
          This class produce the normal perception, which is send to the agent.
 



Copyright © 2011. All Rights Reserved.