blockudoku.controllers.mediatorImpl.ControllerMediatorImpl
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
Members list
Creates a snapshot of the current state.
Creates a snapshot of the current state.
Attributes
Reverts the state to the most recent snapshot.
Reverts the state to the most recent snapshot.
Attributes
Selects the given element.
Selects the given element.
Value parameters
-
element
-
Element to select.
Attributes
-
Definition Classes
-
Attempts to place the given element at the given position.
Attempts to place the given element at the given position.
Value parameters
-
element
-
Element to place.
-
pos
-
Index of the tile to place the element at.
Attributes
-
Definition Classes
-
Recorded snapshots with the most recent snapshot at the top.
Recorded snapshots with the most recent snapshot at the top.
Attributes
-
Inherited from:
-
Snapshotable