public class BinaryOWLOntologyDocumentHandlerAdapter<E extends Throwable> extends Object implements BinaryOWLOntologyDocumentHandler<E>
| Constructor and Description |
|---|
BinaryOWLOntologyDocumentHandlerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleAxioms(Set<org.semanticweb.owlapi.model.OWLAxiom> axioms) |
void |
handleBeginDocument() |
void |
handleBeginDocumentChangesBlock() |
void |
handleBeginInitialDocumentBlock() |
void |
handleChanges(OntologyChangeDataList changesList) |
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) |
public BinaryOWLOntologyDocumentHandlerAdapter()
public void handleBeginDocument()
throws E extends Throwable
handleBeginDocument in interface BinaryOWLOntologyDocumentHandler<E extends Throwable>E extends Throwablepublic void handleEndDocument()
throws E extends Throwable
handleEndDocument in interface BinaryOWLOntologyDocumentHandler<E extends Throwable>E extends Throwablepublic void handleBeginInitialDocumentBlock()
throws E extends Throwable
handleBeginInitialDocumentBlock in interface BinaryOWLOntologyDocumentHandler<E extends Throwable>E extends Throwablepublic void handleEndInitialDocumentBlock()
throws E extends Throwable
handleEndInitialDocumentBlock in interface BinaryOWLOntologyDocumentHandler<E extends Throwable>E extends Throwablepublic void handleBeginDocumentChangesBlock()
throws E extends Throwable
handleBeginDocumentChangesBlock in interface BinaryOWLOntologyDocumentHandler<E extends Throwable>E extends Throwablepublic void handleEndDocumentChangesBlock()
throws E extends Throwable
handleEndDocumentChangesBlock in interface BinaryOWLOntologyDocumentHandler<E extends Throwable>E extends Throwablepublic void handlePreamble(BinaryOWLOntologyDocumentPreamble preamble) throws E extends Throwable
handlePreamble in interface BinaryOWLOntologyDocumentHandler<E extends Throwable>E extends Throwablepublic void handleDocumentMetaData(BinaryOWLMetadata metadata) throws E extends Throwable
handleDocumentMetaData in interface BinaryOWLOntologyDocumentHandler<E extends Throwable>E extends Throwablepublic void handleOntologyID(org.semanticweb.owlapi.model.OWLOntologyID ontologyID)
throws E extends Throwable
handleOntologyID in interface BinaryOWLOntologyDocumentHandler<E extends Throwable>E extends Throwablepublic void handleImportsDeclarations(Set<org.semanticweb.owlapi.model.OWLImportsDeclaration> importsDeclarations) throws E extends Throwable
handleImportsDeclarations in interface BinaryOWLOntologyDocumentHandler<E extends Throwable>E extends Throwablepublic void handleOntologyAnnotations(Set<org.semanticweb.owlapi.model.OWLAnnotation> annotations) throws E extends Throwable
handleOntologyAnnotations in interface BinaryOWLOntologyDocumentHandler<E extends Throwable>E extends Throwablepublic void handleAxioms(Set<org.semanticweb.owlapi.model.OWLAxiom> axioms) throws E extends Throwable
handleAxioms in interface BinaryOWLOntologyDocumentHandler<E extends Throwable>E extends Throwablepublic void handleChanges(OntologyChangeDataList changesList)
handleChanges in interface BinaryOWLOntologyDocumentAppendedChangeHandlerCopyright © 2015. All Rights Reserved.