- getBottomClassNode() - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
Gets the Node corresponding to the bottom node (containing
owl:Nothing) in the class hierarchy.
- getBottomDataPropertyNode() - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
Gets the Node corresponding to the bottom node (containing
owl:bottomDataProperty) in the data property hierarchy.
- getBottomObjectPropertyNode() - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
Gets the Node corresponding to the bottom node (containing
owl:bottomObjectProperty) in the object property hierarchy.
- getBufferingMode() - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
- getDataPropertyDomains(OWLDataProperty, boolean) - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
Gets the named classes that are the direct or indirect domains of this
property with respect to the imports closure of the root ontology.
- getDataPropertyValues(OWLNamedIndividual, OWLDataProperty) - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
Gets the data property values for the specified individual and data
property expression.
- getDifferentIndividuals(OWLNamedIndividual) - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
Gets the individuals which are entailed to be different from the
specified individual.
- getDisjointClasses(OWLClassExpression) - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
Gets the classes that are disjoint with the specified class expression
ce.
- getDisjointDataProperties(OWLDataPropertyExpression) - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
Gets the data properties that are disjoint with the specified data
property expression pe.
- getDisjointObjectProperties(OWLObjectPropertyExpression) - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
- getEquivalentClasses(OWLClassExpression) - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
Gets the set of named classes that are equivalent to the specified class
expression with respect to the set of reasoner axioms.
- getEquivalentDataProperties(OWLDataProperty) - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
Gets the set of named data properties that are equivalent to the
specified data property expression with respect to the imports closure of
the root ontology.
- getEquivalentObjectProperties(OWLObjectPropertyExpression) - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
- getFreshEntityPolicy() - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
Gets the Fresh Entity Policy in use by this reasoner.
- getIndividualNodeSetPolicy() - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
Gets the IndividualNodeSetPolicy in use by this reasoner.
- getInstances(OWLClassExpression, boolean) - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
Gets the individuals which are instances of the specified class
expression.
- getInverseObjectProperties(OWLObjectPropertyExpression) - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
- getLabel(OWLEntity, OWLOntology) - Static method in class au.csiro.snorocket.owlapi.util.DebugUtils
-
- getObjectPropertyDomains(OWLObjectPropertyExpression, boolean) - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
Gets the named classes that are the direct or indirect domains of this
property with respect to the imports closure of the root ontology.
- getObjectPropertyRanges(OWLObjectPropertyExpression, boolean) - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
Gets the named classes that are the direct or indirect ranges of this
property with respect to the imports closure of the root ontology.
- getObjectPropertyValues(OWLNamedIndividual, OWLObjectPropertyExpression) - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
Gets the object property values for the specified individual and object
property expression.
- getPendingAxiomAdditions() - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
Gets the axioms that as a result of ontology changes need to be added to
the reasoner to synchronise it with the root ontology imports closure.
- getPendingAxiomRemovals() - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
Gets the axioms that as a result of ontology changes need to removed to
the reasoner to synchronise it with the root ontology imports closure.
- getPendingChanges() - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
Gets the pending changes which need to be taken into consideration by the
reasoner so that it is up to date with the root ontology imports closure.
- getPrecomputableInferenceTypes() - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
Returns the set of InferenceTypes
that are precomputable by reasoner.
- getReasonerName() - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
- getReasonerName() - Method in class au.csiro.snorocket.owlapi.SnorocketReasonerFactory
-
- getReasonerVersion() - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
- getRootOntology() - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
Gets the "root" ontology that is loaded into this reasoner.
- getSameIndividuals(OWLNamedIndividual) - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
Gets the individuals that are the same as the specified individual.
- getSubClasses(OWLClassExpression, boolean) - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
Gets the set of named classes that are the strict (potentially direct)
subclasses of the specified class expression with respect to the reasoner
axioms.
- getSubDataProperties(OWLDataProperty, boolean) - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
Gets the set of named data properties that are the strict (potentially
direct) subproperties of the specified data property expression with
respect to the imports closure of the root ontology.
- getSubObjectProperties(OWLObjectPropertyExpression, boolean) - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
Gets the set of
simplified object property expressions
that are the strict (potentially direct) subproperties of the specified
object property expression with respect to the imports closure of the
root ontology.
- getSuperClasses(OWLClassExpression, boolean) - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
Gets the set of named classes that are the strict (potentially direct)
super classes of the specified class expression with respect to the
imports closure of the root ontology.
- getSuperDataProperties(OWLDataProperty, boolean) - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
Gets the set of named data properties that are the strict (potentially
direct) super properties of the specified data property with respect to
the imports closure of the root ontology.
- getSuperObjectProperties(OWLObjectPropertyExpression, boolean) - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
Gets the set of
simplified object property expressions
that are the strict (potentially direct) super properties of the
specified object property expression with respect to the imports closure
of the root ontology.
- getTimeOut() - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
Gets the time out (in milliseconds) for the most basic reasoning
operations.
- getTopClassNode() - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
Gets the Node corresponding to the top node (containing
owl:Thing) in the class hierarchy.
- getTopDataPropertyNode() - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
Gets the Node corresponding to the top node (containing
owl:topDataProperty) in the data property hierarchy.
- getTopObjectPropertyNode() - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
Gets the Node corresponding to the top node (containing
owl:topObjectProperty) in the object property hierarchy.
- getTypes(OWLNamedIndividual, boolean) - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
Gets the named classes which are (potentially direct) types of the
specified named individual.
- getUnsatisfiableClasses() - Method in class au.csiro.snorocket.owlapi.SnorocketOWLReasoner
-
A convenience method that obtains the classes in the signature of the
root ontology that are unsatisfiable.