R
- rangeP
- property expressionF
- rangepublic interface OWLRestriction<R extends OWLPropertyRange,P extends OWLPropertyExpression<R,P>,F> extends OWLAnonymousClassExpression
Modifier and Type | Method and Description |
---|---|
P |
getProperty()
Gets the property/properties that the restriction acts along depending on R being a scalar or collection type.
|
boolean |
isDataRestriction()
Determines if this is a data restriction.
|
boolean |
isObjectRestriction()
Determines if this is an object restriction.
|
accept, accept, asConjunctSet, asDisjunctSet, asOWLClass, containsConjunct, getClassExpressionType, getComplementNNF, getNNF, getObjectComplementOf, isAnonymous, isClassExpressionLiteral, isOWLNothing, isOWLThing
accept, accept, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntity
P getProperty()
boolean isObjectRestriction()
true
if this is an object restriction, otherwise false
boolean isDataRestriction()
true
if this is a data restriction, otherwise false