Class AdaptationBehaviorModelContribution
java.lang.Object
org.palladiosimulator.simulizar.action.jobs.AdaptationBehaviorModelContribution
- All Implemented Interfaces:
Extension
,ModelContribution
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.palladiosimulator.simulizar.launcher.jobs.ModelContribution
ModelContribution.Facade
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Constant which holds the id of theAdaptationBehaviorRepository
within the blackboard, as defined in the plugin.xml (in the corresponding extension section). -
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
loadModel
(ModelContribution.Facade delegate) The method is called during model loading and allows extension to add additional models to the blackboard.
-
Field Details
-
ADAPTATION_BEHAVIOR__REPOSITORY_MODEL_PARTITION_ID
Constant which holds the id of theAdaptationBehaviorRepository
within the blackboard, as defined in the plugin.xml (in the corresponding extension section).- See Also:
-
-
Constructor Details
-
AdaptationBehaviorModelContribution
@Inject public AdaptationBehaviorModelContribution(LoadAdaptationBehaviorRepositoryIntoBlackboardJobConfig config)
-
-
Method Details
-
loadModel
Description copied from interface:ModelContribution
The method is called during model loading and allows extension to add additional models to the blackboard. In order to load a custom model, use the provided delegate.- Specified by:
loadModel
in interfaceModelContribution
- Parameters:
delegate
- the delegate to load models into the blackboard.
-