Uses of Class
ks.common.model.Move

Packages that use Move
ks.common.games Core set of classes that define the structure of Solitaire Plugins and the way they are played. 
 

Uses of Move in ks.common.games
 

Methods in ks.common.games with parameters of type Move
 boolean Solitaire.pushMove(Move m)
          Pushes given move onto our stack of existing moves.