public interface OWLPropertyExpression extends OWLObject
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWLPropertyExpressionVisitor visitor) |
<O> O |
accept(OWLPropertyExpressionVisitorEx<O> visitor) |
boolean |
isDataPropertyExpression() |
boolean |
isObjectPropertyExpression() |
boolean |
isOWLBottomDataProperty()
Determines if this is the owl:bottomDataProperty.
|
boolean |
isOWLBottomObjectProperty()
Determines if this is the owl:bottomObjectProperty.
|
boolean |
isOWLTopDataProperty()
Determines if this is the owl:topDataProperty.
|
boolean |
isOWLTopObjectProperty()
Determines if this is the owl:topObjectProperty.
|
accept, accept, getNestedClassExpressions, isBottomEntity, isIndividual, isIRI, isTopEntity, toStringcompareTogetSignaturecontainsEntityInSignaturegetAnonymousIndividualsgetClassesInSignaturegetObjectPropertiesInSignaturegetDataPropertiesInSignaturegetIndividualsInSignaturegetDatatypesInSignaturegetAnnotationPropertiesInSignatureisAnonymous, isNamedvoid 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()
true if this property is the owl:topObjectProperty otherwise falseboolean isOWLBottomObjectProperty()
true if this property is the owl:bottomObjectProperty otherwise falseboolean isOWLTopDataProperty()
true if this property is the owl:topDataProperty otherwise falseboolean isOWLBottomDataProperty()
true if this property is the owl:bottomDataProperty otherwise falseCopyright © 2024 The University of Manchester. All rights reserved.