A B C D E F G H I K L M N O P R S T U V W X Y Z

M

Map - class sema.Map.
Map of the simulated world.
Map(int, int, float, Box[][]) - Constructor for class sema.Map
Constructs a Map from the number of boxes on the x and the y coordinate, from their length and the matrix of boxes.
Message - class modelling.Message.
Signal with a circulary diffusion from an origin point.
Message(Map, String, float, float, float, Satisfactor) - Constructor for class modelling.Message
Creates a new message with a given satisfactor
Mobile - interface modelling.Mobile.
Interface d'un agent mobile.
MovingAgent - class modelling.MovingAgent.
Agent with abilities to move.
MovingAgent(World, Area, float, Image, float) - Constructor for class modelling.MovingAgent
Receives a speed and the paramaters of a normal agent.
MovingAgent.Errer - class modelling.MovingAgent.Errer.
A default action to errate on the map without verification of the collisions with other elements.
MovingAgent.Errer() - Constructor for class modelling.MovingAgent.Errer
 
MovingAgent.Errer(double) - Constructor for class modelling.MovingAgent.Errer
 
MovingAgent.MoveTo - class modelling.MovingAgent.MoveTo.
Moves to the given point.
MovingAgent.MoveTo(float, float, float) - Constructor for class modelling.MovingAgent.MoveTo
 
main(String[]) - Static method in class Interface.Sema
Run SEMA.
map - Variable in class sema.Box
 
map - Variable in class sema.World
The map associated with this world.
maxTfactor - Variable in class sema.Drawing
Max value of the time factor slider in the interface.
maxZoom - Variable in class sema.Drawing
Max value of the zoom slider in the interface.
minTfactor - Variable in class sema.Drawing
Max value of the time factor slider in the interface.
minZoom - Variable in class sema.Drawing
Min value of the zoom slider in the interface.
modelling - package modelling
Modelling of the main features of a world and agents' behaviours.

A B C D E F G H I K L M N O P R S T U V W X Y Z