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, isOWLTopObjectPropertyasOWLDataPropertyasOWLAnnotationProperty, isOWLAnnotationPropertyasOWLObjectProperty, 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, isOWLTopObjectPropertycomponentsisBuiltIn, isType, toStringIDgetNestedClassExpressions, hasSharedStructure, isAnonymousExpression, isAxiom, isIndividual, isIRI, isOntology, nestedClassExpressionscompareTogetSignature, signaturecontainsEntityInSignatureanonymousIndividuals, getAnonymousIndividualsclassesInSignature, getClassesInSignaturegetObjectPropertiesInSignature, objectPropertiesInSignaturedataPropertiesInSignature, getDataPropertiesInSignaturegetIndividualsInSignature, individualsInSignaturedatatypesInSignature, getDatatypesInSignatureannotationPropertiesInSignature, getAnnotationPropertiesInSignaturecomponentsAnnotationsFirst, componentsWithoutAnnotationsisAnonymousasOWLClass, isOWLClassasOWLDataPropertyasOWLDatatype, isOWLDatatypeasOWLAnnotationProperty, isOWLAnnotationPropertyasOWLNamedIndividual, isOWLNamedIndividualasOWLObjectProperty, isOWLObjectPropertydefault boolean isOWLTopDataProperty
isOWLTopDataProperty in interface OWLPropertyExpressiontrue if this property is the owl:topDataProperty
otherwise falsedefault boolean isOWLBottomDataProperty
isOWLBottomDataProperty in interface OWLPropertyExpressiontrue if this property is the owl:bottomDataProperty
otherwise falsedefault boolean isOWLDataProperty
isOWLDataProperty in interface AsOWLDataPropertydefault int hashIndex()
hashIndex in interface HasHashIndexdefault int typeIndex()
default EntityType<?> getEntityType()
OWLEntitygetEntityType in interface OWLEntitydefault boolean isTopEntity()
OWLObjectisTopEntity in interface OWLObjecttrue if this object corresponds to one of the above
entities.default boolean isBottomEntity()
OWLObjectisBottomEntity in interface OWLObjecttrue if this object corresponds to one of the above
entities.default boolean isOWLTopDataProperty()
isOWLTopDataProperty in interface OWLPropertyExpressiontrue if this property is the owl:topDataProperty
otherwise falsedefault boolean isOWLBottomDataProperty()
isOWLBottomDataProperty in interface OWLPropertyExpressiontrue if this property is the owl:bottomDataProperty
otherwise falsedefault boolean isDataPropertyExpression()
isDataPropertyExpression in interface OWLPropertyExpressiondefault boolean isOWLDataProperty()
isOWLDataProperty in interface AsOWLDataPropertydefault void accept(OWLObjectVisitor visitor)
OWLObjectdefault <O> O accept(OWLObjectVisitorEx<O> visitor)
OWLObjectdefault void accept(OWLPropertyExpressionVisitor visitor)
accept in interface OWLPropertyExpressionvisitor - visitor to acceptdefault <O> O accept(OWLPropertyExpressionVisitorEx<O> visitor)
accept in interface OWLPropertyExpressionO - visitor return typevisitor - visitor to acceptdefault void accept(OWLEntityVisitor visitor)
default <O> O accept(OWLEntityVisitorEx<O> visitor)
default void accept(OWLNamedObjectVisitor visitor)
OWLNamedObjectaccept in interface OWLNamedObjectvisitor - The visitordefault <O> O accept(OWLNamedObjectVisitorEx<O> visitor)
OWLNamedObjectaccept in interface OWLNamedObjectO - visitor return typevisitor - The visitorCopyright © 2017 The University of Manchester. All Rights Reserved.