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 $

Method Summary
 OWLDataValue getValue()
           
 
Methods inherited from interface org.semanticweb.owl.model.OWLDataRestriction
getDataProperty
 
Methods inherited from interface org.semanticweb.owl.model.OWLRestriction
getProperty
 
Methods inherited from interface org.semanticweb.owl.model.OWLDescription
accept
 
Methods inherited from interface org.semanticweb.owl.model.OWLObject
accept, clone, getAnnotations, getAnnotations, getContainedObjects, getMetadata, getOWLConnection, getOWLDataFactory
 

Method Detail

getValue

public OWLDataValue getValue()
                      throws OWLException
OWLException


WonderWeb