Uses of Interface
jade.content.Predicate
-
Packages that use Predicate Package Description jade.content.abs jade.content.onto.basic 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.jade.domain.introspection This package contains the definition of the ontology used by JADE for internal monitoring of the agent platform and running agents. -
-
Uses of Predicate in jade.content.abs
Classes in jade.content.abs that implement Predicate Modifier and Type Class Description classAbsPredicateAn abstract descriptor that can hold a predicate expression. -
Uses of Predicate in jade.content.onto.basic
Classes in jade.content.onto.basic that implement Predicate Modifier and Type Class Description classDoneThis class implements thedoneoperator of the FIPA SL0 action.classEqualsThis class implements the=operator of the FIPA SL0 language.classFalsePropositionThis class represents the FALSE proposition i.e.classResultThis class implements theresultoperator of the FIPA SL0 action.classTruePropositionThis class represents the TRUE proposition i.e.Methods in jade.content.onto.basic that return Predicate Modifier and Type Method Description PredicateDone. getCondition()Methods in jade.content.onto.basic with parameters of type Predicate Modifier and Type Method Description voidDone. setCondition(Predicate c) -
Uses of Predicate in jade.domain
Classes in jade.domain that implement Predicate Modifier and Type Class Description classFIPAExceptionThis class represents a generic FIPAException, i.e. -
Uses of Predicate in jade.domain.FIPAAgentManagement
Classes in jade.domain.FIPAAgentManagement that implement Predicate Modifier and Type Class Description classAlreadyRegisteredclassFailureExceptionThis class represents a generic FailureExceptionclassInternalErrorclassMissingArgumentclassMissingParameterclassNotRegisteredclassNotUnderstoodExceptionclassRefuseExceptionThis class represents a generic RefuseExceptionclassUnauthorisedclassUnexpectedActclassUnexpectedArgumentclassUnexpectedArgumentCountclassUnexpectedParameterclassUnrecognisedParameterValueclassUnrecognisedValueclassUnsupportedActclassUnsupportedFunctionclassUnsupportedValue -
Uses of Predicate in jade.domain.introspection
Classes in jade.domain.introspection that implement Predicate Modifier and Type Class Description classOccurredThis class represents theoccurredpredicate, whose argument is a JADE introspection event.
-