Package jade.content.onto
Class CFReflectiveIntrospector
- java.lang.Object
-
- jade.content.onto.ReflectiveIntrospector
-
- jade.content.onto.CFReflectiveIntrospector
-
- All Implemented Interfaces:
Introspector,Serializable,Serializable
public class CFReflectiveIntrospector extends ReflectiveIntrospector
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CFReflectiveIntrospector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbsAggregateexternalizeAggregate(String slotName, Object obj, ObjectSchema schema, Ontology referenceOnto)ObjectinternalizeAggregate(String slotName, AbsAggregate absAggregate, ObjectSchema schema, Ontology referenceOnto)-
Methods inherited from class jade.content.onto.ReflectiveIntrospector
checkClass, externalizeSpecialType, findMethodCaseInsensitive, getSlotValue, internalizeSpecialType, invokeAccessorMethod, invokeSetterMethod, isAggregateObject, setSlotValue, translateName
-
-
-
-
Method Detail
-
externalizeAggregate
public AbsAggregate externalizeAggregate(String slotName, Object obj, ObjectSchema schema, Ontology referenceOnto) throws OntologyException
- Specified by:
externalizeAggregatein interfaceIntrospector- Overrides:
externalizeAggregatein classReflectiveIntrospector- Throws:
OntologyException
-
internalizeAggregate
public Object internalizeAggregate(String slotName, AbsAggregate absAggregate, ObjectSchema schema, Ontology referenceOnto) throws OntologyException
- Specified by:
internalizeAggregatein interfaceIntrospector- Overrides:
internalizeAggregatein classReflectiveIntrospector- Throws:
OntologyException
-
-