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 $

Method Summary
 OWLIndividual getIndividual()
           
 
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

getIndividual

public OWLIndividual getIndividual()
                            throws OWLException
OWLException


WonderWeb