uk.ac.manchester.cs.owl
Class OWLDataValueRestrictionImpl
java.lang.Object
uk.ac.manchester.cs.owl.OWLObjectImpl
uk.ac.manchester.cs.owl.OWLAnonymousDescriptionImpl
uk.ac.manchester.cs.owl.OWLRestrictionImpl<P>
uk.ac.manchester.cs.owl.OWLValueRestrictionImpl<OWLDataPropertyExpression,OWLConstant>
uk.ac.manchester.cs.owl.OWLDataValueRestrictionImpl
- All Implemented Interfaces:
- java.lang.Comparable<OWLObject>, OWLAnonymousDescription, OWLDataValueRestriction, OWLDescription, OWLObject, OWLPropertyRange, OWLRestriction<OWLDataPropertyExpression>, OWLValueRestriction<OWLDataPropertyExpression,OWLConstant>
public class OWLDataValueRestrictionImpl
- extends OWLValueRestrictionImpl<OWLDataPropertyExpression,OWLConstant>
- implements OWLDataValueRestriction
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.lang.Comparable |
compareTo |
OWLDataValueRestrictionImpl
public OWLDataValueRestrictionImpl(OWLDataFactory dataFactory,
OWLDataPropertyExpression property,
OWLConstant value)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class OWLValueRestrictionImpl<OWLDataPropertyExpression,OWLConstant>
asSomeValuesFrom
public OWLDescription asSomeValuesFrom()
- Description copied from interface:
OWLValueRestriction
- A convenience method that obtains this restriction as an existential
restriction with a nominal filler.
- Specified by:
asSomeValuesFrom
in interface OWLValueRestriction<OWLDataPropertyExpression,OWLConstant>
- Returns:
- The existential equivalent of this value restriction.
simp(HasValue(p a)) = some(p {a})
accept
public void accept(OWLDescriptionVisitor visitor)
- Description copied from interface:
OWLDescription
- Accepts a visit from an
OWLDescriptionVisitor
- Specified by:
accept
in interface OWLDescription
- Parameters:
visitor
- The visitor that wants to visit
accept
public void accept(OWLObjectVisitor visitor)
- Specified by:
accept
in interface OWLObject
accept
public <O> O accept(OWLDescriptionVisitorEx<O> visitor)
- Specified by:
accept
in interface OWLDescription
accept
public <O> O accept(OWLObjectVisitorEx<O> visitor)
- Specified by:
accept
in interface OWLObject