| Package | Description |
|---|---|
| com.almasb.fxgl.ai.btree.branch |
| Modifier and Type | Field and Description |
|---|---|
Parallel.Policy |
Parallel.policy
Optional task attribute specifying the parallel policy (defaults to
Sequence) |
| Modifier and Type | Method and Description |
|---|---|
static Parallel.Policy |
Parallel.Policy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Parallel.Policy[] |
Parallel.Policy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Parallel(Parallel.Policy policy)
Creates a parallel task with the given policy and no children
|
Parallel(Parallel.Policy policy,
Array<Task<E>> tasks)
Creates a parallel task with the given policy and children
|
Parallel(Parallel.Policy policy,
Task<E>... tasks)
Creates a parallel task with the given policy and children
|
Copyright © 2018. All rights reserved.