org.semanticweb.owl.model
Interface OWLDataPropertyInstance

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

public interface OWLDataPropertyInstance
extends OWLPropertyInstance

Represents an association between a particular individuals and a data value.

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

Method Summary
 OWLDataValue getObject()
           
 OWLDataProperty 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 OWLDataProperty getProperty()
                            throws OWLException
OWLException

getObject

public OWLDataValue getObject()
                       throws OWLException
OWLException


WonderWeb