Index

A B C D E F G H I J L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractBlackboardInteractingJob<BlackboardType extends Blackboard<?>> - Class in de.uka.ipd.sdq.workflow.jobs
Abstract job providing access to the blackboard of the generic type.
AbstractBlackboardInteractingJob() - Constructor for class de.uka.ipd.sdq.workflow.jobs.AbstractBlackboardInteractingJob
 
AbstractComposedJobConfiguration - Class in de.uka.ipd.sdq.workflow.configuration
Job configuration which is composed from several child job configurations.
AbstractComposedJobConfiguration() - Constructor for class de.uka.ipd.sdq.workflow.configuration.AbstractComposedJobConfiguration
 
AbstractCompositeJob - Class in de.uka.ipd.sdq.workflow.jobs
The Class AbstractCompositeJob.
AbstractCompositeJob() - Constructor for class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Instantiates a new abstract composite job.
AbstractConfigBuilderBasedLaunchConfigurationDelegate<WorkflowConfigurationType extends AbstractWorkflowBasedRunConfiguration,WorkflowType extends Workflow> - Class in de.uka.ipd.sdq.workflow.launchconfig
The Class AbstractConfigBuilderBasedLaunchConfigurationDelegate.
AbstractConfigBuilderBasedLaunchConfigurationDelegate() - Constructor for class de.uka.ipd.sdq.workflow.launchconfig.AbstractConfigBuilderBasedLaunchConfigurationDelegate
 
AbstractConfigBuilderTab - Class in de.uka.ipd.sdq.workflow.launchconfig.tabs
The Class AbstractConfigBuilderTab.
AbstractConfigBuilderTab() - Constructor for class de.uka.ipd.sdq.workflow.launchconfig.tabs.AbstractConfigBuilderTab
 
AbstractExtendableJob<BlackboardType extends Blackboard<?>> - Class in de.uka.ipd.sdq.workflow.extension
The super class for an extendible job which is able to look up and instantiate job extension which have registered for a specific work flow by it's id.
AbstractExtendableJob() - Constructor for class de.uka.ipd.sdq.workflow.extension.AbstractExtendableJob
Instantiates a new extendible job.
AbstractExtendableJob(boolean) - Constructor for class de.uka.ipd.sdq.workflow.extension.AbstractExtendableJob
Instantiates a new extendible job composite job and setting the cleanup behavior.
AbstractExtendableJobConfiguration - Class in de.uka.ipd.sdq.workflow.extension
A configuration for extendible jobs which is able to carry the required launch information to inject this into the extending job delegates.
AbstractExtendableJobConfiguration(Map<String, Object>, String) - Constructor for class de.uka.ipd.sdq.workflow.extension.AbstractExtendableJobConfiguration
Constructor that requires access to the launch configuration and the launch mode.
AbstractExtensionJobConfiguration - Class in de.uka.ipd.sdq.workflow.extension
An abstract job configuration which can be instantiated to provide custom configurations to a work flow job extension.
AbstractExtensionJobConfiguration() - Constructor for class de.uka.ipd.sdq.workflow.extension.AbstractExtensionJobConfiguration
 
AbstractJob - Class in de.uka.ipd.sdq.workflow.jobs
An abstract job providing basic infrastructure such as logging.
AbstractJob() - Constructor for class de.uka.ipd.sdq.workflow.jobs.AbstractJob
 
AbstractJobConfiguration - Class in de.uka.ipd.sdq.workflow.configuration
The Class AbstractJobConfiguration.
AbstractJobConfiguration() - Constructor for class de.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
Constructor of an abstract job configuration.
AbstractMDSDWorkbenchDelegate<WorkflowConfigurationType extends AbstractJobConfiguration,WorkflowType extends Workflow> - Class in de.uka.ipd.sdq.workflow.mdsd
The Class AbstractMDSDWorkbenchDelegate.
AbstractMDSDWorkbenchDelegate() - Constructor for class de.uka.ipd.sdq.workflow.mdsd.AbstractMDSDWorkbenchDelegate
 
AbstractOAWWorkflowJobBridge<T extends org.eclipse.xtend.expression.AbstractExpressionsUsingWorkflowComponent> - Class in de.uka.ipd.sdq.workflow.mdsd.oaw
This class allows the use of jobs of the openArchitectureWare workflow engine as part of the SDQ workflow engine.
AbstractOAWWorkflowJobBridge(T) - Constructor for class de.uka.ipd.sdq.workflow.mdsd.oaw.AbstractOAWWorkflowJobBridge
Constructor of the oAW bridge.
AbstractOAWWorkflowJobBridge(T, HashMap<String, Object>) - Constructor for class de.uka.ipd.sdq.workflow.mdsd.oaw.AbstractOAWWorkflowJobBridge
Constructor of the oAW bridge.
AbstractUIBasedConfigurationBuilder<ConfigurationType extends AbstractJobConfiguration> - Class in de.uka.ipd.sdq.workflow.launchconfig.configbuilder
Base class for all builder classes which take an Eclipse ILaunchConfig or its contained attributes map and convert it into a configuration object of the ConfigurationType.
AbstractUIBasedConfigurationBuilder(Map<String, Object>) - Constructor for class de.uka.ipd.sdq.workflow.launchconfig.configbuilder.AbstractUIBasedConfigurationBuilder
Constructor of the configuration object builder.
AbstractWorkbenchDelegate<WorkflowConfigurationType extends AbstractJobConfiguration,WorkflowType extends Workflow> - Class in de.uka.ipd.sdq.workflow.workbench
Abstract base class for Eclipse Workbench Actions which run based on the Palladio workflow engine, i.e., the run has an IJob which gets executed.
AbstractWorkbenchDelegate() - Constructor for class de.uka.ipd.sdq.workflow.workbench.AbstractWorkbenchDelegate
 
AbstractWorkflowBasedLaunchConfigurationDelegate<WorkflowConfigurationType extends AbstractWorkflowBasedRunConfiguration,WorkflowType extends Workflow> - Class in de.uka.ipd.sdq.workflow.launchconfig
Abstract base class for Eclipse Launches (both Run and Debug mode are supported) which run based on the Palladio workflow engine, i.e., the run has an IJob which gets executed.
AbstractWorkflowBasedLaunchConfigurationDelegate() - Constructor for class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowBasedLaunchConfigurationDelegate
 
AbstractWorkflowBasedMDSDLaunchConfigurationDelegate<WorkflowConfigurationType extends AbstractWorkflowBasedRunConfiguration> - Class in de.uka.ipd.sdq.workflow.mdsd
Base class of workflows running as Eclipse run or debug launches which need a blackboard to load, manipulate, and transform EMF models along their job processing.
AbstractWorkflowBasedMDSDLaunchConfigurationDelegate() - Constructor for class de.uka.ipd.sdq.workflow.mdsd.AbstractWorkflowBasedMDSDLaunchConfigurationDelegate
 
AbstractWorkflowBasedRunConfiguration - Class in de.uka.ipd.sdq.workflow.launchconfig
An adapted job configuration with specifics for the Eclipse IDE - run mode (run or debug) - interactice - clonable Base class for all configurations used to configure an Eclipse based Workflow (or launch).
AbstractWorkflowBasedRunConfiguration() - Constructor for class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowBasedRunConfiguration
Constructor.
AbstractWorkflowConfigurationBuilder - Class in de.uka.ipd.sdq.workflow.launchconfig
Bridge for workflow engine-based configurations of type AbstractWorkflowBasedRunConfiguration and eclipse launch configurations.
AbstractWorkflowConfigurationBuilder(ILaunchConfiguration, String) - Constructor for class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowConfigurationBuilder
Instantiates a new abstract workflow configuration builder.
AbstractWorkflowExtensionConfigurationBuilder - Class in de.uka.ipd.sdq.workflow.extension
Provides an abstract class for which an implementation has to be provided by a workflow extension job.
AbstractWorkflowExtensionConfigurationBuilder() - Constructor for class de.uka.ipd.sdq.workflow.extension.AbstractWorkflowExtensionConfigurationBuilder
 
AbstractWorkflowExtensionJob<BlackboardType extends Blackboard<?>> - Class in de.uka.ipd.sdq.workflow.extension
Abstract extension job.
AbstractWorkflowExtensionJob() - Constructor for class de.uka.ipd.sdq.workflow.extension.AbstractWorkflowExtensionJob
 
AbstractWorkflowStatusListener - Class in de.uka.ipd.sdq.workflow.workbench
Default implementation of a workflow status listener.
AbstractWorkflowStatusListener() - Constructor for class de.uka.ipd.sdq.workflow.workbench.AbstractWorkflowStatusListener
 
Activator - Class in de.uka.ipd.sdq.workflow.mdsd
The Class Activator.
Activator() - Constructor for class de.uka.ipd.sdq.workflow.mdsd.Activator
Instantiates a new activator.
add(int, IJob) - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Adds the.
add(IJob) - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Adds the.
addAll(int, Collection<? extends IJob>) - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Adds the all.
addAll(Collection<? extends IJob>) - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Adds the all.
addAppender(StreamsProxyAppender) - Method in class de.uka.ipd.sdq.workflow.logging.console.AppenderBasedStreamMonitor
Add an appender of type StreamsProxyAppender to this monitor.
addAppender(StreamsProxyAppender) - Method in class de.uka.ipd.sdq.workflow.logging.console.Log4JBasedStreamsProxy
Add a new Log4J appender to this StreamsProxy.
addAppender(StreamsProxyAppender) - Method in class de.uka.ipd.sdq.workflow.ui.WorkflowProcess
Adds the appender.
addAppenderListener(IAppenderListener) - Method in class de.uka.ipd.sdq.workflow.logging.console.StreamsProxyAppender
Add a new listener to this appender which is interested in events generated by newly arriving messages.
addChildConfiguration(int, AbstractJobConfiguration) - Method in class de.uka.ipd.sdq.workflow.configuration.AbstractComposedJobConfiguration
Adds the child configuration.
addFirst(IJob) - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Adds the first.
addJob(IJob) - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
 
addJob(IJob) - Method in interface de.uka.ipd.sdq.workflow.jobs.ICompositeJob
Adds a job to the end of the list of composite jobs.
addLast(IJob) - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Adds the last.
addListener(IStreamListener) - Method in class de.uka.ipd.sdq.workflow.logging.console.AppenderBasedStreamMonitor
 
addPartition(String, T) - Method in class de.uka.ipd.sdq.workflow.blackboard.Blackboard
Add a specific partition to the blackboard.
addPartition(String, T) - Method in interface de.uka.ipd.sdq.workflow.blackboard.IBlackboard
Add a new partition to this blackboard.
append(LoggingEvent) - Method in class de.uka.ipd.sdq.workflow.logging.console.StreamsProxyAppender
 
AppenderBasedStreamMonitor - Class in de.uka.ipd.sdq.workflow.logging.console
Base class of appender monitors.
AppenderBasedStreamMonitor(Level, AppenderBasedStreamMonitor.ComparisonOperator) - Constructor for class de.uka.ipd.sdq.workflow.logging.console.AppenderBasedStreamMonitor
Base class constructor.
AppenderBasedStreamMonitor.ComparisonOperator - Enum Class in de.uka.ipd.sdq.workflow.logging.console
The Enum ComparisonOperator.

B

beginTask(String, int) - Method in class de.uka.ipd.sdq.workflow.ExecutionTimeLoggingProgressMonitor
Begin task.
bindIGenerator() - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.XTextGeneratorModule
Bind i generator.
bindResourceSet() - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.XTextGeneratorModule
Bind resource set.
Blackboard<T> - Class in de.uka.ipd.sdq.workflow.blackboard
A blackboard is a storage space where workflow jobs can retrieve and store data from respectively to.
Blackboard() - Constructor for class de.uka.ipd.sdq.workflow.blackboard.Blackboard
 
BlackboardAwareJobProxy<BlackboardType extends Blackboard<?>> - Class in de.uka.ipd.sdq.workflow.jobs
This is a Blackboard aware Job Proxy.
BlackboardAwareJobProxy(String, Supplier<IJob>) - Constructor for class de.uka.ipd.sdq.workflow.jobs.BlackboardAwareJobProxy
 
BlackboardBasedWorkflow<T extends Blackboard<?>> - Class in de.uka.ipd.sdq.workflow
A workflow implementation which may contain jobs which need to access a blackboard.
BlackboardBasedWorkflow(IJob, WorkflowExceptionHandler, T) - Constructor for class de.uka.ipd.sdq.workflow.BlackboardBasedWorkflow
Instantiates a new blackboard based workflow.
BlackboardBasedWorkflow(IJob, IProgressMonitor, WorkflowExceptionHandler, T) - Constructor for class de.uka.ipd.sdq.workflow.BlackboardBasedWorkflow
Instantiates a new blackboard based workflow.
BlackboardBasedWorkflow(IJob, T) - Constructor for class de.uka.ipd.sdq.workflow.BlackboardBasedWorkflow
Instantiates a new blackboard based workflow.
BlackboardReader - Class in de.uka.ipd.sdq.workflow.mdsd.xtext.generator
The Class BlackboardReader.
BlackboardReader(ModelLocation) - Constructor for class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.BlackboardReader
Instantiates a new blackboard reader.
build() - Method in class de.uka.ipd.sdq.workflow.launchconfig.configbuilder.AbstractUIBasedConfigurationBuilder
Builds the configuration object.
buildConfiguration(Map<String, Object>) - Method in class de.uka.ipd.sdq.workflow.extension.AbstractWorkflowExtensionConfigurationBuilder
Fill the configuration object with extension specific configurations.

C

canTerminate() - Method in class de.uka.ipd.sdq.workflow.ui.WorkflowProcess
 
checkConfigurationInternal(Issues) - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.BlackboardReader
 
CheckEMFConstraintsJob - Class in de.uka.ipd.sdq.workflow.mdsd.emf
A job which checks all model constraints implemented by EMF directly or generated using the EMF OCL extension.
CheckEMFConstraintsJob(SeverityEnum, String) - Constructor for class de.uka.ipd.sdq.workflow.mdsd.emf.CheckEMFConstraintsJob
Create a new constrains check job.
checkFixed() - Method in class de.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
Used in setter methods to check whether the object can still be modified.
cleanup(IProgressMonitor) - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Clean up all temporary side effects of this job.
cleanup(IProgressMonitor) - Method in interface de.uka.ipd.sdq.workflow.jobs.IJob
Clean up all temporary side effects of this job.
cleanup(IProgressMonitor) - Method in class de.uka.ipd.sdq.workflow.jobs.JobProxy
 
cleanup(IProgressMonitor) - Method in class de.uka.ipd.sdq.workflow.jobs.SequentialJob
If the sequential job is configured to not clean up immediately, the parents behavior is triggered.
cleanup(IProgressMonitor) - Method in class de.uka.ipd.sdq.workflow.mdsd.blackboard.SavePartitionToDiskJob
 
cleanup(IProgressMonitor) - Method in class de.uka.ipd.sdq.workflow.mdsd.emf.qvto.QVTOTransformationJob
 
cleanup(IProgressMonitor) - Method in class de.uka.ipd.sdq.workflow.mdsd.oaw.AbstractOAWWorkflowJobBridge
 
cleanup(IProgressMonitor) - Method in class de.uka.ipd.sdq.workflow.mdsd.validation.ModelValidationJob
 
cleanup(IProgressMonitor) - Method in class de.uka.ipd.sdq.workflow.mdsd.validation.ShowValidationErrorsJob
 
cleanup(IProgressMonitor) - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.PrepareXTextPartitionJob
 
cleanup(IProgressMonitor) - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.MWE2WorkflowComponentBridge
 
CleanupFailedException - Exception in de.uka.ipd.sdq.workflow.jobs
Exception to be thrown if the cleanup method of a job terminates unrecoverable.
CleanupFailedException() - Constructor for exception de.uka.ipd.sdq.workflow.jobs.CleanupFailedException
Instantiates a new cleanup failed exception.
CleanupFailedException(String) - Constructor for exception de.uka.ipd.sdq.workflow.jobs.CleanupFailedException
Instantiates a new cleanup failed exception.
CleanupFailedException(String, Throwable) - Constructor for exception de.uka.ipd.sdq.workflow.jobs.CleanupFailedException
Instantiates a new cleanup failed exception.
clear() - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Clear.
clone() - Method in class de.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
 
clone() - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Clone.
clone() - Method in class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowBasedRunConfiguration
 
close() - Method in class de.uka.ipd.sdq.workflow.logging.console.StreamsProxyAppender
 
configuration - Variable in class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowConfigurationBuilder
Eclipse launch configuration.
contains(Object) - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Contains.
containsAll(Collection<?>) - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Contains all.
createBlackboard() - Method in class de.uka.ipd.sdq.workflow.mdsd.AbstractWorkflowBasedMDSDLaunchConfigurationDelegate
Factory method for the blackboard used in the workflow of this launch.
createBlackboardReader() - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.XTextGeneratorConfiguration
Creates the blackboard reader.
createControl(Composite) - Method in class de.uka.ipd.sdq.workflow.launchconfig.multiple.LaunchMultipleTab
Create the view to configure the launch configuration as part of the ui tab.
createControl(Composite) - Method in class de.uka.ipd.sdq.workflow.launchconfig.tabs.DebugEnabledCommonTab
 
createExceptionHandler(boolean) - Method in class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowBasedLaunchConfigurationDelegate
Instanciate the workflow exception handler used to handle failures in the workflow.
createExceptionHandler(boolean) - Method in class de.uka.ipd.sdq.workflow.workbench.AbstractWorkbenchDelegate
Instanciate the workflow exception handler used to handle failures in the workflow.
createExtensionTabs(ILaunchConfigurationDialog, String, String) - Method in class de.uka.ipd.sdq.workflow.launchconfig.extension.ExtendableTabGroup
Create the tabs for installed plug-ins contributing to this extension point and registered for the specified work flow.
createFileInputParts(Composite, ModifyListener, String[], Text, String, String) - Static method in class de.uka.ipd.sdq.workflow.launchconfig.tabs.TabHelper
 
createFileInputSection(Composite, ModifyListener, String, String[], Text, String, Shell, boolean, boolean, String) - Static method in class de.uka.ipd.sdq.workflow.launchconfig.tabs.TabHelper
Creates a section in the parent container for selection files.
createFileInputSection(Composite, ModifyListener, String, String[], Text, String, Shell, boolean, boolean, String, boolean) - Static method in class de.uka.ipd.sdq.workflow.launchconfig.tabs.TabHelper
Creates a section in the parent container for selection files.
createFileInputSection(Composite, ModifyListener, String, String[], Text, String, Shell, String) - Static method in class de.uka.ipd.sdq.workflow.launchconfig.tabs.TabHelper
Creates a section in the parent container for selection files.
createFileInputSection(Composite, ModifyListener, String, String[], Text, String, Shell, String, boolean) - Static method in class de.uka.ipd.sdq.workflow.launchconfig.tabs.TabHelper
Creates a section in the parent container for selection files.
createFileInputSection(Composite, ModifyListener, String, String[], Text, Shell, String) - Static method in class de.uka.ipd.sdq.workflow.launchconfig.tabs.TabHelper
Creates a section in the parent container for file selection.
createFileInputSection(Composite, ModifyListener, String, String[], Text, Shell, String, boolean) - Static method in class de.uka.ipd.sdq.workflow.launchconfig.tabs.TabHelper
Creates a section in the parent container for file selection.
createFolderInputSection(Composite, ModifyListener, String, Text, String, Shell, String) - Static method in class de.uka.ipd.sdq.workflow.launchconfig.tabs.TabHelper
Helper method to create an input section for selecting a folder.
createGenerator() - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.XTextGeneratorConfiguration
Creates and inits the XText generator.
createGeneratorSupport() - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.XTextGeneratorConfiguration
Create the GeneratorSupport.
createGuiceModule() - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.XTextGeneratorSupport
 
createInjectorAndDoEMFRegistration() - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.XTextGeneratorSetup
 
createInputParts(Composite, ModifyListener, String[], Text, String, boolean, boolean, String, boolean, boolean) - Static method in class de.uka.ipd.sdq.workflow.launchconfig.tabs.TabHelper
 
createReader() - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.XTextGeneratorConfiguration
Creates a MWE Reader for the model based on the path and slots.
createTabFolder(ILaunchConfigurationTabGroup, ILaunchConfigurationDialog, String, Composite, int) - Static method in class de.uka.ipd.sdq.workflow.launchconfig.tabs.TabHelper
Given an ILaunchConfigurationTabGroup, this method constructs an.
createTabs(ILaunchConfigurationDialog, String) - Method in class de.uka.ipd.sdq.workflow.launchconfig.multiple.LaunchMultipleTabGroup
Creates the tabs contained in this tab group for the specified launch mode.
createWorkflow(WorkflowConfigurationType) - Method in class de.uka.ipd.sdq.workflow.mdsd.AbstractMDSDWorkbenchDelegate
Instantiate the workflow engine.
createWorkflow(WorkflowConfigurationType) - Method in class de.uka.ipd.sdq.workflow.workbench.AbstractWorkbenchDelegate
Instantiate the workflow engine.
createWorkflow(WorkflowConfigurationType, IProgressMonitor, ILaunch) - Method in class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowBasedLaunchConfigurationDelegate
Instantiate the workflow engine.
createWorkflow(WorkflowConfigurationType, IProgressMonitor, ILaunch) - Method in class de.uka.ipd.sdq.workflow.mdsd.AbstractWorkflowBasedMDSDLaunchConfigurationDelegate
 
createWorkflowJob(WorkflowConfigurationType) - Method in class de.uka.ipd.sdq.workflow.workbench.AbstractWorkbenchDelegate
Instantiate the main job to be executed by the workflow engine.
createWorkflowJob(WorkflowConfigurationType, ILaunch) - Method in class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowBasedLaunchConfigurationDelegate
Instantiate the main job to be executed by the workflow engine.

D

de.uka.ipd.sdq.workflow - package de.uka.ipd.sdq.workflow
The main package of the workflow engine.
de.uka.ipd.sdq.workflow.blackboard - package de.uka.ipd.sdq.workflow.blackboard
The blackboard package of the palladio workflow engine.
de.uka.ipd.sdq.workflow.configuration - package de.uka.ipd.sdq.workflow.configuration
The configuration package of the workflow engine.
de.uka.ipd.sdq.workflow.extension - package de.uka.ipd.sdq.workflow.extension
Package for the core workflow engine extension management.
de.uka.ipd.sdq.workflow.jobs - package de.uka.ipd.sdq.workflow.jobs
The jobs package of the palladio workflow engine.
de.uka.ipd.sdq.workflow.launchconfig - package de.uka.ipd.sdq.workflow.launchconfig
The launch configuration package of the workflow engine.
de.uka.ipd.sdq.workflow.launchconfig.configbuilder - package de.uka.ipd.sdq.workflow.launchconfig.configbuilder
The configuration builder package of the workflow engine.
de.uka.ipd.sdq.workflow.launchconfig.extension - package de.uka.ipd.sdq.workflow.launchconfig.extension
The launch configuration extension package of the workflow engine.
de.uka.ipd.sdq.workflow.launchconfig.multiple - package de.uka.ipd.sdq.workflow.launchconfig.multiple
Launch configuration type to run a set of existing launch configurations.
de.uka.ipd.sdq.workflow.launchconfig.tabs - package de.uka.ipd.sdq.workflow.launchconfig.tabs
The configuration tab package of the workflow engine.
de.uka.ipd.sdq.workflow.logging.console - package de.uka.ipd.sdq.workflow.logging.console
The console logging package of the workflow engine.
de.uka.ipd.sdq.workflow.mdsd - package de.uka.ipd.sdq.workflow.mdsd
 
de.uka.ipd.sdq.workflow.mdsd.blackboard - package de.uka.ipd.sdq.workflow.mdsd.blackboard
 
de.uka.ipd.sdq.workflow.mdsd.emf - package de.uka.ipd.sdq.workflow.mdsd.emf
 
de.uka.ipd.sdq.workflow.mdsd.emf.qvto - package de.uka.ipd.sdq.workflow.mdsd.emf.qvto
 
de.uka.ipd.sdq.workflow.mdsd.emf.qvto.internal - package de.uka.ipd.sdq.workflow.mdsd.emf.qvto.internal
 
de.uka.ipd.sdq.workflow.mdsd.oaw - package de.uka.ipd.sdq.workflow.mdsd.oaw
 
de.uka.ipd.sdq.workflow.mdsd.validation - package de.uka.ipd.sdq.workflow.mdsd.validation
 
de.uka.ipd.sdq.workflow.mdsd.xtext - package de.uka.ipd.sdq.workflow.mdsd.xtext
 
de.uka.ipd.sdq.workflow.mdsd.xtext.generator - package de.uka.ipd.sdq.workflow.mdsd.xtext.generator
 
de.uka.ipd.sdq.workflow.ui - package de.uka.ipd.sdq.workflow.ui
The ui package of the workflow engine.
de.uka.ipd.sdq.workflow.workbench - package de.uka.ipd.sdq.workflow.workbench
The workbench package of the workflow engine.
DebugEnabledCommonTab - Class in de.uka.ipd.sdq.workflow.launchconfig.tabs
The Class DebugEnabledCommonTab.
DebugEnabledCommonTab() - Constructor for class de.uka.ipd.sdq.workflow.launchconfig.tabs.DebugEnabledCommonTab
 
DefaultFileSelectionAdapter - Class in de.uka.ipd.sdq.workflow.launchconfig.tabs
Listener for File selection dialogs.
DefaultFileSelectionAdapter(Text, String[], String) - Constructor for class de.uka.ipd.sdq.workflow.launchconfig.tabs.DefaultFileSelectionAdapter
Instantiates a new default file selection adapter.
deriveConfiguration(ILaunchConfiguration, String) - Method in class de.uka.ipd.sdq.workflow.launchconfig.AbstractConfigBuilderBasedLaunchConfigurationDelegate
 
deriveConfiguration(ILaunchConfiguration, String) - Method in class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowBasedLaunchConfigurationDelegate
This method is called as template method and has to be overriden by clients.
descendingIterator() - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Descending iterator.
DETAILED_LOG_PATTERN - Static variable in class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowBasedLaunchConfigurationDelegate
Log Pattern used for debug mode.
DETAILED_LOG_PATTERN - Static variable in class de.uka.ipd.sdq.workflow.workbench.AbstractWorkbenchDelegate
Log Pattern used for debug mode.
dispose() - Method in class de.uka.ipd.sdq.workflow.logging.console.Log4JBasedStreamsProxy
Dispose.
done() - Method in class de.uka.ipd.sdq.workflow.ExecutionTimeLoggingProgressMonitor
Done.
DynamicSequentialBlackboardInteractingJob<BlackboardType extends Blackboard<?>> - Class in de.uka.ipd.sdq.workflow.jobs
A sequential workflow which may contain jobs which need access to a common blackboard for information exchange.
DynamicSequentialBlackboardInteractingJob() - Constructor for class de.uka.ipd.sdq.workflow.jobs.DynamicSequentialBlackboardInteractingJob
Instantiates a new order preserving blackboard composite job.
DynamicSequentialBlackboardInteractingJob(boolean) - Constructor for class de.uka.ipd.sdq.workflow.jobs.DynamicSequentialBlackboardInteractingJob
Instantiates a new order preserving blackboard composite job.
DynamicSequentialBlackboardInteractingJob(String) - Constructor for class de.uka.ipd.sdq.workflow.jobs.DynamicSequentialBlackboardInteractingJob
Instantiates a new sequential blackboard job with a specific name.
DynamicSequentialBlackboardInteractingJob(String, boolean) - Constructor for class de.uka.ipd.sdq.workflow.jobs.DynamicSequentialBlackboardInteractingJob
Instantiates a new sequential blackboard job with a specific name and specifying the clean up strategy.
DynamicSequentialJob - Class in de.uka.ipd.sdq.workflow.jobs
Implementation of a composite job that guarantees the execution of it's jobs in the order they were added, similar to SequentialJob.
DynamicSequentialJob() - Constructor for class de.uka.ipd.sdq.workflow.jobs.DynamicSequentialJob
Instantiates a new order preserving composite job.
DynamicSequentialJob(boolean) - Constructor for class de.uka.ipd.sdq.workflow.jobs.DynamicSequentialJob
Instantiates a new sequential job.
DynamicSequentialJob(String) - Constructor for class de.uka.ipd.sdq.workflow.jobs.DynamicSequentialJob
Instantiates a new order preserving composite job with a specific name.
DynamicSequentialJob(String, boolean) - Constructor for class de.uka.ipd.sdq.workflow.jobs.DynamicSequentialJob
Instantiates a new model workflow job with a specific name and specifying the clean up strategy.

E

element() - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Element.
equals(Object) - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Equals.
errorLogger(String, String, String) - Static method in class de.uka.ipd.sdq.workflow.launchconfig.LaunchConfigPlugin
The method logs the errors with the tab initialization.
exceptionHandler - Variable in class de.uka.ipd.sdq.workflow.Workflow
The exception handler.
execute(IProgressMonitor) - Method in class de.uka.ipd.sdq.workflow.BlackboardBasedWorkflow
 
execute(IProgressMonitor) - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
 
execute(IProgressMonitor) - Method in interface de.uka.ipd.sdq.workflow.jobs.IJob
Execute the job.
execute(IProgressMonitor) - Method in class de.uka.ipd.sdq.workflow.jobs.JobProxy
 
execute(IProgressMonitor) - Method in class de.uka.ipd.sdq.workflow.jobs.ParallelBlackboardInteractingJob
Set the blackboard reference to all child jobs which are black board interacting and triggers the super class execution which takes care for the parallel execution itself.
execute(IProgressMonitor) - Method in class de.uka.ipd.sdq.workflow.jobs.ParallelJob
 
execute(IProgressMonitor) - Method in class de.uka.ipd.sdq.workflow.jobs.SequentialBlackboardInteractingJob
Executes all contained jobs.
execute(IProgressMonitor) - Method in class de.uka.ipd.sdq.workflow.jobs.SequentialJob
Executes all contained jobs, i.e.
execute(IProgressMonitor) - Method in class de.uka.ipd.sdq.workflow.mdsd.blackboard.SavePartitionToDiskJob
 
execute(IProgressMonitor) - Method in class de.uka.ipd.sdq.workflow.mdsd.emf.CheckEMFConstraintsJob
 
execute(IProgressMonitor) - Method in class de.uka.ipd.sdq.workflow.mdsd.emf.qvto.QVTOTransformationJob
 
execute(IProgressMonitor) - Method in class de.uka.ipd.sdq.workflow.mdsd.oaw.AbstractOAWWorkflowJobBridge
 
execute(IProgressMonitor) - Method in class de.uka.ipd.sdq.workflow.mdsd.oaw.PerformOAWCheckValidation
 
execute(IProgressMonitor) - Method in class de.uka.ipd.sdq.workflow.mdsd.validation.ShowValidationErrorsJob
 
execute(IProgressMonitor) - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.PrepareXTextPartitionJob
 
execute(IProgressMonitor) - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.XTextGeneratorBlackboardJob
Executes all contained jobs, i.e.
execute(IProgressMonitor) - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.MWE2SequentialJob
Execute a mdsd job sequence with the following steps: Run the pre jobs. Execute the real jobs. Run the post jobs. Executes all contained jobs, i.e.
execute(IProgressMonitor) - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.MWE2WorkflowComponentBridge
 
execute(URI, List<EObject>[]) - Static method in class de.uka.ipd.sdq.workflow.mdsd.emf.qvto.internal.QVTOExecutor
Execute.
execute(URI, Map<String, Object>, List<EObject>[]) - Static method in class de.uka.ipd.sdq.workflow.mdsd.emf.qvto.internal.QVTOExecutor
Execute.
executeJob(IJob, IProgressMonitor) - Method in class de.uka.ipd.sdq.workflow.jobs.DynamicSequentialBlackboardInteractingJob
 
executeJob(IJob, IProgressMonitor) - Method in class de.uka.ipd.sdq.workflow.jobs.DynamicSequentialJob
 
executeWithDelayedCleanUp(IProgressMonitor) - Method in class de.uka.ipd.sdq.workflow.jobs.DynamicSequentialJob
Executes all contained jobs, and runs their clean up methods when all jobs are finished.
executeWithDelayedCleanUp(IProgressMonitor) - Method in class de.uka.ipd.sdq.workflow.jobs.SequentialJob
Executes all contained jobs, and runs their clean up methods when all jobs are finished.
executeWithImmediateCleanUp(IProgressMonitor) - Method in class de.uka.ipd.sdq.workflow.jobs.DynamicSequentialJob
Specialty: Calls cleanup after the execution of each nested job and deletes the reference to that nested job.
executeWithImmediateCleanUp(IProgressMonitor) - Method in class de.uka.ipd.sdq.workflow.jobs.SequentialJob
Specialty: Calls cleanup after the execution of each nested job and deletes the reference to that nested job.
ExecutionTimeLoggingProgressMonitor - Class in de.uka.ipd.sdq.workflow
The Class ExecutionTimeLoggingProgressMonitor.
ExecutionTimeLoggingProgressMonitor(IProgressMonitor, int) - Constructor for class de.uka.ipd.sdq.workflow.ExecutionTimeLoggingProgressMonitor
Instantiates a new execution time logging progress monitor.
ExtendableJobConfiguration - Interface in de.uka.ipd.sdq.workflow.extension
Interface of the configuration of an extendible job.
ExtendableTabGroup - Class in de.uka.ipd.sdq.workflow.launchconfig.extension
The Class ExtendableTabGroup.
ExtendableTabGroup() - Constructor for class de.uka.ipd.sdq.workflow.launchconfig.extension.ExtendableTabGroup
 
ExtensionHelper - Class in de.uka.ipd.sdq.workflow.extension
Helper class to access installed work-flow extensions.
ExtensionHelper() - Constructor for class de.uka.ipd.sdq.workflow.extension.ExtensionHelper
 

F

FilePatternFilter - Class in de.uka.ipd.sdq.workflow.launchconfig.tabs
Allows to select files based on their name.
FilePatternFilter() - Constructor for class de.uka.ipd.sdq.workflow.launchconfig.tabs.FilePatternFilter
 
fillConfiguration(AbstractWorkflowBasedRunConfiguration) - Method in class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowConfigurationBuilder
Fill configuration.

G

get(int) - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Gets the.
getAdapter(Class) - Method in class de.uka.ipd.sdq.workflow.ui.WorkflowProcess
 
getAdvices() - Method in class de.uka.ipd.sdq.workflow.mdsd.oaw.XpandGeneratorJob
Gets the advices.
getAppender() - Method in class de.uka.ipd.sdq.workflow.logging.console.LoggerAppenderStruct
Gets the appender.
getAttribute(String) - Method in class de.uka.ipd.sdq.workflow.ui.WorkflowProcess
 
getAttributes() - Method in class de.uka.ipd.sdq.workflow.extension.AbstractExtendableJobConfiguration
 
getAttributes() - Method in interface de.uka.ipd.sdq.workflow.extension.ExtendableJobConfiguration
Get the configuration of the current launch.
getBlackboard() - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractBlackboardInteractingJob
Gets the blackboard.
getBlackboard() - Method in class de.uka.ipd.sdq.workflow.jobs.DynamicSequentialBlackboardInteractingJob
Gets the blackboard.
getBlackboard() - Method in class de.uka.ipd.sdq.workflow.jobs.ParallelBlackboardInteractingJob
Gets the blackboard.
getBlackboard() - Method in class de.uka.ipd.sdq.workflow.jobs.SequentialBlackboardInteractingJob
Gets the blackboard.
getBlackboardModelLocation() - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.XTextGeneratorConfiguration
Gets the blackboard model location.
getBooleanAttribute(String) - Method in class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowConfigurationBuilder
Gets the boolean attribute.
getChildConfiguration(int) - Method in class de.uka.ipd.sdq.workflow.configuration.AbstractComposedJobConfiguration
Gets the child configuration.
getConfiguration() - Method in class de.uka.ipd.sdq.workflow.workbench.AbstractWorkbenchDelegate
This method is called as template method and has to be overriden by clients.
getConfigurationBuilder(ILaunchConfiguration) - Method in class de.uka.ipd.sdq.workflow.launchconfig.AbstractConfigBuilderBasedLaunchConfigurationDelegate
Template method which is supposed to create the configuration builder object which is able to convert a given launch configuration into a configuration object Clients must override this method.
getConfigurationBuilder(ILaunchConfiguration) - Method in class de.uka.ipd.sdq.workflow.launchconfig.tabs.AbstractConfigBuilderTab
Gets the configuration builder.
getContents() - Method in class de.uka.ipd.sdq.workflow.logging.console.AppenderBasedStreamMonitor
 
getContents(ModelLocation) - Method in class de.uka.ipd.sdq.workflow.mdsd.blackboard.MDSDBlackboard
Get the list of top level elements from the given model.
getContents(URI) - Method in class de.uka.ipd.sdq.workflow.mdsd.blackboard.ResourceSetPartition
Returns all top level EObjects of the given model stored under the given URI.
getDefault() - Static method in class de.uka.ipd.sdq.workflow.launchconfig.LaunchConfigPlugin
Returns the shared instance.
getDefault() - Static method in class de.uka.ipd.sdq.workflow.mdsd.Activator
Returns the shared instance.
getDefault() - Static method in class de.uka.ipd.sdq.workflow.WorkflowPlugin
Returns the shared instance.
getDiagnosticResult() - Method in class de.uka.ipd.sdq.workflow.mdsd.emf.qvto.QVTOResult
Gets the diagnostic result.
getDialogTitle() - Method in class de.uka.ipd.sdq.workflow.launchconfig.tabs.LocalFileSystemButtonSelectionAdapter
Geths the title/message for the dialog.
getDoubleAttribute(String) - Method in class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowConfigurationBuilder
Gets the double attribute.
getElement(EClass) - Method in class de.uka.ipd.sdq.workflow.mdsd.blackboard.ResourceSetPartition
Helper to find root objects of a specified class.
getErrorLevel() - Method in class de.uka.ipd.sdq.workflow.mdsd.validation.ModelValidationJob
Gets the error level.
getErrorMessage() - Method in class de.uka.ipd.sdq.workflow.configuration.AbstractComposedJobConfiguration
 
getErrorMessage() - Method in class de.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
 
getErrorMessage() - Method in interface de.uka.ipd.sdq.workflow.configuration.IJobConfiguration
Gets the error message.
getErrorStreamMonitor() - Method in class de.uka.ipd.sdq.workflow.logging.console.Log4JBasedStreamsProxy
 
getExitValue() - Method in class de.uka.ipd.sdq.workflow.ui.WorkflowProcess
 
getExpandExpression() - Method in class de.uka.ipd.sdq.workflow.mdsd.oaw.XpandGeneratorJob
Gets the expand expression.
getExtensionConfigurationBuilder() - Method in class de.uka.ipd.sdq.workflow.extension.WorkflowExtension
Gets the extension configuration builder.
getFileEncoding() - Method in class de.uka.ipd.sdq.workflow.mdsd.oaw.XpandGeneratorJob
Gets the file encoding.
getFileExtension() - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.XTextGeneratorConfiguration
Gets the file extension.
getFileExtensions() - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.XTextGeneratorModule
 
getFirst() - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Gets the first.
getFirstContentElement(URI) - Method in class de.uka.ipd.sdq.workflow.mdsd.blackboard.ResourceSetPartition
Returns the first top level EObject of the given model stored under the given URI.
getGeneratorClass() - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.XTextGeneratorConfiguration
Gets the generator class.
getId() - Method in class de.uka.ipd.sdq.workflow.extension.WorkflowExtension
Gets the id.
getId() - Method in class de.uka.ipd.sdq.workflow.launchconfig.extension.WorkflowConfigurationTabExtension
Gets the id.
getInoutModels() - Method in class de.uka.ipd.sdq.workflow.mdsd.emf.qvto.QVTOTransformationJobConfiguration
Gets the inout models.
getIntegerAttribute(String) - Method in class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowConfigurationBuilder
Gets the integer attribute.
getJobConfiguration() - Method in class de.uka.ipd.sdq.workflow.extension.AbstractWorkflowExtensionJob
Get the configuration of this job.
getLabel() - Method in class de.uka.ipd.sdq.workflow.ui.WorkflowProcess
 
getLanguageName() - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.XTextGeneratorConfiguration
Gets the language name.
getLanguageName() - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.XTextGeneratorModule
 
getLast() - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Gets the last.
getLastTrace() - Method in class de.uka.ipd.sdq.workflow.mdsd.emf.qvto.internal.TransformationExecutor
Gets the last trace.
getLaunch() - Method in class de.uka.ipd.sdq.workflow.ui.WorkflowProcess
 
getLaunchConfigs() - Method in class de.uka.ipd.sdq.workflow.launchconfig.multiple.LaunchMultipleTab
Gets the launch configurations to present to the user.
getLaunchConfigurationTab() - Method in class de.uka.ipd.sdq.workflow.launchconfig.extension.WorkflowConfigurationTabExtension
Gets the launch configuration tab.
getLogger() - Method in class de.uka.ipd.sdq.workflow.logging.console.LoggerAppenderStruct
Gets the logger.
getLogLevel() - Method in class de.uka.ipd.sdq.workflow.workbench.AbstractWorkbenchDelegate
Get the log level based on the extended CommonTab in DebugEnabledCommonTab.
getLogLevel(ILaunchConfiguration) - Method in class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowBasedLaunchConfigurationDelegate
Get the log level based on the extended CommonTab in DebugEnabledCommonTab TODO: Anne has set this to protected because the logging has to be re-enabled during PerOpteryx.
getLongAttribute(String) - Method in class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowConfigurationBuilder
Gets the long attribute.
getMode() - Method in class de.uka.ipd.sdq.workflow.extension.AbstractExtendableJobConfiguration
Gets the mode.
getModelID() - Method in class de.uka.ipd.sdq.workflow.mdsd.blackboard.ModelLocation
Gets the model id.
getName() - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
 
getName() - Method in interface de.uka.ipd.sdq.workflow.jobs.IJob
Supply a name of this job.
getName() - Method in class de.uka.ipd.sdq.workflow.jobs.JobProxy
 
getName() - Method in class de.uka.ipd.sdq.workflow.launchconfig.multiple.LaunchMultipleTab
Get the name of the launch configuration tab.
getName() - Method in class de.uka.ipd.sdq.workflow.mdsd.blackboard.SavePartitionToDiskJob
 
getName() - Method in class de.uka.ipd.sdq.workflow.mdsd.emf.CheckEMFConstraintsJob
 
getName() - Method in class de.uka.ipd.sdq.workflow.mdsd.emf.qvto.QVTOTransformationJob
 
getName() - Method in class de.uka.ipd.sdq.workflow.mdsd.oaw.AbstractOAWWorkflowJobBridge
 
getName() - Method in class de.uka.ipd.sdq.workflow.mdsd.oaw.PerformOAWCheckValidation
 
getName() - Method in class de.uka.ipd.sdq.workflow.mdsd.validation.ShowValidationErrorsJob
 
getName() - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.PrepareXTextPartitionJob
 
getName() - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.MWE2WorkflowComponentBridge
 
getOptions() - Method in class de.uka.ipd.sdq.workflow.mdsd.emf.qvto.QVTOTransformationJobConfiguration
Gets the options.
getOutputStreamMonitor() - Method in class de.uka.ipd.sdq.workflow.logging.console.Log4JBasedStreamsProxy
 
getPartition(String) - Method in class de.uka.ipd.sdq.workflow.blackboard.Blackboard
Get a specific partition from the blackboard identified by the id it was registered with.
getPartition(String) - Method in interface de.uka.ipd.sdq.workflow.blackboard.IBlackboard
Retrieve a named partition from this blackboard.
getPartitionID() - Method in class de.uka.ipd.sdq.workflow.mdsd.blackboard.ModelLocation
Gets the partition id.
getPartitionIds() - Method in class de.uka.ipd.sdq.workflow.blackboard.Blackboard
 
getPartitionIds() - Method in interface de.uka.ipd.sdq.workflow.blackboard.IBlackboard
Get the set of partitions currently present on this blackboard.
getPriority() - Method in class de.uka.ipd.sdq.workflow.extension.WorkflowExtension
Gets the priority.
getPriority() - Method in class de.uka.ipd.sdq.workflow.launchconfig.extension.WorkflowConfigurationTabExtension
Gets the priority.
getProcess() - Method in class de.uka.ipd.sdq.workflow.workbench.AbstractWorkbenchDelegate
Instantiate the Eclipse process used by the workflow engine.
getProcess(ILaunch) - Method in class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowBasedLaunchConfigurationDelegate
Instantiate the Eclipse process used by the workflow engine.
getResourceSet() - Method in class de.uka.ipd.sdq.workflow.mdsd.blackboard.ResourceSetPartition
Gets the resource set.
getResult() - Method in class de.uka.ipd.sdq.workflow.mdsd.validation.ModelValidationJob
Returns the job result.
getScriptFileURI() - Method in class de.uka.ipd.sdq.workflow.mdsd.emf.qvto.QVTOTransformationJobConfiguration
Gets the script file uri.
getShell() - Method in class de.uka.ipd.sdq.workflow.launchconfig.tabs.LocalFileSystemButtonSelectionAdapter
Gets the shell used for the dialog.
getSlots() - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.XTextGeneratorConfiguration
Gets the slots.
getStreamsProxy() - Method in class de.uka.ipd.sdq.workflow.ui.WorkflowProcess
 
getStringAttribute(String) - Method in class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowConfigurationBuilder
Gets the string attribute.
getTabImage(String, String) - Static method in class de.uka.ipd.sdq.workflow.launchconfig.ImageRegistryHelper
Request an image object for a plugin and image file.
getTrace() - Method in class de.uka.ipd.sdq.workflow.mdsd.emf.qvto.QVTOResult
Gets the trace of the transformation execution.
getTraceLocation() - Method in class de.uka.ipd.sdq.workflow.mdsd.emf.qvto.QVTOTransformationJobConfiguration
Gets the trace model location.
getWorkflowExtensionJob() - Method in class de.uka.ipd.sdq.workflow.extension.WorkflowExtension
Gets the workflow extension job.
getWorkflowExtensions(String) - Static method in class de.uka.ipd.sdq.workflow.extension.ExtensionHelper
Build the list of extensions registered for a specific work-flow.
getWorkflowExtensions(String) - Static method in class de.uka.ipd.sdq.workflow.launchconfig.extension.WorkflowConfigurationTabExtensionHelper
Build the list of configuration tab extensions registered for a specific work-flow.
getWorkflowExtensionsSortedByPriority(String) - Static method in class de.uka.ipd.sdq.workflow.extension.ExtensionHelper
Get a list of work-flow extensions registered for a specific work-flow.
getWorkflowExtensionsSortedByPriority(String) - Static method in class de.uka.ipd.sdq.workflow.launchconfig.extension.WorkflowConfigurationTabExtensionHelper
Get a list of work-flow extensions registered for a specific work-flow.
getWorkflowId() - Method in class de.uka.ipd.sdq.workflow.extension.WorkflowExtension
Gets the workflow id.
getWorkflowId() - Method in class de.uka.ipd.sdq.workflow.launchconfig.extension.WorkflowConfigurationTabExtension
Gets the workflow id.
getWorkflowListener() - Method in class de.uka.ipd.sdq.workflow.workbench.AbstractWorkbenchDelegate
Access the list of registered workflow status listeners.
GREATER_OR_EQUAL_THAN - Enum constant in enum class de.uka.ipd.sdq.workflow.logging.console.AppenderBasedStreamMonitor.ComparisonOperator
The GREATE r_ o r_ equa l_ than.

H

handleCleanupFailed(CleanupFailedException) - Method in class de.uka.ipd.sdq.workflow.WorkflowExceptionHandler
handle the case when the cleanup of a job fails.
handleCriticalException(Exception) - Method in class de.uka.ipd.sdq.workflow.ui.UIBasedWorkflowExceptionHandler
 
handleCriticalException(Exception) - Method in class de.uka.ipd.sdq.workflow.WorkflowExceptionHandler
handle critical exceptions.
handleExecutionTraces(Trace) - Method in class de.uka.ipd.sdq.workflow.mdsd.emf.qvto.internal.TransformationExecutor
 
handleFatalFailure(Exception) - Method in class de.uka.ipd.sdq.workflow.WorkflowExceptionHandler
Handles a non-recoverable exception which is not declared in the interface (e.g., runtime exceptions).
handleJobExtensions(String, ExtendableJobConfiguration) - Method in class de.uka.ipd.sdq.workflow.extension.AbstractExtendableJob
Check for plug-ins implementing the job extension point and add those jobs to the current workflow.
handleJobFailed(JobFailedException) - Method in class de.uka.ipd.sdq.workflow.WorkflowExceptionHandler
handle the case when a job fails.
handleUserCanceled(UserCanceledException) - Method in class de.uka.ipd.sdq.workflow.WorkflowExceptionHandler
handle the case when a the user chooses to cancel a job.
hasAttribute(String) - Method in class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowConfigurationBuilder
Checks for attribute.
hasElement(EClass) - Method in class de.uka.ipd.sdq.workflow.mdsd.blackboard.ResourceSetPartition
Helper to determine whether root objects of a specified class exist.
hashCode() - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Hash code.
hasModel(URI) - Method in class de.uka.ipd.sdq.workflow.mdsd.blackboard.ResourceSetPartition
Determines if the Resource referenced by the parameter contains an EMF model.
hasPartition(String) - Method in class de.uka.ipd.sdq.workflow.blackboard.Blackboard
 
hasPartition(String) - Method in interface de.uka.ipd.sdq.workflow.blackboard.IBlackboard
Query the blackboard for a named partition.
hasStringAttribute(String) - Method in class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowConfigurationBuilder
Checks for string attribute.

I

IAppenderListener - Interface in de.uka.ipd.sdq.workflow.logging.console
Interface for classes listening to new text arriving at a Log4J appender which is capable of infoming about new text via events instead of logging itself.
IBlackboard<T> - Interface in de.uka.ipd.sdq.workflow.blackboard
Interface of a blackboard as defined in POSA I.
IBlackboardInteractingJob<BlackboardType extends Blackboard<?>> - Interface in de.uka.ipd.sdq.workflow.jobs
Interface of a job which needs access to a certain type of blackboard to retrieve or store data.
IBlackboardInteractingWorkflowComponent<BlackboardType extends Blackboard<?>> - Interface in de.uka.ipd.sdq.workflow.mdsd.xtext
The Interface IBlackboardInteractingWorkflowComponent.
ICompositeJob - Interface in de.uka.ipd.sdq.workflow.jobs
Interface for composite jobs.
IJob - Interface in de.uka.ipd.sdq.workflow.jobs
Interface for jobs to be added to a workflow (IWorkflow).
IJobConfiguration - Interface in de.uka.ipd.sdq.workflow.configuration
Interface for Configuration Objects used to configure work flow jobs.
ImageRegistryHelper - Class in de.uka.ipd.sdq.workflow.launchconfig
Helper class to load and cache images from the plugin to present them in the UI.
ImageRegistryHelper() - Constructor for class de.uka.ipd.sdq.workflow.launchconfig.ImageRegistryHelper
 
indexOf(Object) - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Index of.
initGeneratorModuleAndGeneratorSetup() - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.XTextGeneratorConfiguration
Initialises the GeneratorModule and GeneratorSetup.
initialiseResourceSetEPackages(EPackage[]) - Method in class de.uka.ipd.sdq.workflow.mdsd.blackboard.ResourceSetPartition
Initialize the EPackages of the models to be stored in this blackboard partition.
initializeFrom(ILaunchConfiguration) - Method in class de.uka.ipd.sdq.workflow.launchconfig.multiple.LaunchMultipleTab
Initialize the configuration view with the values of a launch configuration object.
initializeFrom(ILaunchConfiguration) - Method in class de.uka.ipd.sdq.workflow.launchconfig.tabs.DebugEnabledCommonTab
 
initMWEBean() - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.XTextGeneratorConfiguration
Create and init the StandaloneSetup for the MWE.
internalBuild(Map<String, Object>) - Method in class de.uka.ipd.sdq.workflow.launchconfig.configbuilder.AbstractUIBasedConfigurationBuilder
Called as template method to fill the given object according to the provided map.
internalWorked(double) - Method in class de.uka.ipd.sdq.workflow.ExecutionTimeLoggingProgressMonitor
Internal worked.
InvalidWorkflowJobConfigurationException - Exception in de.uka.ipd.sdq.workflow.configuration
The Class InvalidWorkflowJobConfiguration.
InvalidWorkflowJobConfigurationException(String) - Constructor for exception de.uka.ipd.sdq.workflow.configuration.InvalidWorkflowJobConfigurationException
Instantiates a new invalid workflow job configuration.
invokeInternal(WorkflowContext, ProgressMonitor, Issues) - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.BlackboardReader
 
IPrePostJob - Interface in de.uka.ipd.sdq.workflow.mdsd.xtext
A job supporting pre and post execute routines.
isBeautifyCode() - Method in class de.uka.ipd.sdq.workflow.mdsd.oaw.XpandGeneratorJob
Checks if is beautify code.
isCanceled() - Method in class de.uka.ipd.sdq.workflow.ExecutionTimeLoggingProgressMonitor
Checks if is canceled.
isCheckProtectedRegions() - Method in class de.uka.ipd.sdq.workflow.mdsd.oaw.XpandGeneratorJob
Checks if is check protected regions.
isDebug - Variable in class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowBasedRunConfiguration
The is debug.
isDebug - Variable in class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowConfigurationBuilder
debug mode.
isDebug() - Method in class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowBasedRunConfiguration
Is debug determines whether the run is executed as debug run.
isEmpty() - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Checks if is empty.
isFixed - Variable in class de.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
Boolean flag indicating that this configuration object is immutable.
isFrozen() - Method in class de.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
Get the status of this configuration.
isInteractive - Variable in class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowBasedRunConfiguration
The is interactive.
isInteractive() - Method in class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowBasedRunConfiguration
Returns whether the workflow engine runs in interactive mode.
isSuccess() - Method in class de.uka.ipd.sdq.workflow.mdsd.emf.qvto.QVTOResult
Checks if is success.
isTerminated() - Method in class de.uka.ipd.sdq.workflow.ui.WorkflowProcess
 
isValid() - Method in class de.uka.ipd.sdq.workflow.configuration.AbstractComposedJobConfiguration
 
isValid() - Method in class de.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
 
isValid() - Method in interface de.uka.ipd.sdq.workflow.configuration.IJobConfiguration
Checks if is valid.
isValid(ILaunchConfiguration) - Method in class de.uka.ipd.sdq.workflow.launchconfig.tabs.AbstractConfigBuilderTab
 
iterator() - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Iterator.

J

JobFailedException - Exception in de.uka.ipd.sdq.workflow.jobs
Exception to be thrown if the execute method of a job terminates unrecoverable.
JobFailedException() - Constructor for exception de.uka.ipd.sdq.workflow.jobs.JobFailedException
Instantiates a new job failed exception.
JobFailedException(String) - Constructor for exception de.uka.ipd.sdq.workflow.jobs.JobFailedException
Instantiates a new job failed exception.
JobFailedException(String, Throwable) - Constructor for exception de.uka.ipd.sdq.workflow.jobs.JobFailedException
Instantiates a new job failed exception.
JobFailedException(CoreException) - Constructor for exception de.uka.ipd.sdq.workflow.jobs.JobFailedException
Instantiates a new job failed exception.
JobProxy - Class in de.uka.ipd.sdq.workflow.jobs
This class allows to register a job, which will be resolved shortly before it is executed.
JobProxy(String, Supplier<IJob>) - Constructor for class de.uka.ipd.sdq.workflow.jobs.JobProxy
 
JobProxy(Supplier<IJob>) - Constructor for class de.uka.ipd.sdq.workflow.jobs.JobProxy
 

L

lastIndexOf(Object) - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Last index of.
launch(ILaunchConfiguration, String, ILaunch, IProgressMonitor) - Method in class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowBasedLaunchConfigurationDelegate
 
launch(ILaunchConfiguration, String, ILaunch, IProgressMonitor) - Method in class de.uka.ipd.sdq.workflow.launchconfig.multiple.LaunchMultiple
Load and execute the selected launch configurations.
LaunchConfigPlugin - Class in de.uka.ipd.sdq.workflow.launchconfig
The activator class controls the plug-in life cycle.
LaunchConfigPlugin() - Constructor for class de.uka.ipd.sdq.workflow.launchconfig.LaunchConfigPlugin
 
LaunchMultiple - Class in de.uka.ipd.sdq.workflow.launchconfig.multiple
The Class LaunchMultiple.
LaunchMultiple() - Constructor for class de.uka.ipd.sdq.workflow.launchconfig.multiple.LaunchMultiple
 
LaunchMultipleTab - Class in de.uka.ipd.sdq.workflow.launchconfig.multiple
Launch configuration tab to choose from existing launch configurations.
LaunchMultipleTab() - Constructor for class de.uka.ipd.sdq.workflow.launchconfig.multiple.LaunchMultipleTab
 
LaunchMultipleTabGroup - Class in de.uka.ipd.sdq.workflow.launchconfig.multiple
The Class LaunchMultipleTabGroup.
LaunchMultipleTabGroup() - Constructor for class de.uka.ipd.sdq.workflow.launchconfig.multiple.LaunchMultipleTabGroup
 
LESS_THAN - Enum constant in enum class de.uka.ipd.sdq.workflow.logging.console.AppenderBasedStreamMonitor.ComparisonOperator
The LES s_ than.
listIterator() - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
List iterator.
listIterator(int) - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
List iterator.
loadModel(String) - Method in class de.uka.ipd.sdq.workflow.mdsd.blackboard.ResourceSetPartition
Deprecated.
Use loadModel taking a URI instead
loadModel(URI) - Method in class de.uka.ipd.sdq.workflow.mdsd.blackboard.ResourceSetPartition
Load the model with the given URI into this blackboard partition.
LocalFileSystemButtonSelectionAdapter - Class in de.uka.ipd.sdq.workflow.launchconfig.tabs
Listener for File selection dialogs.
LocalFileSystemButtonSelectionAdapter(Text, String[], String, Shell) - Constructor for class de.uka.ipd.sdq.workflow.launchconfig.tabs.LocalFileSystemButtonSelectionAdapter
Instantiates a new local file system button selection adapter.
LocalFileSystemButtonSelectionAdapter(Text, String[], String, Shell, boolean) - Constructor for class de.uka.ipd.sdq.workflow.launchconfig.tabs.LocalFileSystemButtonSelectionAdapter
Instantiates a new local file system button selection adapter.
LocalFileSystemButtonSelectionAdapter(Text, String[], String, Shell, boolean, boolean) - Constructor for class de.uka.ipd.sdq.workflow.launchconfig.tabs.LocalFileSystemButtonSelectionAdapter
Instantiates a new local file system button selection adapter.
log(int, String) - Static method in class de.uka.ipd.sdq.workflow.launchconfig.LaunchConfigPlugin
Log.
log(int, String) - Method in class de.uka.ipd.sdq.workflow.mdsd.emf.qvto.internal.QVTOLogger
 
log(int, String) - Static method in class de.uka.ipd.sdq.workflow.WorkflowPlugin
Log.
log(int, String, Object) - Method in class de.uka.ipd.sdq.workflow.mdsd.emf.qvto.internal.QVTOLogger
 
log(String) - Method in class de.uka.ipd.sdq.workflow.mdsd.emf.qvto.internal.QVTOLogger
 
log(String, Object) - Method in class de.uka.ipd.sdq.workflow.mdsd.emf.qvto.internal.QVTOLogger
 
log(IStatus) - Static method in class de.uka.ipd.sdq.workflow.mdsd.emf.qvto.internal.QVTOExecutor
 
Log4JBasedStreamsProxy - Class in de.uka.ipd.sdq.workflow.logging.console
This class is a IStreamsProxy implementation which uses Log4J appender as source of its output and error streams.
Log4JBasedStreamsProxy() - Constructor for class de.uka.ipd.sdq.workflow.logging.console.Log4JBasedStreamsProxy
Constructor, create appender container for both output streams.
logException(Exception) - Method in class de.uka.ipd.sdq.workflow.ui.UIBasedWorkflowExceptionHandler
 
logException(Exception) - Method in class de.uka.ipd.sdq.workflow.WorkflowExceptionHandler
log the exception.
logger - Variable in class de.uka.ipd.sdq.workflow.jobs.AbstractJob
The logger.
LoggerAppenderStruct - Class in de.uka.ipd.sdq.workflow.logging.console
The Class LoggerAppenderStruct.
LoggerAppenderStruct(Logger, StreamsProxyAppender) - Constructor for class de.uka.ipd.sdq.workflow.logging.console.LoggerAppenderStruct
Instantiates a new logger appender struct.
logStackTrace(Logger, Level) - Method in class de.uka.ipd.sdq.workflow.mdsd.emf.qvto.QVTOResult
Dump the stack trace of the QVTO Engine.

M

MDSDBlackboard - Class in de.uka.ipd.sdq.workflow.mdsd.blackboard
A blackboard implementation whose partitions use ResourceSet to store EMF Model Resources.
MDSDBlackboard() - Constructor for class de.uka.ipd.sdq.workflow.mdsd.blackboard.MDSDBlackboard
 
MessageConsoleStreamListener - Class in de.uka.ipd.sdq.workflow.workbench
This listener prints a stream it listens to into a given MessageConsole.
MessageConsoleStreamListener(MessageConsole) - Constructor for class de.uka.ipd.sdq.workflow.workbench.MessageConsoleStreamListener
Instantiates a new message console stream listener.
mode - Variable in class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowConfigurationBuilder
The launch mode.
modelExists(ModelLocation) - Method in class de.uka.ipd.sdq.workflow.mdsd.blackboard.MDSDBlackboard
Model exists.
ModelLocation - Class in de.uka.ipd.sdq.workflow.mdsd.blackboard
Immutable class used to uniquely identify a model (aka a resource) on an MDSD blackboard.
ModelLocation(String, URI) - Constructor for class de.uka.ipd.sdq.workflow.mdsd.blackboard.ModelLocation
Constructor.
ModelValidationJob - Class in de.uka.ipd.sdq.workflow.mdsd.validation
The Class ModelValidationJob.
ModelValidationJob(SeverityEnum) - Constructor for class de.uka.ipd.sdq.workflow.mdsd.validation.ModelValidationJob
Instantiates a new model validation job.
MWE2BlackboardWorkflowComponentBridge<T extends IWorkflowComponent> - Class in de.uka.ipd.sdq.workflow.mdsd.xtext
An MDSDBlackboard enabled version of the MWE2WorkflowComponentBridge.
MWE2BlackboardWorkflowComponentBridge(T, IWorkflowContext, String) - Constructor for class de.uka.ipd.sdq.workflow.mdsd.xtext.MWE2BlackboardWorkflowComponentBridge
Instantiates a new mW e2 blackboard workflow component bridge.
mwe2Job - Variable in class de.uka.ipd.sdq.workflow.mdsd.xtext.MWE2WorkflowComponentBridge
The mwe2 job.
MWE2SequentialJob - Class in de.uka.ipd.sdq.workflow.mdsd.xtext
SequentialJob for MWE2 WorkflowComponents.
MWE2SequentialJob() - Constructor for class de.uka.ipd.sdq.workflow.mdsd.xtext.MWE2SequentialJob
Default model workflow job constructor.
MWE2SequentialJob(boolean) - Constructor for class de.uka.ipd.sdq.workflow.mdsd.xtext.MWE2SequentialJob
Instantiates a new model workflow job, specifying the clean up strategy.
MWE2SequentialJob(String) - Constructor for class de.uka.ipd.sdq.workflow.mdsd.xtext.MWE2SequentialJob
Instantiates a new model workflow job with a specific name.
MWE2SequentialJob(String, boolean) - Constructor for class de.uka.ipd.sdq.workflow.mdsd.xtext.MWE2SequentialJob
Instantiates a new model workflow job with a specific name and specifying the clean up strategy.
MWE2WorkflowComponentBridge<T extends IWorkflowComponent> - Class in de.uka.ipd.sdq.workflow.mdsd.xtext
A bridge allowing the simple execution of MWE2 IWorkflowComponents used in XText projects.
MWE2WorkflowComponentBridge(T, IWorkflowContext, String) - Constructor for class de.uka.ipd.sdq.workflow.mdsd.xtext.MWE2WorkflowComponentBridge
Constructor of the oAW bridge.
myBlackboard - Variable in class de.uka.ipd.sdq.workflow.jobs.AbstractBlackboardInteractingJob
The my blackboard.
myBlackboard - Variable in class de.uka.ipd.sdq.workflow.jobs.DynamicSequentialBlackboardInteractingJob
The my blackboard.
myBlackboard - Variable in class de.uka.ipd.sdq.workflow.jobs.ParallelBlackboardInteractingJob
The blackboard.
myBlackboard - Variable in class de.uka.ipd.sdq.workflow.jobs.SequentialBlackboardInteractingJob
The my blackboard.
myExecutedJobs - Variable in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
The my executed jobs.
myJobs - Variable in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
The my jobs.
myShouldThrowException - Variable in class de.uka.ipd.sdq.workflow.WorkflowExceptionHandler
The my should throw exception.

N

notifyConfigurationValid() - Method in class de.uka.ipd.sdq.workflow.workbench.AbstractWorkflowStatusListener
 
notifyConfigurationValid() - Method in interface de.uka.ipd.sdq.workflow.workbench.WorkflowStatusListener
Trigger the listener when the workflow configuration has been successfully validated.
notifyCreated() - Method in class de.uka.ipd.sdq.workflow.workbench.AbstractWorkflowStatusListener
 
notifyCreated() - Method in interface de.uka.ipd.sdq.workflow.workbench.WorkflowStatusListener
Trigger the listener when the workflow has been created incl.
notifyFinished() - Method in class de.uka.ipd.sdq.workflow.workbench.AbstractWorkflowStatusListener
 
notifyFinished() - Method in interface de.uka.ipd.sdq.workflow.workbench.WorkflowStatusListener
Trigger the listener when the workflow is finished.
notifyListeners(String) - Method in class de.uka.ipd.sdq.workflow.logging.console.AppenderBasedStreamMonitor
Helper method which informs all listeners of the newly recorded text.

O

oawJob - Variable in class de.uka.ipd.sdq.workflow.mdsd.oaw.AbstractOAWWorkflowJobBridge
The oaw job.
offer(IJob) - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Offer.
offerFirst(IJob) - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Offer first.
offerLast(IJob) - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Offer last.
openFileDialog(Text, String[]) - Method in class de.uka.ipd.sdq.workflow.launchconfig.tabs.DefaultFileSelectionAdapter
 
openFileDialog(Text, String[]) - Method in class de.uka.ipd.sdq.workflow.launchconfig.tabs.LocalFileSystemButtonSelectionAdapter
 
openFileDialog(Text, String[]) - Method in class de.uka.ipd.sdq.workflow.launchconfig.tabs.WorkspaceButtonSelectionListener
 
openFileDialog(Text, String[], boolean) - Method in class de.uka.ipd.sdq.workflow.launchconfig.tabs.DefaultFileSelectionAdapter
 
openFileDialog(Text, String[], boolean) - Method in class de.uka.ipd.sdq.workflow.launchconfig.tabs.LocalFileSystemButtonSelectionAdapter
 
openFileDialog(Text, String[], boolean) - Method in class de.uka.ipd.sdq.workflow.launchconfig.tabs.WorkspaceButtonSelectionListener
 
openFolderDialog(Text) - Method in class de.uka.ipd.sdq.workflow.launchconfig.tabs.DefaultFileSelectionAdapter
 
openFolderDialog(Text) - Method in class de.uka.ipd.sdq.workflow.launchconfig.tabs.LocalFileSystemButtonSelectionAdapter
 
openFolderDialog(Text) - Method in class de.uka.ipd.sdq.workflow.launchconfig.tabs.WorkspaceButtonSelectionListener
 

P

ParallelBlackboardInteractingJob<BlackboardType extends Blackboard<?>> - Class in de.uka.ipd.sdq.workflow.jobs
Parallel composite job which is capable to provide child jobs access to a blackboard instance during instantiation.
ParallelBlackboardInteractingJob() - Constructor for class de.uka.ipd.sdq.workflow.jobs.ParallelBlackboardInteractingJob
Initialize a parallel job interacting with a blackboard and containing a number of child jobs with a thread pool size equal to the number of CPU cores.
ParallelBlackboardInteractingJob(int) - Constructor for class de.uka.ipd.sdq.workflow.jobs.ParallelBlackboardInteractingJob
Initialize a parallel job with the given thread pool size to be used for job execution.
ParallelJob - Class in de.uka.ipd.sdq.workflow.jobs
Runs a set of jobs in parallel.
ParallelJob() - Constructor for class de.uka.ipd.sdq.workflow.jobs.ParallelJob
Initialise a parallel job containing a number of child jobs with a thread pool size equal to the number of CPU cores.
ParallelJob(int) - Constructor for class de.uka.ipd.sdq.workflow.jobs.ParallelJob
Initialise a parallel job with the given thread pool size to be used for job execution.
peek() - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Peek.
peekFirst() - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Peek first.
peekLast() - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Peek last.
performApply(ILaunchConfigurationWorkingCopy) - Method in class de.uka.ipd.sdq.workflow.launchconfig.multiple.LaunchMultipleTab
Handle the apply action.
performApply(ILaunchConfigurationWorkingCopy) - Method in class de.uka.ipd.sdq.workflow.launchconfig.tabs.DebugEnabledCommonTab
 
PerformOAWCheckValidation - Class in de.uka.ipd.sdq.workflow.mdsd.oaw
Execute a model validation check using a given oAW check file.
PerformOAWCheckValidation(String, String, EPackage[]) - Constructor for class de.uka.ipd.sdq.workflow.mdsd.oaw.PerformOAWCheckValidation
Create a new oAW check job.
PLUGIN_ID - Static variable in class de.uka.ipd.sdq.workflow.launchconfig.LaunchConfigPlugin
The Constant PLUGIN_ID.
PLUGIN_ID - Static variable in class de.uka.ipd.sdq.workflow.mdsd.Activator
The Constant PLUGIN_ID.
PLUGIN_ID - Static variable in class de.uka.ipd.sdq.workflow.WorkflowPlugin
The Constant PLUGIN_ID.
poll() - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Poll.
pollFirst() - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Poll first.
pollLast() - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Poll last.
pop() - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Pop.
postExecute() - Method in interface de.uka.ipd.sdq.workflow.mdsd.xtext.IPrePostJob
Executed after execute().
postExecute() - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.MWE2WorkflowComponentBridge
 
preExecute() - Method in interface de.uka.ipd.sdq.workflow.mdsd.xtext.IPrePostJob
Executed prior execute().
preExecute() - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.MWE2BlackboardWorkflowComponentBridge
 
preExecute() - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.MWE2WorkflowComponentBridge
 
PrepareXTextPartitionJob - Class in de.uka.ipd.sdq.workflow.mdsd.xtext.generator
The PrepareXTextPartitionJob loads selected models from the modelLocation into the blackboard.
PrepareXTextPartitionJob(ModelLocation) - Constructor for class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.PrepareXTextPartitionJob
Instantiates a new prepare x text partition job.
properties - Variable in class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowConfigurationBuilder
Mapped properties / attributes.
push(IJob) - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Push.

Q

QVTOExecutor - Class in de.uka.ipd.sdq.workflow.mdsd.emf.qvto.internal
The Class QVTOExecutor.
QVTOExecutor() - Constructor for class de.uka.ipd.sdq.workflow.mdsd.emf.qvto.internal.QVTOExecutor
 
QVTOLogger - Class in de.uka.ipd.sdq.workflow.mdsd.emf.qvto.internal
The Class QVTOLogger.
QVTOLogger() - Constructor for class de.uka.ipd.sdq.workflow.mdsd.emf.qvto.internal.QVTOLogger
 
QVTOResult - Class in de.uka.ipd.sdq.workflow.mdsd.emf.qvto
The Class QVTOResult.
QVTOResult(ExecutionDiagnostic) - Constructor for class de.uka.ipd.sdq.workflow.mdsd.emf.qvto.QVTOResult
Instantiates a new qVTO result.
QVTOResult(ExecutionDiagnostic, Trace) - Constructor for class de.uka.ipd.sdq.workflow.mdsd.emf.qvto.QVTOResult
Instantiates a new qVTO result.
QVTOTransformationJob - Class in de.uka.ipd.sdq.workflow.mdsd.emf.qvto
A job that performs a QVT Operational transformation.
QVTOTransformationJob(QVTOTransformationJobConfiguration) - Constructor for class de.uka.ipd.sdq.workflow.mdsd.emf.qvto.QVTOTransformationJob
Instantiates a new qVTO transformation job.
QVTOTransformationJobConfiguration - Class in de.uka.ipd.sdq.workflow.mdsd.emf.qvto
Configuration class of the QVTOTransformationJob.
QVTOTransformationJobConfiguration() - Constructor for class de.uka.ipd.sdq.workflow.mdsd.emf.qvto.QVTOTransformationJobConfiguration
 

R

register(WorkflowStatusListener) - Method in class de.uka.ipd.sdq.workflow.workbench.AbstractWorkbenchDelegate
Register a workflow status listener to the delegate.
remove() - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Removes the.
remove(int) - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Removes the.
remove(Object) - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Removes the.
removeAll(Collection<?>) - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Removes the all.
removeAppender(StreamsProxyAppender) - Method in class de.uka.ipd.sdq.workflow.logging.console.AppenderBasedStreamMonitor
Removes the appender.
removeAppender(StreamsProxyAppender) - Method in class de.uka.ipd.sdq.workflow.logging.console.Log4JBasedStreamsProxy
Removes the appender.
removeAppenderListener(IAppenderListener) - Method in class de.uka.ipd.sdq.workflow.logging.console.StreamsProxyAppender
Remove the given listener.
removeFirst() - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Removes the first.
removeFirstOccurrence(Object) - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Removes the first occurrence.
removeLast() - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Removes the last.
removeLastOccurrence(Object) - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Removes the last occurrence.
removeListener(IStreamListener) - Method in class de.uka.ipd.sdq.workflow.logging.console.AppenderBasedStreamMonitor
 
removePartition(String) - Method in class de.uka.ipd.sdq.workflow.blackboard.Blackboard
 
removePartition(String) - Method in interface de.uka.ipd.sdq.workflow.blackboard.IBlackboard
Remove a named partition from the blackboard.
requiresLayout() - Method in class de.uka.ipd.sdq.workflow.logging.console.StreamsProxyAppender
 
resolveAllProxies() - Method in class de.uka.ipd.sdq.workflow.mdsd.blackboard.ResourceSetPartition
Resolve all model proxies, i.e., load all dependent models.
ResourceSetPartition - Class in de.uka.ipd.sdq.workflow.mdsd.blackboard
Implementation of a blackboard partition based on EMF Resource Sets.
ResourceSetPartition() - Constructor for class de.uka.ipd.sdq.workflow.mdsd.blackboard.ResourceSetPartition
 
retainAll(Collection<?>) - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Retain all.
rs - Variable in class de.uka.ipd.sdq.workflow.mdsd.blackboard.ResourceSetPartition
Common EMF resource set for all models in this partition.
run() - Method in class de.uka.ipd.sdq.workflow.Workflow
Run.
run(IAction) - Method in class de.uka.ipd.sdq.workflow.workbench.AbstractWorkbenchDelegate
 

S

SavePartitionToDiskJob - Class in de.uka.ipd.sdq.workflow.mdsd.blackboard
The Class SavePartitionToDiskJob.
SavePartitionToDiskJob(String) - Constructor for class de.uka.ipd.sdq.workflow.mdsd.blackboard.SavePartitionToDiskJob
Instantiates a new save partition to disk job.
SavePartitionToDiskJob(String, Map<String, Object>) - Constructor for class de.uka.ipd.sdq.workflow.mdsd.blackboard.SavePartitionToDiskJob
Instantiates a new save partition to disk job.
select(Viewer, Object, Object) - Method in class de.uka.ipd.sdq.workflow.launchconfig.tabs.FilePatternFilter
 
SELECTED_LAUNCHES - Static variable in class de.uka.ipd.sdq.workflow.launchconfig.multiple.LaunchMultipleTab
Identifier for the selected launches attribute.
SequentialBlackboardInteractingJob<BlackboardType extends Blackboard<?>> - Class in de.uka.ipd.sdq.workflow.jobs
A sequential workflow which may contain jobs which need access to a common blackboard for information exchange.
SequentialBlackboardInteractingJob() - Constructor for class de.uka.ipd.sdq.workflow.jobs.SequentialBlackboardInteractingJob
Instantiates a new order preserving blackboard composite job.
SequentialBlackboardInteractingJob(boolean) - Constructor for class de.uka.ipd.sdq.workflow.jobs.SequentialBlackboardInteractingJob
Instantiates a new order preserving blackboard composite job.
SequentialBlackboardInteractingJob(String) - Constructor for class de.uka.ipd.sdq.workflow.jobs.SequentialBlackboardInteractingJob
Instantiates a new sequential blackboard job with a specific name.
SequentialBlackboardInteractingJob(String, boolean) - Constructor for class de.uka.ipd.sdq.workflow.jobs.SequentialBlackboardInteractingJob
Instantiates a new sequential blackboard job with a specific name and specifying the clean up strategy.
SequentialJob - Class in de.uka.ipd.sdq.workflow.jobs
Implementation of a composite job that guarantees the execution of it's jobs in the order they were added.
SequentialJob() - Constructor for class de.uka.ipd.sdq.workflow.jobs.SequentialJob
Instantiates a new order preserving composite job.
SequentialJob(boolean) - Constructor for class de.uka.ipd.sdq.workflow.jobs.SequentialJob
Instantiates a new sequential job.
SequentialJob(String) - Constructor for class de.uka.ipd.sdq.workflow.jobs.SequentialJob
Instantiates a new order preserving composite job with a specific name.
SequentialJob(String, boolean) - Constructor for class de.uka.ipd.sdq.workflow.jobs.SequentialJob
Instantiates a new model workflow job with a specific name and specifying the clean up strategy.
set(int, IJob) - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Sets the.
setAttribute(String, String) - Method in class de.uka.ipd.sdq.workflow.ui.WorkflowProcess
 
setBeautifyCode(boolean) - Method in class de.uka.ipd.sdq.workflow.mdsd.oaw.XpandGeneratorJob
Sets the beautify code.
setBlackboard(BlackboardType) - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractBlackboardInteractingJob
Sets the blackboard of this job to the given blackboard.
setBlackboard(BlackboardType) - Method in class de.uka.ipd.sdq.workflow.jobs.BlackboardAwareJobProxy
 
setBlackboard(BlackboardType) - Method in class de.uka.ipd.sdq.workflow.jobs.DynamicSequentialBlackboardInteractingJob
 
setBlackboard(BlackboardType) - Method in interface de.uka.ipd.sdq.workflow.jobs.IBlackboardInteractingJob
Sets the blackboard of this job to the given blackboard.
setBlackboard(BlackboardType) - Method in class de.uka.ipd.sdq.workflow.jobs.ParallelBlackboardInteractingJob
Sets the blackboard of this job to the given blackboard.
setBlackboard(BlackboardType) - Method in class de.uka.ipd.sdq.workflow.jobs.SequentialBlackboardInteractingJob
 
setBlackboard(BlackboardType) - Method in interface de.uka.ipd.sdq.workflow.mdsd.xtext.IBlackboardInteractingWorkflowComponent
Sets the blackboard of this job to the given blackboard.
setBlackboard(MDSDBlackboard) - Method in class de.uka.ipd.sdq.workflow.mdsd.blackboard.SavePartitionToDiskJob
 
setBlackboard(MDSDBlackboard) - Method in class de.uka.ipd.sdq.workflow.mdsd.emf.CheckEMFConstraintsJob
 
setBlackboard(MDSDBlackboard) - Method in class de.uka.ipd.sdq.workflow.mdsd.emf.qvto.QVTOTransformationJob
 
setBlackboard(MDSDBlackboard) - Method in class de.uka.ipd.sdq.workflow.mdsd.oaw.PerformOAWCheckValidation
 
setBlackboard(MDSDBlackboard) - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.BlackboardReader
 
setBlackboard(MDSDBlackboard) - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.PrepareXTextPartitionJob
 
setBlackboard(MDSDBlackboard) - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.XTextGeneratorBlackboardJob
 
setBlackboard(MDSDBlackboard) - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.MWE2BlackboardWorkflowComponentBridge
 
setBlackboardModelLocation(ModelLocation) - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.XTextGeneratorConfiguration
Sets the blackboard model location.
setCanceled(boolean) - Method in class de.uka.ipd.sdq.workflow.ExecutionTimeLoggingProgressMonitor
Sets the canceled.
setCheckProtectedRegions(boolean) - Method in class de.uka.ipd.sdq.workflow.mdsd.oaw.XpandGeneratorJob
Sets the check protected regions.
setContents(ModelLocation, List<EObject>) - Method in class de.uka.ipd.sdq.workflow.mdsd.blackboard.MDSDBlackboard
Sets the contents.
setContents(URI, List<EObject>) - Method in class de.uka.ipd.sdq.workflow.mdsd.blackboard.ResourceSetPartition
Replaces the contents of the given model with newContents.
setContents(URI, EObject) - Method in class de.uka.ipd.sdq.workflow.mdsd.blackboard.ResourceSetPartition
Replaces the contents of the given model with newContents.
setDebug(boolean) - Method in class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowBasedRunConfiguration
Set the isDebug property.
setDefaults() - Method in class de.uka.ipd.sdq.workflow.configuration.AbstractComposedJobConfiguration
 
setDefaults() - Method in class de.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
 
setDefaults() - Method in interface de.uka.ipd.sdq.workflow.configuration.IJobConfiguration
Sets usefull default values for the configuration object.
setDefaults(ILaunchConfigurationWorkingCopy) - Method in class de.uka.ipd.sdq.workflow.launchconfig.multiple.LaunchMultipleTab
Set the default values in the configuration view.
setDefaults(ILaunchConfigurationWorkingCopy) - Method in class de.uka.ipd.sdq.workflow.launchconfig.tabs.DebugEnabledCommonTab
 
setExtensionConfigurationBuilder(AbstractWorkflowExtensionConfigurationBuilder) - Method in class de.uka.ipd.sdq.workflow.extension.WorkflowExtension
Sets the extension configuration builder.
setFileEncoding(String) - Method in class de.uka.ipd.sdq.workflow.mdsd.oaw.XpandGeneratorJob
Sets the file encoding.
setInoutModels(ModelLocation[]) - Method in class de.uka.ipd.sdq.workflow.mdsd.emf.qvto.QVTOTransformationJobConfiguration
Set the location of the models used as parameters for the QVTO transformation.
setInteractive(boolean) - Method in class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowBasedRunConfiguration
Return whether the workflow runs in interactive mode, i.e., whether user interaction is possible.
setJobConfiguration(AbstractExtensionJobConfiguration) - Method in class de.uka.ipd.sdq.workflow.extension.AbstractWorkflowExtensionJob
Set the configuration of this job.
setJobResult(List<SeverityAndIssue>) - Method in class de.uka.ipd.sdq.workflow.mdsd.validation.ModelValidationJob
Sets the job result.
setLaunchConfigurationTab(AbstractLaunchConfigurationTab) - Method in class de.uka.ipd.sdq.workflow.launchconfig.extension.WorkflowConfigurationTabExtension
Sets the launch configuration tab.
setModelFilePath(String) - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.XTextGeneratorConfiguration
Set the file path to the model directory.
setName(String) - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Sets the name.
setOptions(Map<String, Object>) - Method in class de.uka.ipd.sdq.workflow.mdsd.emf.qvto.QVTOTransformationJobConfiguration
Sets the options.
setPatterns(String[]) - Method in class de.uka.ipd.sdq.workflow.launchconfig.tabs.FilePatternFilter
 
setPriority(int) - Method in class de.uka.ipd.sdq.workflow.extension.WorkflowExtension
Sets the priority.
setPriority(int) - Method in class de.uka.ipd.sdq.workflow.launchconfig.extension.WorkflowConfigurationTabExtension
Sets the priority.
setProgressMonitor(IProgressMonitor) - Method in class de.uka.ipd.sdq.workflow.workbench.AbstractWorkbenchDelegate
Set another progress monitor the workflow should report to than the default null progress one.
setScriptFileURI(URI) - Method in class de.uka.ipd.sdq.workflow.mdsd.emf.qvto.QVTOTransformationJobConfiguration
Sets the script file uri.
setSourceSlot(String) - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.XTextGeneratorConfiguration
Set the slot that is used for loading the model.
setTargetDir(String) - Method in class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.XTextGeneratorConfiguration
Set the target directory for the generator.
setTaskName(String) - Method in class de.uka.ipd.sdq.workflow.ExecutionTimeLoggingProgressMonitor
Sets the task name.
setTraceLocation(ModelLocation) - Method in class de.uka.ipd.sdq.workflow.mdsd.emf.qvto.QVTOTransformationJobConfiguration
Sets the trace model location.
setupContext(WorkflowContext) - Method in class de.uka.ipd.sdq.workflow.mdsd.oaw.AbstractOAWWorkflowJobBridge
Creates the oAW job's WorkflowContext.
setupLogger(String, Level, String) - Method in class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowBasedLaunchConfigurationDelegate
Configure the named LOGGER to log on the given log level with the given PatternLayout.
setupLogger(String, Level, String) - Method in class de.uka.ipd.sdq.workflow.workbench.AbstractWorkbenchDelegate
Configure the named LOGGER to log on the given log level with the given PatternLayout.
setupLogging(Level) - Method in class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowBasedLaunchConfigurationDelegate
Setup LOGGER for the workflow run.
setupLogging(Level) - Method in class de.uka.ipd.sdq.workflow.mdsd.AbstractWorkflowBasedMDSDLaunchConfigurationDelegate
 
setupLogging(Level) - Method in class de.uka.ipd.sdq.workflow.workbench.AbstractWorkbenchDelegate
Setup LOGGER for the workflow run.
setupOAWJob(Generator) - Method in class de.uka.ipd.sdq.workflow.mdsd.oaw.XpandGeneratorJob
 
setupOAWJob(T) - Method in class de.uka.ipd.sdq.workflow.mdsd.oaw.AbstractOAWWorkflowJobBridge
Template method in which hiers can add logic to configure their specific oAW jobs.
setWorkflowExtensionJob(AbstractWorkflowExtensionJob<BlackboardType>) - Method in class de.uka.ipd.sdq.workflow.extension.WorkflowExtension
Sets the workflow extension job.
SHORT_LOG_PATTERN - Static variable in class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowBasedLaunchConfigurationDelegate
Log Pattern used for run mode.
SHORT_LOG_PATTERN - Static variable in class de.uka.ipd.sdq.workflow.workbench.AbstractWorkbenchDelegate
Log Pattern used for run mode.
ShowValidationErrorsJob - Class in de.uka.ipd.sdq.workflow.mdsd.validation
The Class ShowValidationErrorsJob.
ShowValidationErrorsJob(AbstractWorkflowBasedRunConfiguration, ModelValidationJob...) - Constructor for class de.uka.ipd.sdq.workflow.mdsd.validation.ShowValidationErrorsJob
Instantiates a new show validation errors job.
size() - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Size.
start(BundleContext) - Method in class de.uka.ipd.sdq.workflow.launchconfig.LaunchConfigPlugin
 
start(BundleContext) - Method in class de.uka.ipd.sdq.workflow.mdsd.Activator
 
start(BundleContext) - Method in class de.uka.ipd.sdq.workflow.WorkflowPlugin
 
stop(BundleContext) - Method in class de.uka.ipd.sdq.workflow.launchconfig.LaunchConfigPlugin
 
stop(BundleContext) - Method in class de.uka.ipd.sdq.workflow.mdsd.Activator
 
stop(BundleContext) - Method in class de.uka.ipd.sdq.workflow.WorkflowPlugin
 
storeAllResources() - Method in class de.uka.ipd.sdq.workflow.mdsd.blackboard.ResourceSetPartition
Stores all resources in the resource set.
storeAllResources(Map<String, Object>) - Method in class de.uka.ipd.sdq.workflow.mdsd.blackboard.ResourceSetPartition
Stores all resources in the resource set.
streamAppended(String, IStreamMonitor) - Method in class de.uka.ipd.sdq.workflow.workbench.MessageConsoleStreamListener
 
StreamsProxyAppender - Class in de.uka.ipd.sdq.workflow.logging.console
An implementation of a Log4J appender which generates events and forwards them to registered listeners instead of taking the storing of the log messages themselves.
StreamsProxyAppender() - Constructor for class de.uka.ipd.sdq.workflow.logging.console.StreamsProxyAppender
Constructor.
subList(int, int) - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
Sub list.
subTask(String) - Method in class de.uka.ipd.sdq.workflow.ExecutionTimeLoggingProgressMonitor
Sub task.
supplyJob() - Method in class de.uka.ipd.sdq.workflow.jobs.BlackboardAwareJobProxy
 
supplyJob() - Method in class de.uka.ipd.sdq.workflow.jobs.JobProxy
 

T

TabHelper - Class in de.uka.ipd.sdq.workflow.launchconfig.tabs
Provides methods helpful when working with ILaunchConfiguration,.
TabHelper() - Constructor for class de.uka.ipd.sdq.workflow.launchconfig.tabs.TabHelper
 
terminate() - Method in class de.uka.ipd.sdq.workflow.ui.WorkflowProcess
 
textAddedEvent(String, Level) - Method in class de.uka.ipd.sdq.workflow.logging.console.AppenderBasedStreamMonitor
 
textAddedEvent(String, Level) - Method in interface de.uka.ipd.sdq.workflow.logging.console.IAppenderListener
Event handler method which is called by an appender whenever a new log message arrives.
toArray() - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
To array.
toArray(T[]) - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
To array.
toString() - Method in class de.uka.ipd.sdq.workflow.configuration.AbstractComposedJobConfiguration
 
toString() - Method in class de.uka.ipd.sdq.workflow.jobs.AbstractCompositeJob
To string.
TransformationExecutor - Class in de.uka.ipd.sdq.workflow.mdsd.emf.qvto.internal
The Class TransformationExecutor.
TransformationExecutor(URI) - Constructor for class de.uka.ipd.sdq.workflow.mdsd.emf.qvto.internal.TransformationExecutor
Instantiates a new transformation executor.

U

UIBasedWorkflow<T extends Blackboard<?>> - Class in de.uka.ipd.sdq.workflow.ui
A workflow which is able to interact with the Eclipse GUI, i.e., for message logging or error dialogs.
UIBasedWorkflow(IJob, IProgressMonitor, WorkflowExceptionHandler, T) - Constructor for class de.uka.ipd.sdq.workflow.ui.UIBasedWorkflow
Instantiates a new uI based workflow.
UIBasedWorkflowExceptionHandler - Class in de.uka.ipd.sdq.workflow.ui
Workflow exception handler which is able to interact with the Eclipse UI.
UIBasedWorkflowExceptionHandler(boolean) - Constructor for class de.uka.ipd.sdq.workflow.ui.UIBasedWorkflowExceptionHandler
An Eclipse UI based workflow exception handler which interacts with the Eclipse UI in case of failures.
UserCanceledException - Exception in de.uka.ipd.sdq.workflow.jobs
The Class UserCanceledException.
UserCanceledException() - Constructor for exception de.uka.ipd.sdq.workflow.jobs.UserCanceledException
Instantiates a new user canceled exception.
UserCanceledException(String) - Constructor for exception de.uka.ipd.sdq.workflow.jobs.UserCanceledException
Instantiates a new user canceled exception.
UserCanceledException(String, Throwable) - Constructor for exception de.uka.ipd.sdq.workflow.jobs.UserCanceledException
Instantiates a new user canceled exception.
useSeparateConsoleForEachJobRun() - Method in class de.uka.ipd.sdq.workflow.workbench.AbstractWorkbenchDelegate
Use separate console for each job run.

V

validateAndFreeze() - Method in class de.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
The last method to call by any builder or code creating an configuration for the workflow engine.
validateFilenameExtension(String, String[]) - Static method in class de.uka.ipd.sdq.workflow.launchconfig.tabs.TabHelper
Checks if a file name is not empty and has one of the given extensions.
valueOf(String) - Static method in enum class de.uka.ipd.sdq.workflow.logging.console.AppenderBasedStreamMonitor.ComparisonOperator
Returns the enum constant of this class with the specified name.
values() - Static method in enum class de.uka.ipd.sdq.workflow.logging.console.AppenderBasedStreamMonitor.ComparisonOperator
Returns an array containing the constants of this enum class, in the order they are declared.
VERBOSE_LOGGING - Static variable in class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowBasedLaunchConfigurationDelegate
Name of the entry in the configuration hashmap containing the log level.
VERBOSE_LOGGING - Static variable in class de.uka.ipd.sdq.workflow.workbench.AbstractWorkbenchDelegate
Name of the entry in the configuration hashmap containing the log level.

W

widgetSelected(SelectionEvent) - Method in class de.uka.ipd.sdq.workflow.launchconfig.tabs.LocalFileSystemButtonSelectionAdapter
 
worked(int) - Method in class de.uka.ipd.sdq.workflow.ExecutionTimeLoggingProgressMonitor
Worked.
Workflow - Class in de.uka.ipd.sdq.workflow
Implementation of a workflow.
Workflow(IJob) - Constructor for class de.uka.ipd.sdq.workflow.Workflow
Instantiates a new workflow.
Workflow(IJob, WorkflowExceptionHandler) - Constructor for class de.uka.ipd.sdq.workflow.Workflow
Instantiates a new workflow.
Workflow(IJob, IProgressMonitor, WorkflowExceptionHandler) - Constructor for class de.uka.ipd.sdq.workflow.Workflow
Instantiates a new workflow.
WORKFLOW_ENGINE_DEBUG_LEVEL - Static variable in class de.uka.ipd.sdq.workflow.launchconfig.tabs.DebugEnabledCommonTab
The Constant WORKFLOW_ENGINE_DEBUG_LEVEL.
WorkflowConfigurationTabExtension<BlackboardType extends Blackboard<?>> - Class in de.uka.ipd.sdq.workflow.launchconfig.extension
A data class composing the relevant elements that form an instance of the work flow configuration tab extension point.
WorkflowConfigurationTabExtension(String, String) - Constructor for class de.uka.ipd.sdq.workflow.launchconfig.extension.WorkflowConfigurationTabExtension
Instantiates a new workflow extension.
WorkflowConfigurationTabExtensionHelper - Class in de.uka.ipd.sdq.workflow.launchconfig.extension
Helper class to access installed work-flow extensions.
WorkflowConfigurationTabExtensionHelper() - Constructor for class de.uka.ipd.sdq.workflow.launchconfig.extension.WorkflowConfigurationTabExtensionHelper
 
WorkflowExceptionHandler - Class in de.uka.ipd.sdq.workflow
Implementation of a work flow exception handler.
WorkflowExceptionHandler(boolean) - Constructor for class de.uka.ipd.sdq.workflow.WorkflowExceptionHandler
Create a UI independent workflow exception handler.
WorkflowExtension<BlackboardType extends Blackboard<?>> - Class in de.uka.ipd.sdq.workflow.extension
A data class composing the relevant elements that form an instance of the work flow extension point.
WorkflowExtension(String, String) - Constructor for class de.uka.ipd.sdq.workflow.extension.WorkflowExtension
Instantiates a new workflow extension.
WorkflowFailedException - Exception in de.uka.ipd.sdq.workflow
The Class WorkflowFailedException.
WorkflowFailedException(String) - Constructor for exception de.uka.ipd.sdq.workflow.WorkflowFailedException
Instantiates a new workflow failed exception.
WorkflowFailedException(String, Exception) - Constructor for exception de.uka.ipd.sdq.workflow.WorkflowFailedException
Instantiates a new workflow failed exception.
workflowListener - Variable in class de.uka.ipd.sdq.workflow.workbench.AbstractWorkbenchDelegate
A list of listeners to inform about workflow status changes.
WorkflowPlugin - Class in de.uka.ipd.sdq.workflow
The activator class controls the plug-in life cycle.
WorkflowPlugin() - Constructor for class de.uka.ipd.sdq.workflow.WorkflowPlugin
Instantiates a new workflow plugin.
WorkflowProcess - Class in de.uka.ipd.sdq.workflow.ui
An implementation of an IProcess which is able to log to the provided process console, but otherwise unable to terminate, suspend, etc.
WorkflowProcess() - Constructor for class de.uka.ipd.sdq.workflow.ui.WorkflowProcess
Instantiates a new workflow process.
WorkflowProcess(ILaunch) - Constructor for class de.uka.ipd.sdq.workflow.ui.WorkflowProcess
Instantiates a new workflow process.
WorkflowStatusListener - Interface in de.uka.ipd.sdq.workflow.workbench
Listener to be informed about workflow status changes.
WorkspaceButtonSelectionListener - Class in de.uka.ipd.sdq.workflow.launchconfig.tabs
Listener for File selection dialogs.
WorkspaceButtonSelectionListener(Text, String[], String, Shell) - Constructor for class de.uka.ipd.sdq.workflow.launchconfig.tabs.WorkspaceButtonSelectionListener
Instantiates a new workspace button selection listener.
WorkspaceButtonSelectionListener(Text, String[], String, Shell, boolean) - Constructor for class de.uka.ipd.sdq.workflow.launchconfig.tabs.WorkspaceButtonSelectionListener
Instantiates a new workspace button selection listener.
WorkspaceButtonSelectionListener(Text, String[], String, Shell, boolean, boolean) - Constructor for class de.uka.ipd.sdq.workflow.launchconfig.tabs.WorkspaceButtonSelectionListener
Instantiates a new workspace button selection listener.
write(String) - Method in class de.uka.ipd.sdq.workflow.logging.console.Log4JBasedStreamsProxy
 

X

XpandGeneratorJob - Class in de.uka.ipd.sdq.workflow.mdsd.oaw
Job which creates, configures and runs an XPand generator.
XpandGeneratorJob(HashMap<String, Object>, EPackage[], Outlet[], String) - Constructor for class de.uka.ipd.sdq.workflow.mdsd.oaw.XpandGeneratorJob
Creates a new XPand generator job without global variables.
XpandGeneratorJob(HashMap<String, Object>, EPackage[], Outlet[], String, AbstractExpressionsUsingWorkflowComponent.GlobalVarDef[]) - Constructor for class de.uka.ipd.sdq.workflow.mdsd.oaw.XpandGeneratorJob
Creates a new XPand generator job.
XTextGeneratorBlackboardJob - Class in de.uka.ipd.sdq.workflow.mdsd.xtext.generator
The Class XTextGeneratorBlackboardCompositeJob.
XTextGeneratorBlackboardJob(XTextGeneratorConfiguration) - Constructor for class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.XTextGeneratorBlackboardJob
Instantiates a new x text generator blackboard composite job.
XTextGeneratorBlackboardJob(XTextGeneratorConfiguration, boolean) - Constructor for class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.XTextGeneratorBlackboardJob
Instantiates a new x text generator blackboard composite job.
XTextGeneratorBlackboardJob(XTextGeneratorConfiguration, String) - Constructor for class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.XTextGeneratorBlackboardJob
Instantiates a new x text generator blackboard composite job.
XTextGeneratorBlackboardJob(XTextGeneratorConfiguration, String, boolean) - Constructor for class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.XTextGeneratorBlackboardJob
Instantiates a new x text generator blackboard composite job.
XTextGeneratorConfiguration - Class in de.uka.ipd.sdq.workflow.mdsd.xtext.generator
A configuration for using the XText Generator.
XTextGeneratorConfiguration(Class<? extends IGenerator>, String, String, String) - Constructor for class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.XTextGeneratorConfiguration
Constructor.
XTextGeneratorJob - Class in de.uka.ipd.sdq.workflow.mdsd.xtext.generator
XTextGeneratorCompositeJob for using XText Generators in the WFE.
XTextGeneratorJob(XTextGeneratorConfiguration) - Constructor for class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.XTextGeneratorJob
Instantiates a new x text generator composite job.
XTextGeneratorJob(XTextGeneratorConfiguration, boolean) - Constructor for class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.XTextGeneratorJob
Instantiates a new x text generator composite job.
XTextGeneratorJob(XTextGeneratorConfiguration, String) - Constructor for class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.XTextGeneratorJob
Instantiates a new x text generator composite job.
XTextGeneratorJob(XTextGeneratorConfiguration, String, boolean) - Constructor for class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.XTextGeneratorJob
Instantiates a new x text generator composite job.
XTextGeneratorModule - Class in de.uka.ipd.sdq.workflow.mdsd.xtext.generator
The Class XTextGeneratorModule.
XTextGeneratorModule(Class<? extends IGenerator>, String, String) - Constructor for class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.XTextGeneratorModule
Instantiates a new x text generator module.
XTextGeneratorSetup - Class in de.uka.ipd.sdq.workflow.mdsd.xtext.generator
The Class XTextGeneratorSetup.
XTextGeneratorSetup(XTextGeneratorModule) - Constructor for class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.XTextGeneratorSetup
Instantiates a new x text generator setup.
XTextGeneratorSupport - Class in de.uka.ipd.sdq.workflow.mdsd.xtext.generator
The Class XTextGeneratorSupport.
XTextGeneratorSupport(XTextGeneratorModule) - Constructor for class de.uka.ipd.sdq.workflow.mdsd.xtext.generator.XTextGeneratorSupport
Instantiates a new x text generator support.
A B C D E F G H I J L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form