Demonstration of configurable iteration
Created: 2011-07-12 14:40:22
Last updated: 2011-07-12 14:40:24
This workflow shows the use of the iteration strategy editor to ensure that only relevant combinations of inputs are used during an implicit iteration.
Preview
Run
Run this Workflow in the Taverna Workbench...
Workflow Components
Authors (1)
Titles (1)
Demonstration of configurable iteration |
Descriptions (1)
This workflow shows the use of the iteration strategy editor to ensure that only relevant combinations of inputs are used during an implicit iteration. |
Dependencies (0)
Processors (8)
Name |
Type |
Description |
Colours |
stringconstant |
Valuered ,green , |
Animals |
stringconstant |
Valuecat ,rabbit , |
Shapes |
stringconstant |
Valuesquare ,circular ,triangular , |
ColoursLisr |
localworker |
ScriptList split = new ArrayList();
if (!string.equals("")) {
String regexString = ",";
if (regex != void) {
regexString = regex;
}
String[] result = string.split(regexString);
for (int i = 0; i < result.length; i++) {
split.add(result[i]);
}
}
|
AnimalsList |
localworker |
ScriptList split = new ArrayList();
if (!string.equals("")) {
String regexString = ",";
if (regex != void) {
regexString = regex;
}
String[] result = string.split(regexString);
for (int i = 0; i < result.length; i++) {
split.add(result[i]);
}
}
|
ShapesList |
localworker |
ScriptList split = new ArrayList();
if (!string.equals("")) {
String regexString = ",";
if (regex != void) {
regexString = regex;
}
String[] result = string.split(regexString);
for (int i = 0; i < result.length; i++) {
split.add(result[i]);
}
}
|
Concatenate_two_strings |
localworker |
Scriptoutput = string1 + string2; |
ShapeAnimals |
localworker |
Scriptoutput = string1 + string2; |
Datalinks (8)
Source |
Sink |
Colours:value |
ColoursLisr:string |
Animals:value |
AnimalsList:string |
Shapes:value |
ShapesList:string |
ColoursLisr:split |
Concatenate_two_strings:string1 |
AnimalsList:split |
Concatenate_two_strings:string2 |
Concatenate_two_strings:output |
ShapeAnimals:string2 |
ShapesList:split |
ShapeAnimals:string1 |
ShapeAnimals:output |
Output |
Uploader
License
All versions of this Workflow are
licensed under:
Version 1
(of 1)
Credits (2)
(People/Groups)
Attributions (0)
(Workflows/Files)
None
Shared with Groups (1)
Featured In Packs (1)
Log in to add to one of your Packs
Attributed By (0)
(Workflows/Files)
None
Favourited By (0)
No one
Statistics
Other workflows that use similar services
(0)
There are no workflows in myExperiment that use similar services to this Workflow.
Comments (0)
No comments yet
Log in to make a comment