Class EventsTransformationWorkflowExtensionJob
java.lang.Object
org.palladiosimulator.simulizar.events.EventsTransformationWorkflowExtensionJob
- All Implemented Interfaces:
Extension,ModelCompletionJobContributor
public class EventsTransformationWorkflowExtensionJob
extends Object
implements ModelCompletionJobContributor
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.palladiosimulator.simulizar.launcher.jobs.ModelCompletionJobContributor
ModelCompletionJobContributor.Facade -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidThe method is called after all models have been loaded to give extensions a chance of modifying the global PCM model before running the interpreters, e.
-
Constructor Details
-
EventsTransformationWorkflowExtensionJob
-
-
Method Details
-
contribute
Description copied from interface:ModelCompletionJobContributorThe method is called after all models have been loaded to give extensions a chance of modifying the global PCM model before running the interpreters, e. g. to conduct model completions. Please provide the job to the given delegate.- Specified by:
contributein interfaceModelCompletionJobContributor- Parameters:
delegate- the delegate to appen black board preparation jobs.
-