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