Uses of Class
jade.content.abs.AbsAggregate
-
Packages that use AbsAggregate Package Description jade.content.abs jade.content.onto -
-
Uses of AbsAggregate in jade.content.abs
Methods in jade.content.abs that return AbsAggregate Modifier and Type Method Description static AbsAggregateAbsHelper. externaliseIterator(Iterator obj, Ontology onto, String AggregateType)Converts anIteratorinto aAbsAggregateusing the specified ontology.static AbsAggregateAbsHelper. externaliseList(List obj, Ontology onto, String AggregateType)Converts aListinto aAbsAggregateusing the specified ontology.static AbsAggregateAbsHelper. externaliseSet(Set obj, Ontology onto, String AggregateType)Converts aSetinto aAbsAggregateusing the specified ontology.AbsAggregateAbsIRE. getVariables()Gets the sequence of variables of this IRE.Methods in jade.content.abs with parameters of type AbsAggregate Modifier and Type Method Description static CollectionAbsHelper. internaliseJavaCollection(AbsAggregate aggregate, Ontology onto)Converts anAbsAggregateinto a List using the specified ontology.static ListAbsHelper. internaliseList(AbsAggregate aggregate, Ontology onto)Converts anAbsAggregateinto a List using the specified ontology.static SetAbsHelper. internaliseSet(AbsAggregate aggregate, Ontology onto)Converts anAbsAggregateinto a Set using the specified ontology.voidAbsIRE. setVariables(AbsAggregate variables)Sets the sequence of variables of this IRE. -
Uses of AbsAggregate in jade.content.onto
Methods in jade.content.onto that return AbsAggregate Modifier and Type Method Description AbsAggregateBCReflectiveIntrospector. externalizeAggregate(String slotName, Object obj, ObjectSchema schema, Ontology referenceOnto)AbsAggregateCFReflectiveIntrospector. externalizeAggregate(String slotName, Object obj, ObjectSchema schema, Ontology referenceOnto)AbsAggregateIntrospector. externalizeAggregate(String slotName, Object obj, ObjectSchema schema, Ontology referenceOnto)AbsAggregateMicroIntrospector. externalizeAggregate(String slotName, Object obj, ObjectSchema schema, Ontology referenceOnto)AbsAggregateReflectiveIntrospector. externalizeAggregate(String slotName, Object obj, ObjectSchema schema, Ontology referenceOnto)Methods in jade.content.onto with parameters of type AbsAggregate Modifier and Type Method Description ObjectBCReflectiveIntrospector. internalizeAggregate(String slotName, AbsAggregate abs, ObjectSchema schema, Ontology referenceOnto)ObjectCFReflectiveIntrospector. internalizeAggregate(String slotName, AbsAggregate absAggregate, ObjectSchema schema, Ontology referenceOnto)ObjectIntrospector. internalizeAggregate(String slotName, AbsAggregate abs, ObjectSchema schema, Ontology referenceOnto)ObjectMicroIntrospector. internalizeAggregate(String slotName, AbsAggregate abs, ObjectSchema schema, Ontology referenceOnto)ObjectReflectiveIntrospector. internalizeAggregate(String slotName, AbsAggregate abs, ObjectSchema schema, Ontology referenceOnto)
-