public interface OWLPropertyExpression extends OWLObject
| Type | Property and Description |
|---|---|
boolean |
isOWLBottomData
Gets the value of the property oWLBottomDataProperty.
|
boolean |
isOWLBottomObject
Gets the value of the property oWLBottomObjectProperty.
|
boolean |
isOWLTopData
Gets the value of the property oWLTopDataProperty.
|
boolean |
isOWLTopObject
Gets the value of the property oWLTopObjectProperty.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWLPropertyExpressionVisitor visitor) |
<O> O |
accept(OWLPropertyExpressionVisitorEx<O> visitor) |
boolean |
isAnonymous()
Determines if this property expression is anonymous.
|
boolean |
isDataPropertyExpression() |
boolean |
isObjectPropertyExpression() |
boolean |
isOWLBottomDataProperty()
Gets the value of the property oWLBottomDataProperty.
|
boolean |
isOWLBottomObjectProperty()
Gets the value of the property oWLBottomObjectProperty.
|
boolean |
isOWLTopDataProperty()
Gets the value of the property oWLTopDataProperty.
|
boolean |
isOWLTopObjectProperty()
Gets the value of the property oWLTopObjectProperty.
|
accept, accept, getNestedClassExpressions, isBottomEntity, isTopEntity, toStringcompareTogetSignaturecontainsEntityInSignaturegetAnonymousIndividualsgetClassesInSignaturegetObjectPropertiesInSignaturegetDataPropertiesInSignaturegetIndividualsInSignaturegetDatatypesInSignaturegetAnnotationPropertiesInSignatureboolean isOWLTopObjectProperty
boolean isOWLBottomObjectProperty
boolean isOWLTopDataProperty
boolean isOWLBottomDataProperty
boolean isAnonymous()
true if the property expression is anonymous (because it
is the inverse of a property). false if this property is
a named object property or named data property.void accept(@Nonnull OWLPropertyExpressionVisitor visitor)
visitor - visitor to accept@Nonnull <O> O accept(@Nonnull OWLPropertyExpressionVisitorEx<O> visitor)
O - visitor return typevisitor - visitor to acceptboolean isDataPropertyExpression()
boolean isObjectPropertyExpression()
boolean isOWLTopObjectProperty()
boolean isOWLBottomObjectProperty()
boolean isOWLTopDataProperty()
boolean isOWLBottomDataProperty()
Copyright © 2016 The University of Manchester. All Rights Reserved.