Class WorkflowConfigurationTabExtension<BlackboardType extends Blackboard<?>>

java.lang.Object
de.uka.ipd.sdq.workflow.launchconfig.extension.WorkflowConfigurationTabExtension<BlackboardType>
Type Parameters:
BlackboardType - the generic type

public class WorkflowConfigurationTabExtension<BlackboardType extends Blackboard<?>> extends Object
A data class composing the relevant elements that form an instance of the work flow configuration tab extension point.
  • Constructor Details

    • WorkflowConfigurationTabExtension

      public WorkflowConfigurationTabExtension(String id, String workflowId)
      Instantiates a new workflow extension.
      Parameters:
      id - the id
      workflowId - the workflow id
  • Method Details

    • getLaunchConfigurationTab

      public AbstractLaunchConfigurationTab getLaunchConfigurationTab()
      Gets the launch configuration tab.
      Returns:
      the launch configuration tab
    • setLaunchConfigurationTab

      public void setLaunchConfigurationTab(AbstractLaunchConfigurationTab launchConfigurationTab)
      Sets the launch configuration tab.
      Parameters:
      launchConfigurationTab - the new launch configuration tab
    • getPriority

      public int getPriority()
      Gets the priority.
      Returns:
      the priority
    • setPriority

      public void setPriority(int priority)
      Sets the priority.
      Parameters:
      priority - the new priority
    • getWorkflowId

      public String getWorkflowId()
      Gets the workflow id.
      Returns:
      the workflow id
    • getId

      public String getId()
      Gets the id.
      Returns:
      the id