public class OWLDataHasValueImpl extends OWLValueRestrictionImpl<OWLDataRange,OWLDataPropertyExpression,OWLLiteral> implements OWLDataHasValue
NO_ANNOTATIONS, OWL_THING| Constructor and Description |
|---|
OWLDataHasValueImpl(OWLDataPropertyExpression property,
OWLLiteral value) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWLClassExpressionVisitor visitor)
Accepts a visitor
|
<O> O |
accept(OWLClassExpressionVisitorEx<O> visitor)
Accepts a visitor
|
void |
accept(OWLObjectVisitor visitor)
Accepts a visitor
|
<O> O |
accept(OWLObjectVisitorEx<O> visitor)
Accepts a visitor
|
OWLClassExpression |
asSomeValuesFrom()
A convenience method that obtains this restriction as an existential
restriction with a nominal filler.
|
boolean |
equals(Object obj) |
ClassExpressionType |
getClassExpressionType()
Gets the class expression type for this class expression
|
boolean |
isDataRestriction()
Determines if this is a data restriction.
|
boolean |
isObjectRestriction()
Determines if this is an object restriction.
|
compareObjectOfSameType, getFiller, getValuegetProperty, isClassExpressionLiteralasConjunctSet, asDisjunctSet, asOWLClass, containsConjunct, getComplementNNF, getNNF, getObjectComplementOf, isAnonymous, isOWLNothing, isOWLThingcompareLists, compareSets, compareTo, containsEntityInSignature, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, hashCode, isBottomEntity, isTopEntity, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetValuegetPropertyasConjunctSet, asDisjunctSet, asOWLClass, containsConjunct, getComplementNNF, getNNF, getObjectComplementOf, isAnonymous, isClassExpressionLiteral, isOWLNothing, isOWLThinggetAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntitycompareTocontainsEntityInSignaturepublic OWLDataHasValueImpl(OWLDataPropertyExpression property, OWLLiteral value)
property - propertyvalue - valuepublic ClassExpressionType getClassExpressionType()
OWLClassExpressiongetClassExpressionType in interface OWLClassExpressionpublic boolean isObjectRestriction()
OWLRestrictionisObjectRestriction in interface OWLRestriction<OWLDataRange,OWLDataPropertyExpression,OWLDataPropertyExpression>true if this is an object restriction, otherwise
falsepublic boolean isDataRestriction()
OWLRestrictionisDataRestriction in interface OWLRestriction<OWLDataRange,OWLDataPropertyExpression,OWLDataPropertyExpression>true if this is a data restriction, otherwise
falsepublic boolean equals(Object obj)
equals in class OWLValueRestrictionImpl<OWLDataRange,OWLDataPropertyExpression,OWLLiteral>public OWLClassExpression asSomeValuesFrom()
OWLHasValueRestrictionasSomeValuesFrom in interface OWLHasValueRestriction<OWLDataRange,OWLDataPropertyExpression,OWLLiteral>public void accept(OWLClassExpressionVisitor visitor)
OWLClassExpressionaccept in interface OWLClassExpressionvisitor - The visitorpublic void accept(OWLObjectVisitor visitor)
OWLObjectpublic <O> O accept(OWLClassExpressionVisitorEx<O> visitor)
OWLClassExpressionaccept in interface OWLClassExpressionO - visitor return typevisitor - The visitorpublic <O> O accept(OWLObjectVisitorEx<O> visitor)
OWLObjectCopyright © 2014 The University of Manchester. All Rights Reserved.