org.semanticweb.owl.model.change
Class AddAnnotationInstance

java.lang.Object
  |
  +--org.semanticweb.owl.model.change.OntologyChange
        |
        +--org.semanticweb.owl.model.change.AddAnnotationInstance

public class AddAnnotationInstance
extends OntologyChange

AddAnnotationInstance.java Created: Fri May 09 15:39:12 2003

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

Field Summary
 
Fields inherited from class org.semanticweb.owl.model.change.OntologyChange
cause, ontology
 
Constructor Summary
AddAnnotationInstance(OWLOntology ontology, OWLObject subject, OWLAnnotationProperty property, Object content, OntologyChange cause)
           
 
Method Summary
 void accept(ChangeVisitor visitor)
          Accept a visit from a change visitor.
 Object getContent()
           
 OWLAnnotationProperty getProperty()
           
 OWLObject getSubject()
           
 
Methods inherited from class org.semanticweb.owl.model.change.OntologyChange
getCause, getOntology, setCause, setOntology
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddAnnotationInstance

public AddAnnotationInstance(OWLOntology ontology,
                             OWLObject subject,
                             OWLAnnotationProperty property,
                             Object content,
                             OntologyChange cause)
Method Detail

getSubject

public OWLObject getSubject()

getProperty

public OWLAnnotationProperty getProperty()

getContent

public Object getContent()

accept

public void accept(ChangeVisitor visitor)
            throws OWLException
Description copied from class: OntologyChange
Accept a visit from a change visitor.

Specified by:
accept in class OntologyChange
Parameters:
visitor - a ChangeVisitor value
OWLException


WonderWeb