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 UndoableActionUndoableAction.Utils. getCombined(UndoableAction[] subActions)Create an action that combines multiple actionsstatic UndoableActionUndoableAction.Utils. getDistributedSelection(UndoableAction[] subActions, double[] actionProportions)Create an action that selects uniformly from a number of sub actionsstatic UndoableActionUndoableAction.Utils. getSimpleDesparation(UndoableAction primaryAction, UndoableAction desparateAction, double desparationLimit, int desparationInterval)A simple tool for change actions when things get desparatestatic UndoableActionUndoableAction.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 UndoableActionUndoableAction.Utils. getCombined(UndoableAction[] subActions)Create an action that combines multiple actionsstatic UndoableActionUndoableAction.Utils. getDistributedSelection(UndoableAction[] subActions, double[] actionProportions)Create an action that selects uniformly from a number of sub actionsstatic UndoableActionUndoableAction.Utils. getSimpleDesparation(UndoableAction primaryAction, UndoableAction desparateAction, double desparationLimit, int desparationInterval)A simple tool for change actions when things get desparatestatic UndoableActionUndoableAction.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
-