public class Scheduler
extends java.lang.Object
Constructor and Description |
---|
Scheduler() |
Modifier and Type | Method and Description |
---|---|
static Group |
createGroup() |
static Fxn |
getRunningFxn()
Get which Fxn is currently running, or null if none.
|
static Group |
getRunningGroup()
Get which Group is currently running, or null if none.
|
static void |
schedule(Group group)
Schedule the group for execution.
|
public static Group createGroup()
public static Group getRunningGroup()
public static Fxn getRunningFxn()
public static void schedule(Group group)