| Constructor and Description |
|---|
Elements()
|
| Modifier and Type | Method and Description |
|---|---|
static List |
getElements(Iterable
Records the elements executed by
modules.
|
static List |
getElements(Module
Records the elements executed by
modules.
|
static List |
getElements(Stage
Records the elements executed by
modules.
|
static List |
getElements(Stage
Records the elements executed by
modules.
|
static Module |
getModule(Iterable
Returns the module composed of
elements.
|
public static List<Element > getElements(Module ... modules)
modules.
public static List<Element > getElements(Stage stage, Module ... modules)
modules.
public static List<Element > getElements(Iterable <? extends Module > modules)
modules.
public static List<Element > getElements(Stage stage, Iterable <? extends Module > modules)
modules.