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