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
 AbsAggregate AbsIRE.getVariables()
          Gets the sequence of variables of this IRE.
 

Methods in jade.content.abs with parameters of type AbsAggregate
 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 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 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)
           
 



These are the official JADE API. For these API backward compatibility is guaranteed accross JADE versions