org.semanticweb.owl.util
Class ShortForm2AnnotationGenerator
java.lang.Object
  
org.semanticweb.owl.util.ShortForm2AnnotationGenerator
- All Implemented Interfaces: 
 - OWLCompositeOntologyChange
 
public class ShortForm2AnnotationGenerator
- extends java.lang.Object
- implements OWLCompositeOntologyChange
  
Author: Matthew Horridge
 The University Of Manchester
 Bio-Health Informatics Group
 Date: 15-Feb-2008
 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ShortForm2AnnotationGenerator
public ShortForm2AnnotationGenerator(OWLOntologyManager ontologyManager,
                                     OWLOntology ontology,
                                     ShortFormProvider shortFormProvider,
                                     java.net.URI annotationURI,
                                     java.lang.String languageTag)
ShortForm2AnnotationGenerator
public ShortForm2AnnotationGenerator(OWLOntologyManager ontologyManager,
                                     OWLOntology ontology,
                                     ShortFormProvider shortFormProvider,
                                     java.net.URI annotationURI)
getChanges
public java.util.List<OWLOntologyChange> getChanges()
- Description copied from interface: 
OWLCompositeOntologyChange 
- Gets the changes which compose this composite change.  Once this method
 has been invoked, it will always return the same list of changes.
- Specified by:
 getChanges in interface OWLCompositeOntologyChange
 
- Returns:
 - A list of ontology changes.