public class TaskGraphOrganize
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DAX_ORGANIZE |
static int |
GRAPH_ORGANIZE |
static int |
TREE_ORGANIZE |
| Constructor and Description |
|---|
TaskGraphOrganize() |
| Modifier and Type | Method and Description |
|---|---|
static void |
organizeTaskGraph(int policy,
TaskGraph taskgraph) |
static void |
treeOrganize(TaskGraph taskgraph)
Organises the taskgraph (and its sub-taskgraphs) into a tree pattern.
|
public static final int TREE_ORGANIZE
public static final int GRAPH_ORGANIZE
public static final int DAX_ORGANIZE