Uses of Class
jade.content.abs.AbsPredicate
-
Packages that use AbsPredicate Package Description jade.content.abs jade.content.lang.sl -
-
Uses of AbsPredicate in jade.content.abs
Methods in jade.content.abs that return AbsPredicate Modifier and Type Method Description AbsPredicateAbsIRE. getProposition()Gets the proposition of this IRE.Methods in jade.content.abs with parameters of type AbsPredicate Modifier and Type Method Description voidAbsAgentAction. set(String name, AbsPredicate value)Set an attribute of the agent action held by this abstract descriptor.voidAbsIRE. setProposition(AbsPredicate proposition)Sets the proposition of this IRE. -
Uses of AbsPredicate in jade.content.lang.sl
Methods in jade.content.lang.sl that return AbsPredicate Modifier and Type Method Description AbsPredicateSLCodec. decodeFormula(Ontology ontology, String formula)Decodes the content to an abstract description, where the content is known to be a Well-formed FormulaMethods in jade.content.lang.sl with parameters of type AbsPredicate Modifier and Type Method Description StringSLCodec. encodeFormula(Ontology ontology, AbsPredicate formula)Encodes the content into a String, where the content is known to be a Well-formed Formula
-