org.semanticweb.owl.model
Interface OWLPropertyInstance

All Superinterfaces:
Cloneable, OWLObject, OWLOntologyObject, Serializable
All Known Subinterfaces:
OWLDataPropertyInstance, OWLObjectPropertyInstance

public interface OWLPropertyInstance
extends OWLOntologyObject, OWLObject

Super interface for instances of property filling.

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

Method Summary
 OWLIndividual 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

getSubject

public OWLIndividual getSubject()
                         throws OWLException
OWLException


WonderWeb