public interface ConstructModel extends ComponentModel
ComponentModel that is not executable as an standalone component and depends
on the composition with ConnectableComponentModels in order to act in an application.| Modifier and Type | Method and Description |
|---|---|
default void |
accept(ComponentModelVisitor visitor)
Accepts a
ComponentModelVisitor |
boolean |
allowsTopLevelDeclaration() |
getAllParameterModels, getParameterGroupModelsgetDescriptiongetNestedComponentsgetNamegetStereotypegetModelProperties, getModelPropertygetDisplayModelgetErrorModelsboolean allowsTopLevelDeclaration()
this model can be declared as a root component in the application.default void accept(ComponentModelVisitor visitor)
ComponentModelVisitoraccept in interface ComponentModelvisitor - a ComponentModelVisitorCopyright © 2017 MuleSoft, Inc.. All rights reserved.