Uses of Interface
org.semanticweb.owlapi.reasoner.NodeSet
Packages that use NodeSet
Package
Description
OWLReasoner package.
OWLReasoner implementation package.
Structural reasoner implementation package.
-
Uses of NodeSet in org.semanticweb.owlapi.reasoner
Methods in org.semanticweb.owlapi.reasoner that return NodeSetModifier and TypeMethodDescriptionOWLReasoner.getDataPropertyDomains
(OWLDataProperty pe) OWLReasoner.getDataPropertyDomains
(OWLDataProperty pe, boolean direct) Gets the named classes that are the direct or indirect domains of this property with respect to the imports closure of the root ontology.OWLReasoner.getDataPropertyDomains
(OWLDataProperty pe, InferenceDepth depth) OWLReasoner.getDifferentIndividuals
(OWLNamedIndividual ind) Gets the individuals which are entailed to be different from the specified individual.OWLReasoner.getDisjointClasses
(OWLClassExpression ce) Gets the classes that are disjoint with the specified class expressionce
.OWLReasoner.getDisjointDataProperties
(OWLDataPropertyExpression pe) Gets the data properties that are disjoint with the specified data property expressionpe
.OWLReasoner.getDisjointObjectProperties
(OWLObjectPropertyExpression pe) Gets the simplified object property expressions that are disjoint with the specified object property expressionpe
.default NodeSet
<OWLNamedIndividual> OWLReasoner.getInstances
(OWLClassExpression ce) OWLReasoner.getInstances
(OWLClassExpression ce, boolean direct) Gets the individuals which are instances of the specified class expression.default NodeSet
<OWLNamedIndividual> OWLReasoner.getInstances
(OWLClassExpression ce, InferenceDepth depth) OWLReasoner.getObjectPropertyDomains
(OWLObjectPropertyExpression pe) OWLReasoner.getObjectPropertyDomains
(OWLObjectPropertyExpression pe, boolean direct) Gets the named classes that are the direct or indirect domains of this property with respect to the imports closure of the root ontology.OWLReasoner.getObjectPropertyDomains
(OWLObjectPropertyExpression pe, InferenceDepth depth) OWLReasoner.getObjectPropertyRanges
(OWLObjectPropertyExpression pe) OWLReasoner.getObjectPropertyRanges
(OWLObjectPropertyExpression pe, boolean direct) Gets the named classes that are the direct or indirect ranges of this property with respect to the imports closure of the root ontology.OWLReasoner.getObjectPropertyRanges
(OWLObjectPropertyExpression pe, InferenceDepth depth) OWLReasoner.getObjectPropertyValues
(OWLNamedIndividual ind, OWLObjectPropertyExpression pe) Gets the object property values for the specified individual and object property expression.OWLReasoner.getSubClasses
(OWLClassExpression ce) Returns all subclasses.OWLReasoner.getSubClasses
(OWLClassExpression ce, boolean direct) Gets the set of named classes that are the strict (potentially direct) subclasses of the specified class expression with respect to the reasoner axioms.OWLReasoner.getSubClasses
(OWLClassExpression ce, InferenceDepth depth) default NodeSet
<OWLDataProperty> OWLReasoner.getSubDataProperties
(OWLDataProperty pe) OWLReasoner.getSubDataProperties
(OWLDataProperty pe, boolean direct) 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.default NodeSet
<OWLDataProperty> OWLReasoner.getSubDataProperties
(OWLDataProperty pe, InferenceDepth depth) default NodeSet
<OWLObjectPropertyExpression> OWLReasoner.getSubObjectProperties
(OWLObjectPropertyExpression pe) OWLReasoner.getSubObjectProperties
(OWLObjectPropertyExpression pe, boolean direct) 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.default NodeSet
<OWLObjectPropertyExpression> OWLReasoner.getSubObjectProperties
(OWLObjectPropertyExpression pe, InferenceDepth depth) OWLReasoner.getSuperClasses
(OWLClassExpression ce) OWLReasoner.getSuperClasses
(OWLClassExpression ce, boolean direct) 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.OWLReasoner.getSuperClasses
(OWLClassExpression ce, InferenceDepth depth) default NodeSet
<OWLDataProperty> OWLReasoner.getSuperDataProperties
(OWLDataProperty pe) OWLReasoner.getSuperDataProperties
(OWLDataProperty pe, boolean direct) 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.default NodeSet
<OWLDataProperty> OWLReasoner.getSuperDataProperties
(OWLDataProperty pe, InferenceDepth depth) default NodeSet
<OWLObjectPropertyExpression> OWLReasoner.getSuperObjectProperties
(OWLObjectPropertyExpression pe) OWLReasoner.getSuperObjectProperties
(OWLObjectPropertyExpression pe, boolean direct) 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.default NodeSet
<OWLObjectPropertyExpression> OWLReasoner.getSuperObjectProperties
(OWLObjectPropertyExpression pe, InferenceDepth depth) OWLReasoner.getTypes
(OWLNamedIndividual ind) OWLReasoner.getTypes
(OWLNamedIndividual ind, boolean direct) Gets the named classes which are (potentially direct) types of the specified named individual.OWLReasoner.getTypes
(OWLNamedIndividual ind, InferenceDepth depth) Methods in org.semanticweb.owlapi.reasoner with parameters of type NodeSetModifier and TypeMethodDescriptionabstract Stream
<OWLNamedIndividual> IndividualNodeSetPolicy.filter
(NodeSet<OWLNamedIndividual> nodes) -
Uses of NodeSet in org.semanticweb.owlapi.reasoner.impl
Classes in org.semanticweb.owlapi.reasoner.impl that implement NodeSetModifier and TypeClassDescriptionclass
DefaultNodeSet<E extends OWLObject>
class
A node set of OWL classes.class
class
class
class
-
Uses of NodeSet in org.semanticweb.owlapi.reasoner.structural
Methods in org.semanticweb.owlapi.reasoner.structural that return NodeSetModifier and TypeMethodDescriptionStructuralReasoner.getDataPropertyDomains
(OWLDataProperty pe, boolean direct) StructuralReasoner.getDifferentIndividuals
(OWLNamedIndividual ind) StructuralReasoner.getDisjointClasses
(OWLClassExpression ce) StructuralReasoner.getDisjointDataProperties
(OWLDataPropertyExpression pe) StructuralReasoner.getDisjointObjectProperties
(OWLObjectPropertyExpression pe) StructuralReasoner.getInstances
(OWLClassExpression ce, boolean direct) StructuralReasoner.getObjectPropertyDomains
(OWLObjectPropertyExpression pe, boolean direct) StructuralReasoner.getObjectPropertyRanges
(OWLObjectPropertyExpression pe, boolean direct) StructuralReasoner.getObjectPropertyValues
(OWLNamedIndividual ind, OWLObjectPropertyExpression pe) StructuralReasoner.getSubClasses
(OWLClassExpression ce, boolean direct) StructuralReasoner.getSubDataProperties
(OWLDataProperty pe, boolean direct) StructuralReasoner.getSubObjectProperties
(OWLObjectPropertyExpression pe, boolean direct) StructuralReasoner.getSuperClasses
(OWLClassExpression ce, boolean direct) StructuralReasoner.getSuperDataProperties
(OWLDataProperty pe, boolean direct) StructuralReasoner.getSuperObjectProperties
(OWLObjectPropertyExpression pe, boolean direct) StructuralReasoner.getTypes
(OWLNamedIndividual ind, boolean direct)