Uses of Interface
JADE_SL.onto.Introspector

Packages that use Introspector
JADE_SL.onto   
 

Uses of Introspector in JADE_SL.onto
 

Classes in JADE_SL.onto that implement Introspector
(package private)  class BasicIntrospector
           
 class BCReflectiveIntrospector
          Backward Compatible reflective introspector.
 class MicroIntrospector
           
 class ReflectiveIntrospector
           
 

Fields in JADE_SL.onto declared as Introspector
private  Introspector Ontology.introspector
           
 

Constructors in JADE_SL.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.
 



Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.