Uses of Class
jade.domain.FIPAAgentManagement.ServiceDescription
-
Packages that use ServiceDescription Package Description jade.domain This package and its sub-packages contains FIPA specific agents and ontologies.jade.domain.FIPAAgentManagement This package contains the definition of the FIPA-Agent-Management ontology as specified by the FIPA standard FIPA Agent Management Specification - document no. -
-
Uses of ServiceDescription in jade.domain
Methods in jade.domain with parameters of type ServiceDescription Modifier and Type Method Description static booleanDFMemKB. compareServiceDesc(ServiceDescription template, ServiceDescription fact) -
Uses of ServiceDescription in jade.domain.FIPAAgentManagement
Methods in jade.domain.FIPAAgentManagement with parameters of type ServiceDescription Modifier and Type Method Description voidDFAgentDescription. addServices(ServiceDescription a)Add a service description to theserviceslot collection of this object.booleanDFAgentDescription. removeServices(ServiceDescription a)Remove a service description from theservicesslot collection of this object.
-