Comparable<OWLObject>
, HasAnnotationPropertiesInSignature
, HasAnonymousIndividuals
, HasClassesInSignature
, HasContainsEntityInSignature
, HasDataPropertiesInSignature
, HasDatatypesInSignature
, HasIndividualsInSignature
, HasObjectPropertiesInSignature
, HasSignature
, IsAnonymous
, OWLObject
, OWLPropertyExpression
, Serializable
, SWRLPredicate
OWLDataProperty
OWLDataPropertyImpl
public interface OWLDataPropertyExpression extends OWLPropertyExpression, SWRLPredicate
Modifier and Type | Method | Description |
---|---|---|
OWLDataProperty |
asOWLDataProperty() |
If the property is a named data property then this method will obtain the
property as such.
|
compareTo
getAnnotationPropertiesInSignature
getAnonymousIndividuals
getClassesInSignature
containsEntityInSignature
getDataPropertiesInSignature
getDatatypesInSignature
getIndividualsInSignature
getObjectPropertiesInSignature
getSignature
accept, accept, getNestedClassExpressions, isBottomEntity, isIndividual, isIRI, isTopEntity, toString
accept, accept, isAnonymous, isDataPropertyExpression, isObjectPropertyExpression, isOWLBottomDataProperty, isOWLBottomObjectProperty, isOWLTopDataProperty, isOWLTopObjectProperty
@Nonnull OWLDataProperty asOWLDataProperty()
isAnonymous
method should first be used to determine if the
property is named (i.e. not an object property expression such as
inv(p)). If the property is named then this method may be used to obtain
the property as a named property without casting.OWLDataProperty
if possible.OWLRuntimeException
- if the property is not a named property.Copyright © 2018 The University of Manchester. All rights reserved.