org.semanticweb.owlapi
Class ShortForm2AnnotationGenerator

java.lang.Object
  extended by org.semanticweb.owlapi.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


Constructor Summary
ShortForm2AnnotationGenerator(OWLOntologyManager ontologyManager, OWLOntology ontology, ShortFormProvider shortFormProvider, IRI annotationIRI)
           
ShortForm2AnnotationGenerator(OWLOntologyManager ontologyManager, OWLOntology ontology, ShortFormProvider shortFormProvider, IRI annotationIRI, java.lang.String languageTag)
           
 
Method Summary
 java.util.List<OWLOntologyChange> getChanges()
          Gets the changes which compose this composite change.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShortForm2AnnotationGenerator

public ShortForm2AnnotationGenerator(OWLOntologyManager ontologyManager,
                                     OWLOntology ontology,
                                     ShortFormProvider shortFormProvider,
                                     IRI annotationIRI,
                                     java.lang.String languageTag)

ShortForm2AnnotationGenerator

public ShortForm2AnnotationGenerator(OWLOntologyManager ontologyManager,
                                     OWLOntology ontology,
                                     ShortFormProvider shortFormProvider,
                                     IRI annotationIRI)
Method Detail

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.