Package | Description |
---|---|
jade.content.lang.sl | |
jade.content.onto |
Constructor and Description |
---|
SL0Ontology(String name,
Ontology base,
Introspector intro)
Constructor
|
SL1Ontology(String name,
Ontology base,
Introspector intro)
Constructor
|
SL2Ontology(String name,
Ontology base,
Introspector intro)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
BCReflectiveIntrospector
Backward Compatible reflective introspector.
|
(package private) class |
BeanIntrospector |
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.
|
Modifier and Type | Field and Description |
---|---|
private Introspector |
Ontology.introspector |
Modifier and Type | Method and Description |
---|---|
Introspector |
Ontology.getIntrospector() |
Modifier and Type | Method and Description |
---|---|
static AbsObject |
Ontology.externalizeSlotValue(Object obj,
Introspector introspector,
Ontology referenceOnto) |
static Object |
Ontology.internalizeSlotValue(AbsObject abs,
Introspector introspector,
Ontology referenceOnto) |
Constructor and Description |
---|
Ontology(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(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(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. |