default NodeSet<OWLClass> |
OWLReasoner.getDataPropertyDomains(OWLDataProperty pe,
InferenceDepth depth) |
default NodeSet<OWLNamedIndividual> |
OWLReasoner.getInstances(OWLClassExpression ce,
InferenceDepth depth) |
default NodeSet<OWLClass> |
OWLReasoner.getObjectPropertyDomains(OWLObjectPropertyExpression pe,
InferenceDepth depth) |
default NodeSet<OWLClass> |
OWLReasoner.getObjectPropertyRanges(OWLObjectPropertyExpression pe,
InferenceDepth depth) |
default NodeSet<OWLClass> |
OWLReasoner.getSubClasses(OWLClassExpression ce,
InferenceDepth depth) |
default NodeSet<OWLDataProperty> |
OWLReasoner.getSubDataProperties(OWLDataProperty pe,
InferenceDepth depth) |
default NodeSet<OWLObjectPropertyExpression> |
OWLReasoner.getSubObjectProperties(OWLObjectPropertyExpression pe,
InferenceDepth depth) |
default NodeSet<OWLClass> |
OWLReasoner.getSuperClasses(OWLClassExpression ce,
InferenceDepth depth) |
default NodeSet<OWLDataProperty> |
OWLReasoner.getSuperDataProperties(OWLDataProperty pe,
InferenceDepth depth) |
default NodeSet<OWLObjectPropertyExpression> |
OWLReasoner.getSuperObjectProperties(OWLObjectPropertyExpression pe,
InferenceDepth depth) |
default NodeSet<OWLClass> |
OWLReasoner.getTypes(OWLNamedIndividual ind,
InferenceDepth depth) |