public class Split extends JobSeries
.
| Constructor and Description |
|---|
Split(java.util.List<JobNode> parallelSequences) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<JobNode> |
getSeries()
For nodes representing a flow or a split, return the series of
elements to run in sequence/parallel.
|
JobNode |
getSeriesElement(int index)
For nodes representing a flow or a split, return a specific element in the
series of things that will run either sequentially or in parallel.
|
int |
getSeriesLength()
For nodes representing a flow or split, return how many are in the series of things
to run (so the number to run in sequence or the number to run in parallel).
|
java.lang.String |
stringify(boolean includePositionInfo) |
java.lang.String |
toString() |
isJobDescriptorformat, getEndPos, getStartPos, stringifypublic Split(java.util.List<JobNode> parallelSequences)
public java.lang.String stringify(boolean includePositionInfo)
public int getSeriesLength()
JobNodegetSeriesLength in class JobNodepublic JobNode getSeriesElement(int index)
JobNodegetSeriesElement in class JobNodeindex - the element of interestpublic java.util.List<JobNode> getSeries()
JobNodepublic java.lang.String toString()
toString in class java.lang.Object