O
- visitor typeOWLObjectVisitorEx<O>
DelegatingObjectVisitorEx
, MaximumModalDepthFinder
, OWLClassExpressionCollector
, OWLEntityCollector
, OWLObjectDesharer
, OWLObjectVisitorExAdapter
, OWLOntologyWalkerVisitorEx
public interface OWLNamedObjectVisitorEx<O>
Modifier and Type | Method | Description |
---|---|---|
O |
visit(OWLAnnotationProperty property) |
visit OWLAnnotationProperty type
|
O |
visit(OWLClass owlClass) |
visit OWLClass type
|
O |
visit(OWLDataProperty property) |
visit OWLDataProperty type
|
O |
visit(OWLDatatype datatype) |
visit OWLDatatype type
|
O |
visit(OWLNamedIndividual owlIndividual) |
visit OWLNamedIndividual type
|
O |
visit(OWLObjectProperty property) |
visit OWLObjectProperty type
|
O |
visit(OWLOntology ontology) |
visit OWLOntology type
|
@Nonnull O visit(@Nonnull OWLClass owlClass)
owlClass
- owlClass to visit@Nonnull O visit(@Nonnull OWLObjectProperty property)
property
- property to visit@Nonnull O visit(@Nonnull OWLDataProperty property)
property
- property to visit@Nonnull O visit(@Nonnull OWLNamedIndividual owlIndividual)
owlIndividual
- owlIndividual to visit@Nonnull O visit(@Nonnull OWLOntology ontology)
ontology
- ontology to visit@Nonnull O visit(@Nonnull OWLDatatype datatype)
datatype
- datatype to visit@Nonnull O visit(@Nonnull OWLAnnotationProperty property)
property
- property to visitCopyright © 2018 The University of Manchester. All rights reserved.