public class OWLObjectPropertyNodeSet extends DefaultNodeSet<OWLObjectPropertyExpression>
| Constructor and Description |
|---|
OWLObjectPropertyNodeSet()
default constructor.
|
OWLObjectPropertyNodeSet(Node<OWLObjectPropertyExpression> owlObjectPropertyNode) |
OWLObjectPropertyNodeSet(OWLObjectPropertyExpression entity) |
OWLObjectPropertyNodeSet(Set<Node<OWLObjectPropertyExpression>> nodes) |
addAllNodes, addDifferentEntities, addEntity, addNode, addSameEntities, containsEntity, equals, getFlattened, getNodes, hashCode, isBottomSingleton, isEmpty, isSingleton, isTopSingleton, iterator, toStringforEach, spliteratorpublic OWLObjectPropertyNodeSet()
public OWLObjectPropertyNodeSet(@Nonnull OWLObjectPropertyExpression entity)
entity - property to includepublic OWLObjectPropertyNodeSet(@Nonnull Node<OWLObjectPropertyExpression> owlObjectPropertyNode)
owlObjectPropertyNode - property node to includepublic OWLObjectPropertyNodeSet(@Nonnull Set<Node<OWLObjectPropertyExpression>> nodes)
nodes - nodes to includeCopyright © 2020 The University of Manchester. All rights reserved.