public interface IModelComponentContributor
This interface must be implemented by any module that wants to contribute to the content of a model component (Reusable and autonomous model component).
Use IMdac.getModelComponentContributor()
to give the contribution of a module.
IModelComponentContent
Modifier and Type | Method and Description |
---|---|
IModelComponentContent |
contribute(IArtifact ramc)
This method provide a contribution to model component content.
|
IModelComponentContent contribute(IArtifact ramc)
This method is called by the model component service to allow registered modules to provide
model component content. It must return a IModelComponentContent
.
ramc
- the ramc artifact that will be packaged