|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AgentOrderingPolicy | |
---|---|
fr.lifl.jedi.controllersCore.orderingPolicies | Package where agent sequence ordering policies are defined. |
fr.lifl.jedi.controllersCore.simulationRun | Package where all elements used to run a simulation are defined. |
Uses of AgentOrderingPolicy in fr.lifl.jedi.controllersCore.orderingPolicies |
---|
Classes in fr.lifl.jedi.controllersCore.orderingPolicies that implement AgentOrderingPolicy | |
---|---|
class |
RandomAgentOrderingPolicy
Agent ordering policy that orders agents at random. |
Uses of AgentOrderingPolicy in fr.lifl.jedi.controllersCore.simulationRun |
---|
Methods in fr.lifl.jedi.controllersCore.simulationRun that return AgentOrderingPolicy | |
---|---|
AgentOrderingPolicy |
SimulationCore.getAgentOrderingPolicy()
Gets the agent ordering policy. |
Constructors in fr.lifl.jedi.controllersCore.simulationRun with parameters of type AgentOrderingPolicy | |
---|---|
SimulationCore(AbstractControlGUIController<?> guiControl,
AgentOrderingPolicy policy,
Environment env)
Constructor of the simulation core. |
|
SimulationCore(AgentOrderingPolicy policy,
Environment env)
Constructor of the simulation core, which execution is controlled by buttons. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |