Solitaire

//Solitaire/de.syntaktischer.zucker.Solitaire/Reset

Reset

[jvm] class Reset(game: PlayableGame) : Command

Parameters

jvm

Name Summary
game

Constructors

Name Summary
Reset [jvm] fun Reset(game: PlayableGame)

Functions

Name Summary
equals [jvm]
Content
open operator fun equals(other: Any?): Boolean


execute [jvm]
Content
open override fun execute()


hashCode [jvm]
Content
open fun hashCode(): Int


toString [jvm]
Content
open fun toString(): String


Properties

Name Summary
game [jvm] var game: PlayableGame