public interface OWLPropertyExpression extends OWLObject, AsOWLObjectProperty, AsOWLDataProperty, AsOWLAnnotationProperty
Type | Property and Description |
---|---|
default boolean |
isOWLBottomData
Gets the value of the property oWLBottomDataProperty.
|
default boolean |
isOWLBottomObject
Gets the value of the property oWLBottomObjectProperty.
|
default boolean |
isOWLTopData
Gets the value of the property oWLTopDataProperty.
|
default boolean |
isOWLTopObject
Gets the value of the property oWLTopObjectProperty.
|
asOWLObjectProperty, isOWLObjectProperty
asOWLDataProperty, isOWLDataProperty
asOWLAnnotationProperty, isOWLAnnotationProperty
Modifier and Type | Method and Description |
---|---|
void |
accept(OWLPropertyExpressionVisitor visitor) |
<O> O |
accept(OWLPropertyExpressionVisitorEx<O> visitor) |
default OWLDataPropertyExpression |
asDataPropertyExpression() |
default OWLObjectPropertyExpression |
asObjectPropertyExpression() |
default boolean |
isDataPropertyExpression() |
default boolean |
isObjectPropertyExpression() |
default boolean |
isOWLBottomDataProperty()
Gets the value of the property oWLBottomDataProperty.
|
default boolean |
isOWLBottomObjectProperty()
Gets the value of the property oWLBottomObjectProperty.
|
default boolean |
isOWLTopDataProperty()
Gets the value of the property oWLTopDataProperty.
|
default boolean |
isOWLTopObjectProperty()
Gets the value of the property oWLTopObjectProperty.
|
accept, accept, getNestedClassExpressions, hashIteration, hasSharedStructure, initHashCode, isAnonymousExpression, isAxiom, isBottomEntity, isIndividual, isIRI, isOntology, isTopEntity, nestedClassExpressions
compareTo
getSignature, signature, unsortedSignature
containsEntityInSignature
anonymousIndividuals, getAnonymousIndividuals
classesInSignature, getClassesInSignature
getObjectPropertiesInSignature, objectPropertiesInSignature
dataPropertiesInSignature, getDataPropertiesInSignature
getIndividualsInSignature, individualsInSignature
datatypesInSignature, getDatatypesInSignature
annotationPropertiesInSignature, getAnnotationPropertiesInSignature
hashIndex
components, componentsAnnotationsFirst, componentsWithoutAnnotations
isAnonymous, isNamed
asOWLObjectProperty, isOWLObjectProperty
asOWLDataProperty, isOWLDataProperty
asOWLAnnotationProperty, isOWLAnnotationProperty
default boolean isOWLTopObjectProperty
default boolean isOWLBottomObjectProperty
default boolean isOWLTopDataProperty
default boolean isOWLBottomDataProperty
void accept(OWLPropertyExpressionVisitor visitor)
visitor
- visitor to accept<O> O accept(OWLPropertyExpressionVisitorEx<O> visitor)
O
- visitor return typevisitor
- visitor to acceptdefault boolean isDataPropertyExpression()
default OWLDataPropertyExpression asDataPropertyExpression()
default boolean isObjectPropertyExpression()
default OWLObjectPropertyExpression asObjectPropertyExpression()
default boolean isOWLTopObjectProperty()
default boolean isOWLBottomObjectProperty()
default boolean isOWLTopDataProperty()
default boolean isOWLBottomDataProperty()
Copyright © 2020 The University of Manchester. All rights reserved.