public class OWLObjectPropertyNode extends DefaultNode<OWLObjectPropertyExpression>
| Constructor and Description |
|---|
OWLObjectPropertyNode()
default constructor
|
OWLObjectPropertyNode(OWLObjectPropertyExpression entity) |
OWLObjectPropertyNode(Set<OWLObjectPropertyExpression> entities) |
| Modifier and Type | Method and Description |
|---|---|
static OWLObjectPropertyNode |
getBottomNode() |
static OWLObjectPropertyNode |
getTopNode() |
add, contains, equals, getEntities, getEntitiesMinus, getEntitiesMinusBottom, getEntitiesMinusTop, getRepresentativeElement, getSize, hashCode, isBottomNode, isSingleton, isTopNode, iterator, toStringforEach, spliteratorpublic 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 © 2016 The University of Manchester. All Rights Reserved.