org.eclipse.gmt.modisco.workflow
Interface WorkflowController


Deprecated.

@Deprecated
public interface WorkflowController


Method Summary
 boolean hasPotentialRecursion(java.lang.String rootConfigName, ILaunchConfiguration launch)
          Deprecated. To check if the launch configuration identified by its name (rootConfigName) could be launched directly or indirectly from the current launch configuration (launch)
 java.lang.String validate(WorkflowModel workflowModel)
          Deprecated. To validate the model of workflow, like a recursion in sequence of launch
 

Method Detail

validate

java.lang.String validate(WorkflowModel workflowModel)
Deprecated. 
To validate the model of workflow, like a recursion in sequence of launch

Parameters:
workflowModel -
Returns:
null if valid, or a message to indicate the error

hasPotentialRecursion

boolean hasPotentialRecursion(java.lang.String rootConfigName,
                              ILaunchConfiguration launch)
Deprecated. 
To check if the launch configuration identified by its name (rootConfigName) could be launched directly or indirectly from the current launch configuration (launch)

Parameters:
rootConfigName -
launch -
Returns:
true if recursion occurs, false otherwise