CommandFactoryImpl

blockudoku.commands.commandsImpl.CommandFactoryImpl

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def createSelectElementCommand(element: Element): Command

Creates a Command that selects the given element.

Creates a Command that selects the given element.

Value parameters

element

Element to select.

Attributes

Returns

Command that was created.

Definition Classes
override def createSetElementCommand(element: Element, pos: Int): Command

Creates a Command that attempts to move the selected element to the given position.

Creates a Command that attempts to move the selected element to the given position.

Value parameters

element

Element to move.

pos

Index of the tile to move the element to.

Attributes

Returns

Command that was created.

Definition Classes