public interface OWLDataPropertyExpression extends OWLPropertyExpression<OWLDataRange,OWLDataPropertyExpression>, SWRLPredicate
| Type | Property and Description |
|---|---|
OWLDataProperty |
asOWLData
If the property is a named data property then this method will obtain the
property as such.
|
isOWLBottomDataProperty, isOWLBottomObjectProperty, isOWLTopDataProperty, isOWLTopObjectProperty| Modifier and Type | Method and Description |
|---|---|
OWLDataProperty |
asOWLDataProperty()
If the property is a named data property then this method will obtain the
property as such.
|
accept, accept, getDisjointProperties, getDisjointProperties, getDomains, getDomains, getEquivalentProperties, getEquivalentProperties, getRanges, getRanges, getSubProperties, getSubProperties, getSuperProperties, getSuperProperties, isAnonymous, isDataPropertyExpression, isFunctional, isFunctional, isObjectPropertyExpression, isOWLBottomDataProperty, isOWLBottomObjectProperty, isOWLTopDataProperty, isOWLTopObjectPropertyaccept, accept, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntitycompareTocontainsEntityInSignatureOWLDataProperty 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 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.Copyright © 2014 The University of Manchester. All Rights Reserved.