Iterable<OWLObjectPropertyExpression>
, Node<OWLObjectPropertyExpression>
public class OWLObjectPropertyNode extends DefaultNode<OWLObjectPropertyExpression>
Constructor | Description |
---|---|
OWLObjectPropertyNode() |
default constructor
|
OWLObjectPropertyNode(Set<OWLObjectPropertyExpression> entities) |
|
OWLObjectPropertyNode(OWLObjectPropertyExpression entity) |
Modifier and Type | Method | Description |
---|---|---|
static OWLObjectPropertyNode |
getBottomNode() |
|
static OWLObjectPropertyNode |
getTopNode() |
add, contains, equals, getEntities, getEntitiesMinus, getEntitiesMinusBottom, getEntitiesMinusTop, getRepresentativeElement, getSize, hashCode, isBottomNode, isSingleton, isTopNode, iterator, toString
forEach, spliterator
public OWLObjectPropertyNode()
public OWLObjectPropertyNode(@Nonnull OWLObjectPropertyExpression entity)
entity
- property to includepublic OWLObjectPropertyNode(@Nonnull Set<OWLObjectPropertyExpression> entities)
entities
- properties to include@Nonnull public static OWLObjectPropertyNode getTopNode()
@Nonnull public static OWLObjectPropertyNode getBottomNode()
Copyright © 2018 The University of Manchester. All rights reserved.