org.semanticweb.owl.model
Interface OWLDataQuantifiedRestriction

All Superinterfaces:
Cloneable, OWLDataRestriction, OWLDescription, OWLObject, OWLRestriction, Serializable
All Known Subinterfaces:
OWLDataAllRestriction, OWLDataSomeRestriction
All Known Implementing Classes:
OWLDataAllRestrictionImpl, OWLDataQuantifiedRestrictionImpl, OWLDataSomeRestrictionImpl

public interface OWLDataQuantifiedRestriction
extends OWLDataRestriction

A Restriction over an OWLDataProperty that is quantified. Subinterfaces specify the quantifier.

Version:
$Id: OWLDataQuantifiedRestriction.java,v 1.1.1.1 2003/10/14 17:10:08 sean_bechhofer Exp $

Method Summary
 OWLDataRange getDataType()
          Returns the data type that the restriction quantifies over.
 
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

getDataType

public OWLDataRange getDataType()
                         throws OWLException
Returns the data type that the restriction quantifies over.

OWLException


WonderWeb