public interface OWLNamedObjectVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
visit(OWLAnnotationProperty property)
visit OWLAnnotationProperty type
|
void |
visit(OWLClass owlClass)
visit OWLClass type
|
void |
visit(OWLDataProperty property)
visit OWLDataProperty type
|
void |
visit(OWLDatatype datatype)
visit OWLDatatype type
|
void |
visit(OWLNamedIndividual owlIndividual)
visit OWLNamedIndividual type
|
void |
visit(OWLObjectProperty property)
visit OWLObjectProperty type
|
void |
visit(OWLOntology ontology)
visit OWLOntology type
|
void visit(@Nonnull OWLClass owlClass)
owlClass - owlClass to visitvoid visit(@Nonnull OWLObjectProperty property)
property - property to visitvoid visit(@Nonnull OWLDataProperty property)
property - property to visitvoid visit(@Nonnull OWLNamedIndividual owlIndividual)
owlIndividual - owlIndividual to visitvoid visit(@Nonnull OWLOntology ontology)
ontology - ontology to visitvoid visit(@Nonnull OWLDatatype datatype)
datatype - datatype to visitvoid visit(@Nonnull OWLAnnotationProperty property)
property - property to visitCopyright © 2016 The University of Manchester. All Rights Reserved.