public class Parallel extends Sequence
| Modifier and Type | Class and Description |
|---|---|
static class |
Parallel.ParallelRunnable |
| Constructor and Description |
|---|
Parallel() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Assign each transformation step to a Thread and run them
|
addStep, dispose, getStep, initializepublic void execute()
execute in interface ITransformationStepexecute in class Sequence