Uses of Interface
org.semanticweb.owlapi.reasoner.Node
Packages that use Node
Package
Description
OWLReasoner package.
OWLReasoner implementation package.
Knowledge exploration package.
Structural reasoner implementation package.
-
Uses of Node in org.semanticweb.owlapi.reasoner
Methods in org.semanticweb.owlapi.reasoner that return NodeModifier and TypeMethodDescriptionOWLReasoner.getBottomClassNode()
Gets theNode
corresponding to the bottom node (containingowl:Nothing
) in the class hierarchy.OWLReasoner.getBottomDataPropertyNode()
Gets theNode
corresponding to the bottom node (containingowl:bottomDataProperty
) in the data property hierarchy.OWLReasoner.getBottomObjectPropertyNode()
Gets theNode
corresponding to the bottom node (containingowl:bottomObjectProperty
) in the object property hierarchy.OWLReasoner.getEquivalentClasses
(OWLClassExpression ce) Gets the set of named classes that are equivalent to the specified class expression with respect to the set of reasoner axioms.OWLReasoner.getEquivalentDataProperties
(OWLDataProperty pe) 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.OWLReasoner.getEquivalentObjectProperties
(OWLObjectPropertyExpression pe) Gets the set of simplified object property expressions that are equivalent to the specified object property expression with respect to the set of reasoner axioms.OWLReasoner.getInverseObjectProperties
(OWLObjectPropertyExpression pe) Gets the set of simplified object property expressions that are the inverses of the specified object property expression with respect to the imports closure of the root ontology.OWLReasoner.getSameIndividuals
(OWLNamedIndividual ind) Gets the individuals that are the same as the specified individual.OWLReasoner.getTopClassNode()
Gets theNode
corresponding to the top node (containingowl:Thing
) in the class hierarchy.OWLReasoner.getTopDataPropertyNode()
Gets theNode
corresponding to the top node (containingowl:topDataProperty
) in the data property hierarchy.OWLReasoner.getTopObjectPropertyNode()
Gets theNode
corresponding to the top node (containingowl:topObjectProperty
) in the object property hierarchy.OWLReasoner.getUnsatisfiableClasses()
A convenience method that obtains the classes in the signature of the root ontology that are unsatisfiable.Methods in org.semanticweb.owlapi.reasoner that return types with arguments of type Node -
Uses of Node in org.semanticweb.owlapi.reasoner.impl
Classes in org.semanticweb.owlapi.reasoner.impl that implement NodeModifier and TypeClassDescriptionclass
DefaultNode<E extends OWLObject>
class
class
class
class
class
Methods in org.semanticweb.owlapi.reasoner.impl that return types with arguments of type NodeMethods in org.semanticweb.owlapi.reasoner.impl with parameters of type NodeModifier and TypeMethodDescriptionvoid
Adds aNode
to this set.Method parameters in org.semanticweb.owlapi.reasoner.impl with type arguments of type NodeModifier and TypeMethodDescriptionvoid
DefaultNodeSet.addAllNodes
(Collection<Node<E>> nodeset) Adds a collection ofNode
s to this set.void
DefaultNodeSet.addAllNodes
(Stream<Node<E>> nodeset) Adds a collection ofNode
s to this set.Constructors in org.semanticweb.owlapi.reasoner.impl with parameters of type NodeModifierConstructorDescriptionDefaultNodeSet
(Node<E> node) OWLClassNodeSet
(Node<OWLClass> owlClassNode) OWLDataPropertyNodeSet
(Node<OWLDataProperty> owlDataPropertyNode) OWLDatatypeNodeSet
(Node<OWLDatatype> owlDatatypeNode) OWLNamedIndividualNodeSet
(Node<OWLNamedIndividual> owlNamedIndividualNode) OWLObjectPropertyNodeSet
(Node<OWLObjectPropertyExpression> owlObjectPropertyNode) Constructor parameters in org.semanticweb.owlapi.reasoner.impl with type arguments of type NodeModifierConstructorDescriptionDefaultNodeSet
(Set<Node<E>> nodes) DefaultNodeSet
(Stream<Node<E>> nodes) OWLClassNodeSet
(Set<Node<OWLClass>> nodes) OWLClassNodeSet
(Stream<Node<OWLClass>> nodes) OWLDataPropertyNodeSet
(Set<Node<OWLDataProperty>> nodes) OWLDataPropertyNodeSet
(Stream<Node<OWLDataProperty>> nodes) OWLDatatypeNodeSet
(Set<Node<OWLDatatype>> nodes) OWLDatatypeNodeSet
(Stream<Node<OWLDatatype>> nodes) -
Uses of Node in org.semanticweb.owlapi.reasoner.knowledgeexploration
Methods in org.semanticweb.owlapi.reasoner.knowledgeexploration that return NodeModifier and TypeMethodDescriptionNode
<? extends OWLDataRange> OWLKnowledgeExplorerReasoner.getDataLabel
(OWLKnowledgeExplorerReasoner.RootNode node, boolean deterministicOnly) OWLKnowledgeExplorerReasoner.getDataNeighbours
(OWLKnowledgeExplorerReasoner.RootNode node, boolean deterministicOnly) Node
<? extends OWLClassExpression> OWLKnowledgeExplorerReasoner.getObjectLabel
(OWLKnowledgeExplorerReasoner.RootNode node, boolean deterministicOnly) Node
<? extends OWLObjectPropertyExpression> OWLKnowledgeExplorerReasoner.getObjectNeighbours
(OWLKnowledgeExplorerReasoner.RootNode node, boolean deterministicOnly) -
Uses of Node in org.semanticweb.owlapi.reasoner.structural
Methods in org.semanticweb.owlapi.reasoner.structural that return NodeModifier and TypeMethodDescriptionStructuralReasoner.getBottomClassNode()
StructuralReasoner.getBottomDataPropertyNode()
StructuralReasoner.getBottomObjectPropertyNode()
StructuralReasoner.getEquivalentClasses
(OWLClassExpression ce) StructuralReasoner.getEquivalentDataProperties
(OWLDataProperty pe) StructuralReasoner.getEquivalentObjectProperties
(OWLObjectPropertyExpression pe) StructuralReasoner.getInverseObjectProperties
(OWLObjectPropertyExpression pe) StructuralReasoner.getSameIndividuals
(OWLNamedIndividual ind) StructuralReasoner.getTopClassNode()
StructuralReasoner.getTopDataPropertyNode()
StructuralReasoner.getTopObjectPropertyNode()
StructuralReasoner.getUnsatisfiableClasses()