All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| AbstractBlackboardInteractingJob<BlackboardType extends Blackboard<?>> |
Abstract job providing access to the blackboard of the generic type.
|
| AbstractComposedJobConfiguration |
Job configuration which is composed from several child job configurations.
|
| AbstractCompositeJob |
The Class AbstractCompositeJob.
|
| AbstractConfigBuilderBasedLaunchConfigurationDelegate<WorkflowConfigurationType extends AbstractWorkflowBasedRunConfiguration,WorkflowType extends Workflow> |
The Class AbstractConfigBuilderBasedLaunchConfigurationDelegate.
|
| AbstractConfigBuilderTab |
The Class AbstractConfigBuilderTab.
|
| AbstractExtendableJob<BlackboardType extends Blackboard<?>> |
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.
|
| AbstractExtendableJobConfiguration |
A configuration for extendible jobs which is able to carry the required launch information to
inject this into the extending job delegates.
|
| AbstractExtensionJobConfiguration |
An abstract job configuration which can be instantiated to provide custom configurations to a
work flow job extension.
|
| AbstractJob |
An abstract job providing basic infrastructure such as logging.
|
| AbstractJobConfiguration |
The Class AbstractJobConfiguration.
|
| AbstractMDSDWorkbenchDelegate<WorkflowConfigurationType extends AbstractJobConfiguration,WorkflowType extends Workflow> |
The Class AbstractMDSDWorkbenchDelegate.
|
| AbstractOAWWorkflowJobBridge<T extends org.eclipse.xtend.expression.AbstractExpressionsUsingWorkflowComponent> |
This class allows the use of jobs of the openArchitectureWare workflow engine as part of the SDQ
workflow engine.
|
| AbstractUIBasedConfigurationBuilder<ConfigurationType extends AbstractJobConfiguration> |
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.
|
| AbstractWorkbenchDelegate<WorkflowConfigurationType extends AbstractJobConfiguration,WorkflowType extends Workflow> |
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.
|
| AbstractWorkflowBasedLaunchConfigurationDelegate<WorkflowConfigurationType extends AbstractWorkflowBasedRunConfiguration,WorkflowType extends Workflow> |
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.
|
| AbstractWorkflowBasedMDSDLaunchConfigurationDelegate<WorkflowConfigurationType extends AbstractWorkflowBasedRunConfiguration> |
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.
|
| AbstractWorkflowBasedRunConfiguration |
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).
|
| AbstractWorkflowConfigurationBuilder |
|
| AbstractWorkflowExtensionConfigurationBuilder |
Provides an abstract class for which an implementation has to be provided by a workflow extension
job.
|
| AbstractWorkflowExtensionJob<BlackboardType extends Blackboard<?>> |
Abstract extension job.
|
| AbstractWorkflowStatusListener |
Default implementation of a workflow status listener.
|
| Activator |
The Class Activator.
|
| AppenderBasedStreamMonitor |
Base class of appender monitors.
|
| AppenderBasedStreamMonitor.ComparisonOperator |
The Enum ComparisonOperator.
|
| Blackboard<T> |
A blackboard is a storage space where workflow jobs can retrieve and store data from respectively
to.
|
| BlackboardAwareJobProxy<BlackboardType extends Blackboard<?>> |
This is a Blackboard aware Job Proxy.
|
| BlackboardBasedWorkflow<T extends Blackboard<?>> |
A workflow implementation which may contain jobs which need to access a blackboard.
|
| BlackboardReader |
The Class BlackboardReader.
|
| CheckEMFConstraintsJob |
A job which checks all model constraints implemented by EMF directly or generated using the EMF
OCL extension.
|
| CleanupFailedException |
Exception to be thrown if the cleanup method of a job terminates unrecoverable.
|
| DebugEnabledCommonTab |
The Class DebugEnabledCommonTab.
|
| DefaultFileSelectionAdapter |
Listener for File selection dialogs.
|
| DynamicSequentialBlackboardInteractingJob<BlackboardType extends Blackboard<?>> |
A sequential workflow which may contain jobs which need access to a common blackboard for
information exchange.
|
| DynamicSequentialJob |
Implementation of a composite job that guarantees the execution of it's jobs in the order they
were added, similar to SequentialJob.
|
| ExecutionTimeLoggingProgressMonitor |
The Class ExecutionTimeLoggingProgressMonitor.
|
| ExtendableJobConfiguration |
Interface of the configuration of an extendible job.
|
| ExtendableTabGroup |
The Class ExtendableTabGroup.
|
| ExtensionHelper |
Helper class to access installed work-flow extensions.
|
| FilePatternFilter |
Allows to select files based on their name.
|
| IAppenderListener |
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 of a blackboard as defined in POSA I.
|
| IBlackboardInteractingJob<BlackboardType extends Blackboard<?>> |
Interface of a job which needs access to a certain type of blackboard to retrieve or store data.
|
| IBlackboardInteractingWorkflowComponent<BlackboardType extends Blackboard<?>> |
The Interface IBlackboardInteractingWorkflowComponent.
|
| ICompositeJob |
Interface for composite jobs.
|
| IJob |
Interface for jobs to be added to a workflow (IWorkflow).
|
| IJobConfiguration |
Interface for Configuration Objects used to configure work flow jobs.
|
| ImageRegistryHelper |
Helper class to load and cache images from the plugin to present them in the UI.
|
| InvalidWorkflowJobConfigurationException |
The Class InvalidWorkflowJobConfiguration.
|
| IPrePostJob |
A job supporting pre and post execute routines.
|
| JobFailedException |
Exception to be thrown if the execute method of a job terminates unrecoverable.
|
| JobProxy |
This class allows to register a job, which will be resolved shortly before it is executed.
|
| LaunchConfigPlugin |
The activator class controls the plug-in life cycle.
|
| LaunchMultiple |
The Class LaunchMultiple.
|
| LaunchMultipleTab |
Launch configuration tab to choose from existing launch configurations.
|
| LaunchMultipleTabGroup |
The Class LaunchMultipleTabGroup.
|
| LocalFileSystemButtonSelectionAdapter |
Listener for File selection dialogs.
|
| Log4JBasedStreamsProxy |
This class is a IStreamsProxy implementation which uses Log4J appender as source of its output
and error streams.
|
| LoggerAppenderStruct |
The Class LoggerAppenderStruct.
|
| MDSDBlackboard |
A blackboard implementation whose partitions use ResourceSet to store EMF Model
Resources.
|
| MessageConsoleStreamListener |
This listener prints a stream it listens to into a given MessageConsole.
|
| ModelLocation |
Immutable class used to uniquely identify a model (aka a resource) on an MDSD blackboard.
|
| ModelValidationJob |
The Class ModelValidationJob.
|
| MWE2BlackboardWorkflowComponentBridge<T extends IWorkflowComponent> |
|
| MWE2SequentialJob |
SequentialJob for MWE2 WorkflowComponents.
|
| MWE2WorkflowComponentBridge<T extends IWorkflowComponent> |
A bridge allowing the simple execution of MWE2 IWorkflowComponents used in XText
projects.
|
| ParallelBlackboardInteractingJob<BlackboardType extends Blackboard<?>> |
Parallel composite job which is capable to provide child jobs access to a blackboard instance
during instantiation.
|
| ParallelJob |
Runs a set of jobs in parallel.
|
| PerformOAWCheckValidation |
Execute a model validation check using a given oAW check file.
|
| PrepareXTextPartitionJob |
The PrepareXTextPartitionJob loads selected models from the modelLocation into the blackboard.
|
| QVTOExecutor |
The Class QVTOExecutor.
|
| QVTOLogger |
The Class QVTOLogger.
|
| QVTOResult |
The Class QVTOResult.
|
| QVTOTransformationJob |
A job that performs a QVT Operational transformation.
|
| QVTOTransformationJobConfiguration |
|
| ResourceSetPartition |
Implementation of a blackboard partition based on EMF Resource Sets.
|
| SavePartitionToDiskJob |
The Class SavePartitionToDiskJob.
|
| SequentialBlackboardInteractingJob<BlackboardType extends Blackboard<?>> |
A sequential workflow which may contain jobs which need access to a common blackboard for
information exchange.
|
| SequentialJob |
Implementation of a composite job that guarantees the execution of it's jobs
in the order they were added.
|
| ShowValidationErrorsJob |
The Class ShowValidationErrorsJob.
|
| StreamsProxyAppender |
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.
|
| TabHelper |
Provides methods helpful when working with ILaunchConfiguration,.
|
| TransformationExecutor |
The Class TransformationExecutor.
|
| UIBasedWorkflow<T extends Blackboard<?>> |
A workflow which is able to interact with the Eclipse GUI, i.e., for message logging or error
dialogs.
|
| UIBasedWorkflowExceptionHandler |
Workflow exception handler which is able to interact with the Eclipse UI.
|
| UserCanceledException |
The Class UserCanceledException.
|
| Workflow |
Implementation of a workflow.
|
| WorkflowConfigurationTabExtension<BlackboardType extends Blackboard<?>> |
A data class composing the relevant elements that form an
instance of the work flow configuration tab extension
point.
|
| WorkflowConfigurationTabExtensionHelper |
Helper class to access installed work-flow extensions.
|
| WorkflowExceptionHandler |
Implementation of a work flow exception handler.
|
| WorkflowExtension<BlackboardType extends Blackboard<?>> |
A data class composing the relevant elements that form an instance of the work flow extension
point.
|
| WorkflowFailedException |
The Class WorkflowFailedException.
|
| WorkflowPlugin |
The activator class controls the plug-in life cycle.
|
| WorkflowProcess |
An implementation of an IProcess which is able to log to the provided process console, but
otherwise unable to terminate, suspend, etc.
|
| WorkflowStatusListener |
Listener to be informed about workflow status changes.
|
| WorkspaceButtonSelectionListener |
Listener for File selection dialogs.
|
| XpandGeneratorJob |
Job which creates, configures and runs an XPand generator.
|
| XTextGeneratorBlackboardJob |
The Class XTextGeneratorBlackboardCompositeJob.
|
| XTextGeneratorConfiguration |
A configuration for using the XText Generator.
|
| XTextGeneratorJob |
XTextGeneratorCompositeJob for using XText Generators in the WFE.
|
| XTextGeneratorModule |
The Class XTextGeneratorModule.
|
| XTextGeneratorSetup |
The Class XTextGeneratorSetup.
|
| XTextGeneratorSupport |
The Class XTextGeneratorSupport.
|