org.semanticweb.owl.model
Interface OWLAnnotationInstance
- All Superinterfaces:
- Cloneable, OWLObject, Serializable
- All Known Implementing Classes:
- OWLAnnotationInstanceImpl
- public interface OWLAnnotationInstance
- extends OWLObject
OWLAnnotationInstance.java
Created: Thu May 08 17:36:07 2003
- Version:
- $Id: OWLAnnotationInstance.java,v 1.1.1.1 2003/10/14 17:10:08 sean_bechhofer Exp $
getSubject
public OWLObject getSubject()
throws OWLException
OWLException
getProperty
public OWLAnnotationProperty getProperty()
throws OWLException
OWLException
getContent
public Object getContent()
throws OWLException
- This is either an individual, a URI reference or a data literal
OWLException
WonderWeb