jade.content.onto
Class CFReflectiveIntrospector

java.lang.Object
  |
  +--jade.content.onto.ReflectiveIntrospector
        |
        +--jade.content.onto.CFReflectiveIntrospector
All Implemented Interfaces:
Introspector, Serializable, java.io.Serializable

public class CFReflectiveIntrospector
extends ReflectiveIntrospector

See Also:
Serialized Form

Constructor Summary
CFReflectiveIntrospector()
           
 
Method Summary
protected  void externaliseAndSetAggregateSlot(AbsObject abs, ObjectSchema schema, java.lang.String slotName, java.lang.Object slotValue, ObjectSchema slotSchema, Ontology referenceOnto)
           
protected  java.lang.Object internaliseAggregateSlot(AbsAggregate absAggregate, Ontology referenceOnto)
           
protected  boolean isAggregateObject(java.lang.Object slotValue)
           
 
Methods inherited from class jade.content.onto.ReflectiveIntrospector
checkClass, externalise, internalise
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CFReflectiveIntrospector

public CFReflectiveIntrospector()
Method Detail

isAggregateObject

protected boolean isAggregateObject(java.lang.Object slotValue)

externaliseAndSetAggregateSlot

protected void externaliseAndSetAggregateSlot(AbsObject abs,
                                              ObjectSchema schema,
                                              java.lang.String slotName,
                                              java.lang.Object slotValue,
                                              ObjectSchema slotSchema,
                                              Ontology referenceOnto)
                                       throws OntologyException
OntologyException

internaliseAggregateSlot

protected java.lang.Object internaliseAggregateSlot(AbsAggregate absAggregate,
                                                    Ontology referenceOnto)
                                             throws OntologyException
OntologyException


JADE