@NoImplement
public interface ComponentModelVisitor
ComponentModel hierarchy| Modifier and Type | Method and Description |
|---|---|
void |
visit(ConstructModel model)
Visits a
ConstructModel |
void |
visit(NestedChainModel model)
Visits a
NestedChainModel |
void |
visit(NestedComponentModel model)
Visits a
NestedComponentModel |
void |
visit(NestedRouteModel model)
Visits a
NestedRouteModel |
void |
visit(OperationModel model)
Visits an
OperationModel |
void |
visit(SourceModel model)
Visits an
SourceModel |
void visit(OperationModel model)
OperationModelmodel - the visited objectvoid visit(SourceModel model)
SourceModelmodel - the visited objectvoid visit(ConstructModel model)
ConstructModelmodel - the visited objectvoid visit(NestedComponentModel model)
NestedComponentModelmodel - the visited objectvoid visit(NestedChainModel model)
NestedChainModelmodel - the visited objectvoid visit(NestedRouteModel model)
NestedRouteModelmodel - the visited objectCopyright © 2024 MuleSoft, Inc.. All rights reserved.