Uses of Class
org.objectweb.mobilitools.smi.api.Agency

Packages that use Agency
org.objectweb.mobilitools.smi The core Simple MAF Implementation. 
org.objectweb.mobilitools.smi.goodies Goodies for the Simple MAF/MASIF Implementation (GUI tools, helper classes). 
 

Uses of Agency in org.objectweb.mobilitools.smi
 

Constructors in org.objectweb.mobilitools.smi with parameters of type Agency
MAFAgentSystem_impl(Agency agency)
          Creates a new implementation of the MAFAgentSystem MAF interface.
MAFAgentSystem_impl(Agency agency, boolean traceOn)
          Creates Creates a new implementation of the MAFAgentSystem MAF interface.
 

Uses of Agency in org.objectweb.mobilitools.smi.goodies
 

Fields in org.objectweb.mobilitools.smi.goodies declared as Agency
protected  Agency BasicMobileObject.my_agency
          reference to the hosting agent system
 

Constructors in org.objectweb.mobilitools.smi.goodies with parameters of type Agency
AgencyGUI(Agency the_agency)
          Opens a GUI for the specified agency.