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 $
getProperty
public OWLDataProperty getProperty()
throws OWLException
OWLException
getObject
public OWLDataValue getObject()
throws OWLException
OWLException
WonderWeb