| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.workflow | |
| org.eclipse.gmt.modisco.workflow.modiscoworkflow | |
| org.eclipse.gmt.modisco.workflow.modiscoworkflow.util |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
WorkParameter |
ModiscoworkflowFactory.createWorkParameter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
T |
ModiscoworkflowSwitch.caseWorkParameter(WorkParameter object)
Deprecated.
|