O
- visitor typeOWLObjectVisitorEx<O>
DelegatingObjectVisitorEx
, MaximumModalDepthFinder
, OWLClassExpressionCollector
, OWLEntityCollector
, OWLObjectDesharer
, OWLObjectVisitorExAdapter
, OWLOntologyWalkerVisitorEx
public interface SWRLObjectVisitorEx<O>
Modifier and Type | Method | Description |
---|---|---|
O |
visit(SWRLBuiltInAtom node) |
visit SWRLBuiltInAtom type
|
O |
visit(SWRLClassAtom node) |
visit SWRLClassAtom type
|
O |
visit(SWRLDataPropertyAtom node) |
visit SWRLDataPropertyAtom type
|
O |
visit(SWRLDataRangeAtom node) |
visit SWRLDataRangeAtom type
|
O |
visit(SWRLDifferentIndividualsAtom node) |
visit SWRLDifferentIndividualsAtom type
|
O |
visit(SWRLIndividualArgument node) |
visit SWRLIndividualArgument type
|
O |
visit(SWRLLiteralArgument node) |
visit SWRLLiteralArgument type
|
O |
visit(SWRLObjectPropertyAtom node) |
visit SWRLObjectPropertyAtom type
|
O |
visit(SWRLRule node) |
visit SWRLRule type
|
O |
visit(SWRLSameIndividualAtom node) |
visit SWRLSameIndividualAtom type
|
O |
visit(SWRLVariable node) |
visit SWRLVariable type
|
@Nonnull O visit(@Nonnull SWRLRule node)
node
- node to visit@Nonnull O visit(@Nonnull SWRLClassAtom node)
node
- node to visit@Nonnull O visit(@Nonnull SWRLDataRangeAtom node)
node
- node to visit@Nonnull O visit(@Nonnull SWRLObjectPropertyAtom node)
node
- node to visit@Nonnull O visit(@Nonnull SWRLDataPropertyAtom node)
node
- node to visit@Nonnull O visit(@Nonnull SWRLBuiltInAtom node)
node
- node to visit@Nonnull O visit(@Nonnull SWRLVariable node)
node
- node to visit@Nonnull O visit(@Nonnull SWRLIndividualArgument node)
node
- node to visit@Nonnull O visit(@Nonnull SWRLLiteralArgument node)
node
- node to visit@Nonnull O visit(@Nonnull SWRLSameIndividualAtom node)
node
- node to visit@Nonnull O visit(@Nonnull SWRLDifferentIndividualsAtom node)
node
- node to visitCopyright © 2018 The University of Manchester. All rights reserved.