public interface BinaryOWLOntologyDocumentHandler<E extends Throwable> extends BinaryOWLOntologyDocumentAppendedChangeHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleAxioms(Set<org.semanticweb.owlapi.model.OWLAxiom> axioms) |
void |
handleBeginDocument() |
void |
handleBeginDocumentChangesBlock() |
void |
handleBeginInitialDocumentBlock() |
void |
handleDocumentMetaData(BinaryOWLMetadata metadata) |
void |
handleEndDocument() |
void |
handleEndDocumentChangesBlock() |
void |
handleEndInitialDocumentBlock() |
void |
handleImportsDeclarations(Set<org.semanticweb.owlapi.model.OWLImportsDeclaration> importsDeclarations) |
void |
handleOntologyAnnotations(Set<org.semanticweb.owlapi.model.OWLAnnotation> annotations) |
void |
handleOntologyID(org.semanticweb.owlapi.model.OWLOntologyID ontologyID) |
void |
handlePreamble(BinaryOWLOntologyDocumentPreamble preamble) |
handleChangesvoid handlePreamble(BinaryOWLOntologyDocumentPreamble preamble) throws E extends Throwable
void handleDocumentMetaData(BinaryOWLMetadata metadata) throws E extends Throwable
void handleOntologyID(org.semanticweb.owlapi.model.OWLOntologyID ontologyID)
throws E extends Throwable
void handleImportsDeclarations(Set<org.semanticweb.owlapi.model.OWLImportsDeclaration> importsDeclarations) throws E extends Throwable
void handleOntologyAnnotations(Set<org.semanticweb.owlapi.model.OWLAnnotation> annotations) throws E extends Throwable
Copyright © 2015. All Rights Reserved.