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
FieldsModifier and TypeFieldDescriptionstatic final StringConstant which holds the id of theAdaptationBehaviorRepositorywithin the blackboard, as defined in the plugin.xml (in the corresponding extension section). -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidloadModel(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 theAdaptationBehaviorRepositorywithin 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:ModelContributionThe 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:
loadModelin interfaceModelContribution- Parameters:
delegate- the delegate to load models into the blackboard.
-