public class NodeUtils
extends java.lang.Object
Constructor and Description |
---|
NodeUtils() |
Modifier and Type | Method and Description |
---|---|
static Node |
getBottomLevelNode(Node node)
Gets the bottom level node ignoring control tasks
|
static Task |
getBottomLevelTask(Node node)
Gets the bottom level task ignoring control tasks
|
static Node |
getTopLevelNode(Node node)
Gets the top level node ignoring control tasks
|
static Task |
getTopLevelTask(Node node)
Gets the top level task ignoring control tasks
|
public static Node getTopLevelNode(Node node)
public static Task getTopLevelTask(Node node)
public static Node getBottomLevelNode(Node node)