Class OWLClassNodeSet
java.lang.Object
org.semanticweb.owlapi.reasoner.impl.DefaultNodeSet<OWLClass>
org.semanticweb.owlapi.reasoner.impl.OWLClassNodeSet
A node set of OWL classes.
- Since:
- 3.0.0
- Author:
- Matthew Horridge, The University of Manchester, Information Management Group
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.OWLClassNodeSet
(Set<Node<OWLClass>> nodes) OWLClassNodeSet
(Stream<Node<OWLClass>> nodes) OWLClassNodeSet
(OWLClass entity) OWLClassNodeSet
(Node<OWLClass> owlClassNode) -
Method Summary
Methods inherited from class org.semanticweb.owlapi.reasoner.impl.DefaultNodeSet
addAllNodes, addAllNodes, addDifferentEntities, addEntity, addNode, addSameEntities, containsEntity, entities, equals, hashCode, isBottomSingleton, isEmpty, isSingleton, isTopSingleton, iterator, nodes, toString
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface org.semanticweb.owlapi.reasoner.NodeSet
getFlattened, getNodes
-
Constructor Details
-
OWLClassNodeSet
public OWLClassNodeSet()Default constructor. -
OWLClassNodeSet
- Parameters:
entity
- the entity to be contained
-
OWLClassNodeSet
- Parameters:
owlClassNode
- the node to be contained
-
OWLClassNodeSet
- Parameters:
nodes
- the set of nodes to be contained
-
OWLClassNodeSet
- Parameters:
nodes
- the set of nodes to be contained
-