Uses of Interface
pal.algorithmics.UndoableAction
-
Packages that use UndoableAction Package Description pal.algorithmics pal.treesearch -
-
Uses of UndoableAction in pal.algorithmics
Methods in pal.algorithmics that return UndoableAction Modifier and Type Method Description static UndoableAction
UndoableAction.Utils. getCombined(UndoableAction[] subActions)
Create an action that combines multiple actionsstatic UndoableAction
UndoableAction.Utils. getDistributedSelection(UndoableAction[] subActions, double[] actionProportions)
Create an action that selects uniformly from a number of sub actionsstatic UndoableAction
UndoableAction.Utils. getSimpleDesparation(UndoableAction primaryAction, UndoableAction desparateAction, double desparationLimit, int desparationInterval)
A simple tool for change actions when things get desparatestatic UndoableAction
UndoableAction.Utils. getSimpleUniformSelection(UndoableAction[] subActions)
Create an action that selects uniformly from a number of sub actionsMethods in pal.algorithmics with parameters of type UndoableAction Modifier and Type Method Description static UndoableAction
UndoableAction.Utils. getCombined(UndoableAction[] subActions)
Create an action that combines multiple actionsstatic UndoableAction
UndoableAction.Utils. getDistributedSelection(UndoableAction[] subActions, double[] actionProportions)
Create an action that selects uniformly from a number of sub actionsstatic UndoableAction
UndoableAction.Utils. getSimpleDesparation(UndoableAction primaryAction, UndoableAction desparateAction, double desparationLimit, int desparationInterval)
A simple tool for change actions when things get desparatestatic UndoableAction
UndoableAction.Utils. getSimpleUniformSelection(UndoableAction[] subActions)
Create an action that selects uniformly from a number of sub actionsConstructors in pal.algorithmics with parameters of type UndoableAction Constructor Description GeneralObjectState(UndoableAction action, StateProvider subject, boolean maximise)
-
Uses of UndoableAction in pal.treesearch
-