Uses of Class
jade.content.abs.AbsAggregate

Packages that use AbsAggregate
jade.content.abs   
jade.content.onto   
 

Uses of AbsAggregate in jade.content.abs
 

Methods in jade.content.abs that return AbsAggregate
static AbsAggregate AbsHelper.externaliseIterator(java.util.Iterator obj, Ontology onto, java.lang.String AggregateType)
          Converts an Iterator into a AbsAggregate using the specified ontology.
static AbsAggregate AbsHelper.externaliseList(List obj, Ontology onto, java.lang.String AggregateType)
          Converts a List into a AbsAggregate using the specified ontology.
static AbsAggregate AbsHelper.externaliseSet(Set obj, Ontology onto, java.lang.String AggregateType)
          Converts a Set into a AbsAggregate using the specified ontology.
 AbsAggregate AbsIRE.getVariables()
          Gets the sequence of variables of this IRE.
 

Methods in jade.content.abs with parameters of type AbsAggregate
static java.util.Collection AbsHelper.internaliseJavaCollection(AbsAggregate aggregate, Ontology onto)
          Converts an AbsAggregate into a List using the specified ontology.
static List AbsHelper.internaliseList(AbsAggregate aggregate, Ontology onto)
          Converts an AbsAggregate into a List using the specified ontology.
static Set AbsHelper.internaliseSet(AbsAggregate aggregate, Ontology onto)
          Converts an AbsAggregate into a Set using the specified ontology.
 void AbsIRE.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
 AbsAggregate ReflectiveIntrospector.externalizeAggregate(java.lang.String slotName, java.lang.Object obj, ObjectSchema schema, Ontology referenceOnto)
           
 AbsAggregate MicroIntrospector.externalizeAggregate(java.lang.String slotName, java.lang.Object obj, ObjectSchema schema, Ontology referenceOnto)
           
 AbsAggregate Introspector.externalizeAggregate(java.lang.String slotName, java.lang.Object obj, ObjectSchema schema, Ontology referenceOnto)
           
 AbsAggregate CFReflectiveIntrospector.externalizeAggregate(java.lang.String slotName, java.lang.Object obj, ObjectSchema schema, Ontology referenceOnto)
           
 AbsAggregate BCReflectiveIntrospector.externalizeAggregate(java.lang.String slotName, java.lang.Object obj, ObjectSchema schema, Ontology referenceOnto)
           
 

Methods in jade.content.onto with parameters of type AbsAggregate
 java.lang.Object ReflectiveIntrospector.internalizeAggregate(java.lang.String slotName, AbsAggregate abs, ObjectSchema schema, Ontology referenceOnto)
           
 java.lang.Object MicroIntrospector.internalizeAggregate(java.lang.String slotName, AbsAggregate abs, ObjectSchema schema, Ontology referenceOnto)
           
 java.lang.Object Introspector.internalizeAggregate(java.lang.String slotName, AbsAggregate abs, ObjectSchema schema, Ontology referenceOnto)
           
 java.lang.Object CFReflectiveIntrospector.internalizeAggregate(java.lang.String slotName, AbsAggregate absAggregate, ObjectSchema schema, Ontology referenceOnto)
           
 java.lang.Object BCReflectiveIntrospector.internalizeAggregate(java.lang.String slotName, AbsAggregate abs, ObjectSchema schema, Ontology referenceOnto)