Package | Description |
---|---|
jade.content.onto |
Modifier and Type | Class and Description |
---|---|
class |
BCReflectiveIntrospector
Backward Compatible reflective introspector.
|
class |
CFReflectiveIntrospector |
class |
ReflectiveIntrospector
The default introspector for user defined ontologies that uses
Java Reflection to translate java objects to/from abstract
descriptors.
|
Modifier and Type | Method and Description |
---|---|
Introspector |
Ontology.getIntrospector() |
Modifier and Type | Method and Description |
---|---|
static AbsObject |
Ontology.externalizeSlotValue(java.lang.Object obj,
Introspector introspector,
Ontology referenceOnto) |
static java.lang.Object |
Ontology.internalizeSlotValue(AbsObject abs,
Introspector introspector,
Ontology referenceOnto) |
Constructor and Description |
---|
Ontology(java.lang.String name,
Introspector introspector)
Construct an Ontology object with a given
name
that uses a given Introspector to
convert between Java objects and abstract descriptors. |
Ontology(java.lang.String name,
Ontology[] base,
Introspector introspector)
Construct an Ontology object with a given
name
that extends a given set of ontologies and that uses a given Introspector to
convert between Java objects and abstract descriptors. |
Ontology(java.lang.String name,
Ontology base,
Introspector introspector)
Construct an Ontology object with a given
name
that extends a given ontology and that uses a given Introspector to
convert between Java objects and abstract descriptors. |