Uses of Enum Class
org.semanticweb.owlapi.reasoner.InferenceDepth
Packages that use InferenceDepth
-
Uses of InferenceDepth in org.semanticweb.owlapi.reasoner
Methods in org.semanticweb.owlapi.reasoner that return InferenceDepthModifier and TypeMethodDescriptionstatic InferenceDepth
Returns the enum constant of this class with the specified name.static InferenceDepth[]
InferenceDepth.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.semanticweb.owlapi.reasoner with parameters of type InferenceDepthModifier and TypeMethodDescriptionOWLReasoner.dataPropertyDomains
(OWLDataProperty pe, InferenceDepth depth) OWLReasoner.getDataPropertyDomains
(OWLDataProperty pe, InferenceDepth depth) default NodeSet
<OWLNamedIndividual> OWLReasoner.getInstances
(OWLClassExpression ce, InferenceDepth depth) OWLReasoner.getObjectPropertyDomains
(OWLObjectPropertyExpression pe, InferenceDepth depth) OWLReasoner.getObjectPropertyRanges
(OWLObjectPropertyExpression pe, InferenceDepth depth) OWLReasoner.getSubClasses
(OWLClassExpression ce, InferenceDepth depth) default NodeSet
<OWLDataProperty> OWLReasoner.getSubDataProperties
(OWLDataProperty pe, InferenceDepth depth) default NodeSet
<OWLObjectPropertyExpression> OWLReasoner.getSubObjectProperties
(OWLObjectPropertyExpression pe, InferenceDepth depth) OWLReasoner.getSuperClasses
(OWLClassExpression ce, InferenceDepth depth) default NodeSet
<OWLDataProperty> OWLReasoner.getSuperDataProperties
(OWLDataProperty pe, InferenceDepth depth) default NodeSet
<OWLObjectPropertyExpression> OWLReasoner.getSuperObjectProperties
(OWLObjectPropertyExpression pe, InferenceDepth depth) OWLReasoner.getTypes
(OWLNamedIndividual ind, InferenceDepth depth) default Stream
<OWLNamedIndividual> OWLReasoner.instances
(OWLClassExpression ce, InferenceDepth depth) OWLReasoner.objectPropertyDomains
(OWLObjectPropertyExpression pe, InferenceDepth depth) OWLReasoner.objectPropertyRanges
(OWLObjectPropertyExpression pe, InferenceDepth depth) default Stream
<OWLNamedIndividual> OWLReasoner.representativeInstances
(OWLClassExpression ce, InferenceDepth depth) OWLReasoner.subClasses
(OWLClassExpression ce, InferenceDepth depth) default Stream
<OWLDataProperty> OWLReasoner.subDataProperties
(OWLDataProperty pe, InferenceDepth depth) default Stream
<OWLObjectPropertyExpression> OWLReasoner.subObjectProperties
(OWLObjectPropertyExpression pe, InferenceDepth depth) OWLReasoner.superClasses
(OWLClassExpression ce, InferenceDepth depth) default Stream
<OWLDataProperty> OWLReasoner.superDataProperties
(OWLDataProperty pe, InferenceDepth depth) default Stream
<OWLObjectPropertyExpression> OWLReasoner.superObjectProperties
(OWLObjectPropertyExpression pe, InferenceDepth depth) OWLReasoner.types
(OWLNamedIndividual ind, InferenceDepth depth)