Uses of Class
sema.Nature

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

Uses of Nature in examples
 

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

Uses of Nature in sema
 

Fields in sema declared as Nature
 Nature World.nature
          The Nature associated with this world.
 

Constructors in sema with parameters of type Nature
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.