| Package | Description |
|---|---|
| com.almasb.fxgl.ai.btree.branch | |
| com.almasb.fxgl.ai.btree.decorator | |
| com.almasb.fxgl.ai.btree.leaf |
| Modifier and Type | Field and Description |
|---|---|
Parallel.Policy |
Parallel.policy
Optional task attribute specifying the parallel policy (defaults to
Parallel.Policy.Sequence) |
| Modifier and Type | Field and Description |
|---|---|
boolean |
Include.lazy
Optional task attribute indicating whether the subtree should be included at clone-time (
false, the default) or at
run-time (true). |
String |
SemaphoreGuard.name
Mandatory task attribute specifying the semaphore name.
|
String |
Include.subtree
Mandatory task attribute indicating the path of the subtree to include.
|
FloatDistribution |
Random.success
Optional task attribute specifying the random distribution that determines the success probability.
|
IntegerDistribution |
Repeat.times
Optional task attribute specifying the integer distribution that determines how many times the wrapped task must be
repeated.
|
| Modifier and Type | Field and Description |
|---|---|
FloatDistribution |
Wait.seconds
Mandatory task attribute specifying the random distribution that determines the timeout in seconds.
|
Copyright © 2017. All rights reserved.