|
|||||||||||
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 |
MicroIntrospector
This introspector does nothing but "asking objects to convert themselves into/from abstract descriptors". |
class |
ReflectiveIntrospector
The default introspector for user defined ontologies that uses Java Reflection to translate java objects to/from abstract descriptors. |
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 ontology 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 set of ontologies and that uses a given Introspector to
convert between Java objects and abstract descriptors. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |