Uses of Class
jade.content.abs.AbsConcept
-
Packages that use AbsConcept Package Description jade.content.abs jade.content.onto -
-
Uses of AbsConcept in jade.content.abs
Subclasses of AbsConcept in jade.content.abs Modifier and Type Class Description classAbsAgentActionAn abstract descriptor that can hold an agent action expression.classAbsAggregateAn abstract descriptor that can hold an aggregate entitiy expression.classAbsConceptSlotFunctionMethods in jade.content.abs that return AbsConcept Modifier and Type Method Description static AbsConceptAbsHelper. externaliseAID(AID obj)Converts anAIDinto anAbsConceptrepresenting an AIDstatic AbsConceptAbsHelper. externaliseProperty(Property obj, Ontology onto)Converts aPROPERTYinto anAbsConceptrepresenting a PROPERTYMethods in jade.content.abs with parameters of type AbsConcept Modifier and Type Method Description static OntoAIDAbsHelper. internaliseAID(AbsConcept aid)Converts anAbsConceptrepresenting an AID into an OntoAIDstatic PropertyAbsHelper. internaliseProperty(AbsConcept property, Ontology onto)Converts anAbsConceptrepresenting a PROPERTY into an Property -
Uses of AbsConcept in jade.content.onto
Subclasses of AbsConcept in jade.content.onto Modifier and Type Class Description classConceptSlotFunctionThe ConceptSlotFunction class allows treating the slots of an ontological concept as functions.
-