Package | Description |
---|---|
pal.algorithmics | |
pal.treesearch |
Modifier and Type | Method and Description |
---|---|
static UndoableAction |
UndoableAction.Utils.getCombined(UndoableAction[] subActions)
Create an action that combines multiple actions
|
static UndoableAction |
UndoableAction.Utils.getDistributedSelection(UndoableAction[] subActions,
double[] actionProportions)
Create an action that selects uniformly from a number of sub actions
|
static UndoableAction |
UndoableAction.Utils.getSimpleDesparation(UndoableAction primaryAction,
UndoableAction desparateAction,
double desparationLimit,
int desparationInterval)
A simple tool for change actions when things get desparate
|
static UndoableAction |
UndoableAction.Utils.getSimpleUniformSelection(UndoableAction[] subActions)
Create an action that selects uniformly from a number of sub actions
|
Modifier and Type | Method and Description |
---|---|
static UndoableAction |
UndoableAction.Utils.getCombined(UndoableAction[] subActions)
Create an action that combines multiple actions
|
static UndoableAction |
UndoableAction.Utils.getDistributedSelection(UndoableAction[] subActions,
double[] actionProportions)
Create an action that selects uniformly from a number of sub actions
|
static UndoableAction |
UndoableAction.Utils.getSimpleDesparation(UndoableAction primaryAction,
UndoableAction desparateAction,
double desparationLimit,
int desparationInterval)
A simple tool for change actions when things get desparate
|
static UndoableAction |
UndoableAction.Utils.getSimpleUniformSelection(UndoableAction[] subActions)
Create an action that selects uniformly from a number of sub actions
|
Constructor and Description |
---|
GeneralObjectState(UndoableAction action,
StateProvider subject,
boolean maximise) |