O - returned typepublic class OWLOntologyChangeVisitorAdapterEx<O> extends Object implements OWLOntologyChangeVisitorEx<O>
| Constructor and Description |
|---|
OWLOntologyChangeVisitorAdapterEx()
default constructor
|
OWLOntologyChangeVisitorAdapterEx(O c) |
| Modifier and Type | Method and Description |
|---|---|
protected O |
handleDefault(OWLOntologyChange c) |
O |
visit(AddAxiom change)
visit AddAxiom type
|
O |
visit(AddImport change)
visit AddImport type
|
O |
visit(AddOntologyAnnotation change)
visit AddOntologyAnnotation type
|
O |
visit(RemoveAxiom change)
visit RemoveAxiom type
|
O |
visit(RemoveImport change)
visit RemoveImport type
|
O |
visit(RemoveOntologyAnnotation change)
visit RemoveOntologyAnnotation type
|
O |
visit(SetOntologyID change)
visit SetOntologyID type
|
public OWLOntologyChangeVisitorAdapterEx(O c)
c - default valuepublic OWLOntologyChangeVisitorAdapterEx()
protected O handleDefault(OWLOntologyChange c)
public O visit(RemoveAxiom change)
OWLOntologyChangeVisitorExvisit in interface OWLOntologyChangeVisitorEx<O>change - object to visitpublic O visit(SetOntologyID change)
OWLOntologyChangeVisitorExvisit in interface OWLOntologyChangeVisitorEx<O>change - object to visitpublic O visit(AddAxiom change)
OWLOntologyChangeVisitorExvisit in interface OWLOntologyChangeVisitorEx<O>change - object to visitpublic O visit(AddImport change)
OWLOntologyChangeVisitorExvisit in interface OWLOntologyChangeVisitorEx<O>change - object to visitpublic O visit(RemoveImport change)
OWLOntologyChangeVisitorExvisit in interface OWLOntologyChangeVisitorEx<O>change - object to visitpublic O visit(AddOntologyAnnotation change)
OWLOntologyChangeVisitorExvisit in interface OWLOntologyChangeVisitorEx<O>change - object to visitpublic O visit(RemoveOntologyAnnotation change)
OWLOntologyChangeVisitorExvisit in interface OWLOntologyChangeVisitorEx<O>change - object to visitCopyright © 2014 The University of Manchester. All Rights Reserved.