org.semanticweb.owl.model
Interface OWLDataValueRestriction
- All Superinterfaces:
- Cloneable, OWLDataRestriction, OWLDescription, OWLObject, OWLRestriction, Serializable
- All Known Implementing Classes:
- OWLDataValueRestrictionImpl
- public interface OWLDataValueRestriction
- extends OWLDataRestriction
A restriction over a datatype property with a given value. The semantics of this expression is the collection of
objects, all of which have a filler for the given role (getDataProperty) which is the value given.
- Version:
- $Id: OWLDataValueRestriction.java,v 1.1.1.1 2003/10/14 17:10:08 sean_bechhofer Exp $
getValue
public OWLDataValue getValue()
throws OWLException
OWLException
WonderWeb