O
- public class OWLOntologyChangeVisitorAdapterEx<O> extends java.lang.Object implements OWLOntologyChangeVisitorEx<O>
Constructor and Description |
---|
OWLOntologyChangeVisitorAdapterEx() |
Modifier and Type | Method and Description |
---|---|
O |
visit(AddAxiom change) |
O |
visit(AddImport change) |
O |
visit(AddOntologyAnnotation change) |
O |
visit(RemoveAxiom change) |
O |
visit(RemoveImport change) |
O |
visit(RemoveOntologyAnnotation change) |
O |
visit(SetOntologyID change) |
public O visit(RemoveAxiom change)
visit
in interface OWLOntologyChangeVisitorEx<O>
public O visit(SetOntologyID change)
visit
in interface OWLOntologyChangeVisitorEx<O>
public O visit(AddAxiom change)
visit
in interface OWLOntologyChangeVisitorEx<O>
public O visit(AddImport change)
visit
in interface OWLOntologyChangeVisitorEx<O>
public O visit(RemoveImport change)
visit
in interface OWLOntologyChangeVisitorEx<O>
public O visit(AddOntologyAnnotation change)
visit
in interface OWLOntologyChangeVisitorEx<O>
public O visit(RemoveOntologyAnnotation change)
visit
in interface OWLOntologyChangeVisitorEx<O>