net.pakl.rl
Interface IsWinnable


public interface IsWinnable

This property can be had by a game world.


Method Summary
 boolean isDrawState(State s)
           
 boolean isLoseState(State s)
           
 boolean isWinState(State s)
           
 

Method Detail

isWinState

boolean isWinState(State s)

isLoseState

boolean isLoseState(State s)

isDrawState

boolean isDrawState(State s)