Uses of Class
muehle.logic.SetAction

Packages that use SetAction
muehle.logic   
muehle.player   
 

Uses of SetAction in muehle.logic
 

Methods in muehle.logic with parameters of type SetAction
 boolean Playground.execute(SetAction action)
          Führt eine beliebige SetAction auf dem Spielfeld aus.
 boolean Playground.executeProofed(SetAction action)
          Führt eine beliebige LEGALE SetAction auf dem Spielfeld aus.
 

Uses of SetAction in muehle.player
 

Methods in muehle.player that return SetAction
 SetAction Player.getSetAction(int destination)