Uses of Interface
eu.su.mas.dedale.env.IEnvironment
Package
Description
-
Uses of IEnvironment in eu.su.mas.dedale.env.gs
Modifier and TypeClassDescriptionclass
This class is an implementation of the IEnvironment using the graphStream library It currently offers : - several environments generators and any predefined ones that respect the DGS format - 3 types of agents (tanker, explorer and collector), - 2 type of wumpus (which generates stench), - 1 type of keyboardControlled agent (Human), that must be unique on a given instance -
Uses of IEnvironment in eu.su.mas.dedale.env.jme
-
Uses of IEnvironment in eu.su.mas.dedale.mas.agent.behaviours.platformManagment
ModifierConstructorDescriptionGsControlBehaviour
(jade.core.Agent a, long period, IEnvironment env) KillListBehaviour
(jade.core.Agent a, IEnvironment e) Behaviour used to terminate an agent selected by the user through the GUI -
Uses of IEnvironment in eu.su.mas.dedale.mas.agent.interactions.protocols