A B C D E F G H I J K L M N O P R S T U V W

G

getAndResetObjectFlag(Object, String, int) - Static method in class Utilities
sets the flag in the object field to 0, but returns the previous value.
getAndSetObjectFlag(Object, String, int) - Static method in class Utilities
sets the flag in the object field to 1, but returns the previous value.
getAnnotation(String) - Method in class AnnotationsAttribute
gets a particular annotation
getAnnotations() - Method in class AnnotationsAttribute
returns the annotations
getArrayClass(GenericArrayType) - Static method in class Utilities
returns for a generic array type the corresponding Java class
getBackgroundOntology() - Method in class J2OOntologyManager
returns the background ontology.
getBasicType(Class) - Static method in class Utilities
returns for a primitive Java-type the BCEL BasicType.
getClasses() - Method in class J2OClassManager
returns the set of classes managed by the class manager.
getClassManager() - Method in class J2OManager
returns the class-manager.
getCLW(Class) - Method in class J2OClassManager
returns for a given Java class the corresponding class wrapper, or null if there is none stored.
getCLW(Class, boolean) - Method in class J2OClassManager
returns the ClassWrapper for the given Java class, or null if none can be found..
getCLWs() - Method in class J2OClassManager
returns the ClassWrappers managed by the class manager.
getCLWs(Set<OWLClass>) - Method in class J2OClassManager
yields the ClassWrappers which correspond to the given OWL-classes.
getCompiler() - Method in class J2OManager
returns the Java -> OWL compiler.
getContents() - Method in class Logging
returns the loggings as string if the handler was set as "BUFFER".
getDataPropertyValues(OWLDataProperty) - Method in class IndividualWrapper
gets a data property value for a data property which has no corresponding field in the objects, or null if an error occurred.
getDataPropertyValues(OWLNamedIndividual, OWLDataProperty) - Method in class J2OOntologyManager
returns all role-fillers for data-properties as Java objects, or null if an error occurred.
getEnvirentmentVariables() - Static method in class Utilities
returns a string describing all environment variables.
getExtensionOntology() - Method in class J2OOntologyManager
returns the extension ontology.
getFirstObject() - Method in class IndividualWrapper
returns the first Java object.
getFirstOWLDataProperty(String) - Method in class J2OOntologyManager
returns the first OWLDataProperty in the extensionOntology's import closure whose fragment equals 'name', or null if there is no such property.
getFirstOWLObjectProperty(String) - Method in class J2OOntologyManager
returns the first OWLObjectProperty in the extensionOntology's import closure whose fragment equals 'name', or null if there is no such property.
getIndividual() - Method in class IndividualWrapper
returns the individual.
getIndvidualManager() - Method in class J2OManager
returns the individual manager.
getInstances(OWLClassExpression) - Method in class J2OIndividualManager
uses the reasoner to find all instances of the class expression and maps them back to the Java-objects.
getInstances(String) - Method in class J2OIndividualManager
uses the reasoner to find all instances of the class expression and maps them back to the Java-objects.
getInstances(OWLClassExpression) - Method in class J2OOntologyManager
returns all OWL-instances for the class expression.
getInstances(String) - Method in class J2OOntologyManager
returns the OWL-instances for the class expression, or null if an error occurred.
getIWR(Object) - Method in class J2OIndividualManager
 
getIWR(OWLNamedIndividual) - Method in class J2OIndividualManager
 
getIWRs(Class) - Method in class J2OIndividualManager
return the individual wrappers stored for the given class, or null if there are none.
getJ2OManager() - Method in class J2OIndividualManager
returns the top manager.
getJavaClass() - Method in class ClassWrapper
returns the Java class.
getLogger() - Method in class J2OManager
returns the logger.
getManagers() - Static method in class J2OManager
returns all managers.
getMethod(Class, String) - Static method in class J2OSynchroniser
returns jcl's method with the given name.
getName() - Method in class ClassWrapper
returns the mapping as a string JavaClass <-> OWLClass.
getName() - Method in class IndividualWrapper
returns a string of the kind 'individual name <-> object name_1, ..., object name_n'
getName() - Method in class J2OClassManager
returns the name of the class manager.
getName() - Method in class J2OCompiler
returns the name of the ontology manager.
getName() - Method in class J2OIndividualManager
returns the name of the individual manager.
getName() - Method in class J2OManager
returns the name of the manager.
getName() - Method in class J2OOntologyManager
returns the name of the ontology manager.
getName() - Method in class Logging
returns the name of the logger.
getName(Object) - Static method in class Utilities
returns the name of the object.
getNumber() - Method in class J2OManager
returns the index number of this manager.
getObject(Class) - Method in class IndividualWrapper
returns the first object in the stored objects which is an instance of the given class.
getObjectFlag(Object, String, int) - Static method in class Utilities
returns true if the flag in the object field is 1.
getObjectPropertyValues(OWLObjectProperty) - Method in class IndividualWrapper
gets object properties value for an object property which has no corresponding field in the objects.
getObjectPropertyValues(OWLNamedIndividual, OWLObjectProperty) - Method in class J2OOntologyManager
returns all role-fillers for object-properties as OWLNamedindividuals.
getObjects() - Method in class IndividualWrapper
returns all the Java objects.
getObjectsString() - Method in class IndividualWrapper
returns the objects as a |-separated string.
getOntologyManager() - Method in class J2OManager
returns the ontology manager.
getOWLClass() - Method in class ClassWrapper
returns the OWL-class.
getOWLClass(Class, boolean) - Method in class J2OClassManager
yields the OWL-class which corresponds to the Java class jcl, or null.
getOWLClasses(String) - Method in class J2OOntologyManager
returns a set of OWLClasses with the given name.
getOWLClasses(OWLNamedIndividual) - Method in class J2OOntologyManager
returns the set of lowest OWL-Classes containing the individual, or null if an error occurred.
getOWLOntologyManager() - Method in class J2OOntologyManager
returns the OWL ontology manager (for advances purposes).
getReasoners() - Static method in class J2OOntologyManager
returns the names of all available reasoners.
getStatus() - Method in class J2OManager
returns the status of the system.
getSystemProperties() - Static method in class Utilities
returns a string describing all system properties.
getWrapperType(BasicType) - Static method in class Utilities
returns for a primitive type the corresponding wrapper type name.

A B C D E F G H I J K L M N O P R S T U V W