org.semanticweb.owl.model
Interface OWLObjectValueRestriction
- All Superinterfaces:
- Cloneable, OWLDescription, OWLObject, OWLObjectRestriction, OWLRestriction, Serializable
- All Known Implementing Classes:
- OWLObjectValueRestrictionImpl
- public interface OWLObjectValueRestriction
- extends OWLObjectRestriction
A restriction over an individual 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 (getObjectProperty)
which is the value given.
- Version:
- $Id: OWLObjectValueRestriction.java,v 1.1.1.1 2003/10/14 17:10:08 sean_bechhofer Exp $
getIndividual
public OWLIndividual getIndividual()
throws OWLException
OWLException
WonderWeb