Uses of Interface
org.eclipse.gmt.modisco.workflow.modiscoworkflow.WorkParameter

Packages that use WorkParameter
org.eclipse.gmt.modisco.workflow   
org.eclipse.gmt.modisco.workflow.modiscoworkflow   
org.eclipse.gmt.modisco.workflow.modiscoworkflow.util   
 

Uses of WorkParameter in org.eclipse.gmt.modisco.workflow
 

Methods in org.eclipse.gmt.modisco.workflow that return WorkParameter
 WorkParameter AbstractDriverCore.createOneWorkParameter(java.lang.String name, Direction direction, java.lang.String description, java.lang.Boolean required, java.lang.Class<?> type)
          Deprecated. Allows to create one work parameter
 

Methods in org.eclipse.gmt.modisco.workflow that return types with arguments of type WorkParameter
abstract  java.util.List<WorkParameter> AbstractDriverCore.getParameters(ILaunchConfiguration configuration)
          Deprecated.  
 java.util.List<WorkParameter> Driver.getParameters(ILaunchConfiguration configuration)
          Deprecated. Allows to retrieve all descriptions of parameters
 

Uses of WorkParameter in org.eclipse.gmt.modisco.workflow.modiscoworkflow
 

Methods in org.eclipse.gmt.modisco.workflow.modiscoworkflow that return WorkParameter
 WorkParameter ModiscoworkflowFactory.createWorkParameter()
          Deprecated.  
 

Uses of WorkParameter in org.eclipse.gmt.modisco.workflow.modiscoworkflow.util
 

Methods in org.eclipse.gmt.modisco.workflow.modiscoworkflow.util with parameters of type WorkParameter
 T ModiscoworkflowSwitch.caseWorkParameter(WorkParameter object)
          Deprecated.