Uses of Class
jade.domain.mobility.MobileAgentDescription

Packages that use MobileAgentDescription
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 MobileAgentDescription in jade.domain.mobility
 

Methods in jade.domain.mobility that return MobileAgentDescription
 MobileAgentDescription MoveAction.getMobileAgentDescription()
          Retrieve the value of the mobile-agent-description slot of this event, containing the description of the agent to migrate.
 

Methods in jade.domain.mobility with parameters of type MobileAgentDescription
 void MoveAction.setMobileAgentDescription(MobileAgentDescription desc)
          Set the mobile-agent-description slot of this action.
 



JADE