org.semanticweb.owl.model
Interface OWLObjectPropertyInstance

All Superinterfaces:
Cloneable, OWLObject, OWLOntologyObject, OWLPropertyInstance, Serializable

public interface OWLObjectPropertyInstance
extends OWLPropertyInstance

Represents an association between two particular individuals using an ObjectProperty.

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

Method Summary
 OWLIndividual getObject()
           
 OWLObjectProperty getProperty()
           
 
Methods inherited from interface org.semanticweb.owl.model.OWLPropertyInstance
getSubject
 
Methods inherited from interface org.semanticweb.owl.model.OWLOntologyObject
getOntologies
 
Methods inherited from interface org.semanticweb.owl.model.OWLObject
accept, clone, getAnnotations, getAnnotations, getContainedObjects, getMetadata, getOWLConnection, getOWLDataFactory
 

Method Detail

getProperty

public OWLObjectProperty getProperty()
                              throws OWLException
OWLException

getObject

public OWLIndividual getObject()
                        throws OWLException
OWLException


WonderWeb