org.semanticweb.owlapi.model
Class MissingImportEvent

java.lang.Object
  extended by org.semanticweb.owlapi.model.MissingImportEvent

public class MissingImportEvent
extends java.lang.Object

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 11-Apr-2008

An event that gets posted to objects that listen for missing imports when silent missing import handling is set to true in an ontology manager.

See Also:
MissingImportListener, OWLOntologyManager.isSilentMissingImportsHandling(), OWLOntologyManager.addMissingImportListener(MissingImportListener), OWLOntologyManager.removeMissingImportListener(MissingImportListener)

Constructor Summary
MissingImportEvent(java.net.URI ontologyURI, OWLOntologyCreationException creationException)
           
 
Method Summary
 OWLOntologyCreationException getCreationException()
           
 java.net.URI getImportedOntologyURI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MissingImportEvent

public MissingImportEvent(java.net.URI ontologyURI,
                          OWLOntologyCreationException creationException)
Method Detail

getImportedOntologyURI

public java.net.URI getImportedOntologyURI()

getCreationException

public OWLOntologyCreationException getCreationException()