|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Introspector | |
|---|---|
| jade.content.onto | |
| Uses of Introspector in jade.content.onto |
|---|
| Classes in jade.content.onto that implement Introspector | |
|---|---|
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. |
| Methods in jade.content.onto that return Introspector | |
|---|---|
Introspector |
Ontology.getIntrospector()
|
| Methods in jade.content.onto with parameters of type Introspector | |
|---|---|
static AbsObject |
Ontology.externalizeSlotValue(java.lang.Object obj,
Introspector introspector,
Ontology referenceOnto)
|
static java.lang.Object |
Ontology.internalizeSlotValue(AbsObject abs,
Introspector introspector,
Ontology referenceOnto)
|
| Constructors in jade.content.onto with parameters of type Introspector | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||