Uses of Class
jade.domain.mobility.MobileAgentLanguage

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

Methods in jade.domain.mobility that return MobileAgentLanguage
 MobileAgentLanguage MobileAgentProfile.getLanguage()
          Retrieve the value of the language slot of this action, containing the language of the described agent.
 

Methods in jade.domain.mobility with parameters of type MobileAgentLanguage
 void MobileAgentProfile.setLanguage(MobileAgentLanguage l)
          Set the language slot of this action.
 



JADE