org.semanticweb.owl.model
Interface OWLObjectRestriction

All Superinterfaces:
Cloneable, OWLDescription, OWLObject, OWLRestriction, Serializable
All Known Subinterfaces:
OWLObjectAllRestriction, OWLObjectCardinalityRestriction, OWLObjectQuantifiedRestriction, OWLObjectSomeRestriction, OWLObjectValueRestriction
All Known Implementing Classes:
OWLObjectAllRestrictionImpl, OWLObjectCardinalityRestrictionImpl, OWLObjectQuantifiedRestrictionImpl, OWLObjectRestrictionImpl, OWLObjectSomeRestrictionImpl, OWLObjectValueRestrictionImpl

public interface OWLObjectRestriction
extends OWLRestriction

A Restriction that particularly applies to an OWLObjectProperty. IndividualRestriction.java

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

Method Summary
 OWLObjectProperty getObjectProperty()
          Returns the OWLObjectProperty that the restriction applies to.
 
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

getObjectProperty

public OWLObjectProperty getObjectProperty()
                                    throws OWLException
Returns the OWLObjectProperty that the restriction applies to.

OWLException


WonderWeb