public interface OWLDataProperty extends OWLDataPropertyExpression, OWLProperty
Type | Property and Description |
---|---|
default boolean |
isOWLBottomData
Gets the value of the property oWLBottomDataProperty.
|
default boolean |
isOWLData
Gets the value of the property oWLDataProperty.
|
default boolean |
isOWLTopData
Gets the value of the property oWLTopDataProperty.
|
isOWLBottomObjectProperty, isOWLTopObjectProperty
asOWLDataProperty
asOWLAnnotationProperty, isOWLAnnotationProperty
asOWLObjectProperty, isOWLObjectProperty
Modifier and Type | Method and Description |
---|---|
default void |
accept(OWLEntityVisitor visitor) |
default <O> O |
accept(OWLEntityVisitorEx<O> visitor) |
default void |
accept(OWLNamedObjectVisitor visitor)
Accepts a visitor.
|
default <O> O |
accept(OWLNamedObjectVisitorEx<O> visitor)
Accepts a visitor.
|
default void |
accept(OWLObjectVisitor visitor)
Accepts a visitor
|
default <O> O |
accept(OWLObjectVisitorEx<O> visitor)
Accepts a visitor
|
default void |
accept(OWLPropertyExpressionVisitor visitor) |
default <O> O |
accept(OWLPropertyExpressionVisitorEx<O> visitor) |
default EntityType<?> |
getEntityType()
Gets the entity type for this entity.
|
default int |
hashIndex() |
default boolean |
isBottomEntity()
Determines if this object is either, owl:Nothing (the bottom class), owl:bottomObjectProperty
(the bottom object property) , owl:bottomDataProperty (the bottom data property).
|
default boolean |
isDataPropertyExpression() |
default boolean |
isOWLBottomDataProperty()
Gets the value of the property oWLBottomDataProperty.
|
default boolean |
isOWLDataProperty()
Gets the value of the property oWLDataProperty.
|
default boolean |
isOWLTopDataProperty()
Gets the value of the property oWLTopDataProperty.
|
default boolean |
isTopEntity()
Determines if this object is either, owl:Thing (the top class), owl:topObjectProperty (the
top object property) , owl:topDataProperty (the top data property) or rdfs:Literal (the top
datatype).
|
default int |
typeIndex() |
asDataPropertyExpression, asObjectPropertyExpression, isObjectPropertyExpression, isOWLBottomObjectProperty, isOWLTopObjectProperty
components, initHashCode
isAnonymous, isBuiltIn, isType, toStringID
getNestedClassExpressions, hashIteration, hasSharedStructure, isAnonymousExpression, isAxiom, isIndividual, isIRI, isOntology, nestedClassExpressions
compareTo
getSignature, signature, unsortedSignature
containsEntityInSignature
anonymousIndividuals, getAnonymousIndividuals
classesInSignature, getClassesInSignature
getObjectPropertiesInSignature, objectPropertiesInSignature
dataPropertiesInSignature, getDataPropertiesInSignature
getIndividualsInSignature, individualsInSignature
datatypesInSignature, getDatatypesInSignature
annotationPropertiesInSignature, getAnnotationPropertiesInSignature
componentsAnnotationsFirst, componentsWithoutAnnotations
isNamed
asOWLClass, isOWLClass
asOWLDataProperty
asOWLDatatype, isOWLDatatype
asOWLAnnotationProperty, isOWLAnnotationProperty
asOWLNamedIndividual, isOWLNamedIndividual
asOWLObjectProperty, isOWLObjectProperty
default boolean isOWLTopDataProperty
isOWLTopDataProperty
in interface OWLPropertyExpression
true
if this property is the owl:topDataProperty otherwise false
default boolean isOWLBottomDataProperty
isOWLBottomDataProperty
in interface OWLPropertyExpression
true
if this property is the owl:bottomDataProperty otherwise false
default boolean isOWLDataProperty
isOWLDataProperty
in interface AsOWLDataProperty
default int hashIndex()
hashIndex
in interface HasHashIndex
default int typeIndex()
default EntityType<?> getEntityType()
OWLEntity
getEntityType
in interface OWLEntity
default boolean isTopEntity()
OWLObject
isTopEntity
in interface OWLObject
true
if this object corresponds to one of the above entities.default boolean isBottomEntity()
OWLObject
isBottomEntity
in interface OWLObject
true
if this object corresponds to one of the above entities.default boolean isOWLTopDataProperty()
isOWLTopDataProperty
in interface OWLPropertyExpression
true
if this property is the owl:topDataProperty otherwise false
default boolean isOWLBottomDataProperty()
isOWLBottomDataProperty
in interface OWLPropertyExpression
true
if this property is the owl:bottomDataProperty otherwise false
default boolean isDataPropertyExpression()
isDataPropertyExpression
in interface OWLPropertyExpression
default boolean isOWLDataProperty()
isOWLDataProperty
in interface AsOWLDataProperty
default void accept(OWLObjectVisitor visitor)
OWLObject
default <O> O accept(OWLObjectVisitorEx<O> visitor)
OWLObject
default void accept(OWLPropertyExpressionVisitor visitor)
accept
in interface OWLPropertyExpression
visitor
- visitor to acceptdefault <O> O accept(OWLPropertyExpressionVisitorEx<O> visitor)
accept
in interface OWLPropertyExpression
O
- visitor return typevisitor
- visitor to acceptdefault void accept(OWLEntityVisitor visitor)
default <O> O accept(OWLEntityVisitorEx<O> visitor)
default void accept(OWLNamedObjectVisitor visitor)
OWLNamedObject
accept
in interface OWLNamedObject
visitor
- The visitordefault <O> O accept(OWLNamedObjectVisitorEx<O> visitor)
OWLNamedObject
accept
in interface OWLNamedObject
O
- visitor return typevisitor
- The visitorCopyright © 2020 The University of Manchester. All rights reserved.