org.semanticweb.owl.impl.model
Class OWLObjectQuantifiedRestrictionImpl
java.lang.Object
|
+--org.semanticweb.owl.impl.model.OWLObjectImpl
|
+--org.semanticweb.owl.impl.model.OWLObjectRestrictionImpl
|
+--org.semanticweb.owl.impl.model.OWLObjectQuantifiedRestrictionImpl
- All Implemented Interfaces:
- Cloneable, OWLDescription, OWLObject, OWLObjectQuantifiedRestriction, OWLObjectRestriction, OWLRestriction, Serializable
- Direct Known Subclasses:
- OWLObjectAllRestrictionImpl, OWLObjectSomeRestrictionImpl
- public abstract class OWLObjectQuantifiedRestrictionImpl
- extends OWLObjectRestrictionImpl
- implements OWLObjectQuantifiedRestriction
A Restriction over an OWLObjectProperty that is
quantified. Subinterfaces specify the quantifier.
- Version:
- $Id: OWLObjectQuantifiedRestrictionImpl.java,v 1.1.1.1 2003/10/14 17:10:14 sean_bechhofer Exp $
- See Also:
- Serialized Form
OWLObjectQuantifiedRestrictionImpl
public OWLObjectQuantifiedRestrictionImpl(OWLDataFactoryImpl factory,
OWLObjectProperty property,
OWLDescription description)
getDescription
public OWLDescription getDescription()
- Specified by:
getDescription in interface OWLObjectQuantifiedRestriction
WonderWeb