Uses of Class
jade.domain.FIPAAgentManagement.Property
-
Packages that use Property Package Description jade.content.abs 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 Property in jade.content.abs
Methods in jade.content.abs that return Property Modifier and Type Method Description static PropertyAbsHelper. internaliseProperty(AbsConcept property, Ontology onto)Converts anAbsConceptrepresenting a PROPERTY into an PropertyMethods in jade.content.abs with parameters of type Property Modifier and Type Method Description static AbsConceptAbsHelper. externaliseProperty(Property obj, Ontology onto)Converts aPROPERTYinto anAbsConceptrepresenting a PROPERTY -
Uses of Property in jade.domain.FIPAAgentManagement
Subclasses of Property in jade.domain.FIPAAgentManagement Modifier and Type Class Description classMultiValuePropertyMethods in jade.domain.FIPAAgentManagement with parameters of type Property Modifier and Type Method Description voidEnvelope. addProperties(Property p)Add a property to thepropertiesslot collection of this object.voidServiceDescription. addProperties(Property p)Add a property to thepropertiesslot collection of this object.booleanMultiValueProperty. match(Property p)booleanProperty. match(Property p)booleanEnvelope. removeProperties(Property p)Remove a property from thepropertiesslot collection of this object.booleanServiceDescription. removeProperties(Property p)Remove a property from thepropertiesslot collection of this object.Method parameters in jade.domain.FIPAAgentManagement with type arguments of type Property Modifier and Type Method Description static PropertiesProperty. convertPropertyListToProperties(List<Property> pp)
-