org.semanticweb.owl.model
Interface OWLObjectQuantifiedRestriction

All Superinterfaces:
Cloneable, OWLDescription, OWLObject, OWLObjectRestriction, OWLRestriction, Serializable
All Known Subinterfaces:
OWLObjectAllRestriction, OWLObjectSomeRestriction
All Known Implementing Classes:
OWLObjectAllRestrictionImpl, OWLObjectQuantifiedRestrictionImpl, OWLObjectSomeRestrictionImpl

public interface OWLObjectQuantifiedRestriction
extends OWLObjectRestriction

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

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

Method Summary
 OWLDescription getDescription()
           
 
Methods inherited from interface org.semanticweb.owl.model.OWLObjectRestriction
getObjectProperty
 
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

getDescription

public OWLDescription getDescription()
                              throws OWLException
OWLException


WonderWeb