Uses of Interface
jade.content.onto.Introspector
-
Packages that use Introspector Package Description jade.content.onto -
-
Uses of Introspector in jade.content.onto
Classes in jade.content.onto that implement Introspector Modifier and Type Class Description classBCReflectiveIntrospectorBackward Compatible reflective introspector.classCFReflectiveIntrospectorclassMicroIntrospectorThis introspector does nothing but "asking objects to convert themselves into/from abstract descriptors".classReflectiveIntrospectorThe 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 Modifier and Type Method Description IntrospectorOntology. getIntrospector()Methods in jade.content.onto with parameters of type Introspector Modifier and Type Method Description static AbsObjectOntology. externalizeSlotValue(Object obj, Introspector introspector, Ontology referenceOnto)static ObjectOntology. internalizeSlotValue(AbsObject abs, Introspector introspector, Ontology referenceOnto)Constructors in jade.content.onto with parameters of type Introspector Constructor Description Ontology(String name, Introspector introspector)Construct an Ontology object with a givennamethat 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 givennamethat 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 givennamethat extends a given ontology and that uses a given Introspector to convert between Java objects and abstract descriptors.
-