public class OWLEntityVisitorAdapter extends Object implements OWLEntityVisitor
| Constructor and Description |
|---|
OWLEntityVisitorAdapter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleDefault(OWLEntity owlObject) |
void |
visit(OWLAnnotationProperty property) |
void |
visit(OWLClass desc) |
void |
visit(OWLDataProperty property) |
void |
visit(OWLDatatype node) |
void |
visit(OWLNamedIndividual individual) |
void |
visit(OWLObjectProperty property) |
protected void handleDefault(OWLEntity owlObject)
public void visit(OWLClass desc)
visit in interface OWLEntityVisitorpublic void visit(OWLDatatype node)
visit in interface OWLEntityVisitorpublic void visit(OWLDataProperty property)
visit in interface OWLEntityVisitorpublic void visit(OWLObjectProperty property)
visit in interface OWLEntityVisitorpublic void visit(OWLNamedIndividual individual)
visit in interface OWLEntityVisitorpublic void visit(OWLAnnotationProperty property)
visit in interface OWLEntityVisitorCopyright © 2013 The University of Manchester. All Rights Reserved.