Uses of Class
sema.Engine

Packages that use Engine
examples Some examples of agents and worlds.  
sema Extensible Multi-Agent Simulator.  
 

Uses of Engine in examples
 

Constructors in examples with parameters of type Engine
GradientWorld(Engine engine, Map map, Nature nature, Drawing drawing, java.lang.String name, java.lang.String comments)
          Needed constuctor
 

Uses of Engine in sema
 

Fields in sema declared as Engine
 Engine World.engine
          The engine associated with this world.
 

Constructors in sema with parameters of type Engine
Event(double date, Engine e)
          Constructs an event at the given date and ask that it is registered in the given engine.
Nature(Engine engine, Map map)
          Constructs a Nature from the engine and a map : the Nature is a link between the time and the space.
World(Engine engine, Map map, Nature nature, Drawing drawing, java.lang.String name, java.lang.String comments)
          Constructs a World with an engine a map a drawing and a nature.