public class Task extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Task.TaskType |
Modifier and Type | Field and Description |
---|---|
static int |
MAX_TASK_SIZE |
static int |
MAX_VARNAME_SIZE |
Constructor and Description |
---|
Task() |
Task(String iterVar,
Task.TaskType type) |
Modifier and Type | Method and Description |
---|---|
void |
addIteration(IntObject indexVal) |
List<IntObject> |
getIterations() |
Task.TaskType |
getType() |
String |
getVarName() |
static Task |
parseCompactString(String stask) |
int |
size() |
String |
toCompactString() |
String |
toCompactString(int maxDigits) |
String |
toFormatedString() |
String |
toString() |
public static final int MAX_VARNAME_SIZE
public static final int MAX_TASK_SIZE
public Task()
public Task(String iterVar, Task.TaskType type)
public void addIteration(IntObject indexVal)
public Task.TaskType getType()
public String getVarName()
public int size()
public String toFormatedString()
public String toCompactString()
public String toCompactString(int maxDigits)
Copyright © 2020 The Apache Software Foundation. All rights reserved.