Uses of Class
jade.domain.mobility.MobileAgentSystem

Packages that use MobileAgentSystem
jade.domain.mobility This package contains the definition of the JADE-mobility ontology, the vocabulary with the list of used symbols, and all the Java classes that implement the concepts of the ontology. 
 

Uses of MobileAgentSystem in jade.domain.mobility
 

Methods in jade.domain.mobility that return MobileAgentSystem
 MobileAgentSystem MobileAgentProfile.getSystem()
          Retrieve the value of the system slot of this action, containing the runtime system of the described agent.
 

Methods in jade.domain.mobility with parameters of type MobileAgentSystem
 void MobileAgentProfile.setSystem(MobileAgentSystem s)
          Set the system slot of this action.
 



JADE