Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

cgsuite
Interface StopperGame  view StopperGame download StopperGame.java

All Superinterfaces:
Game, java.io.Serializable
All Known Implementing Classes:
CanonicalGame, CanonicalStopperGame

public interface StopperGame
extends Game

A convenience interface that exposes methods shared by CanonicalGame and CanonicalStopperGame.


Field Summary
 
Fields inherited from interface cgsuite.Game
SIMPLIFY_COOL, SIMPLIFY_FREEZE, SIMPLIFY_HEAT, SIMPLIFY_ORDINAL_SUM_G, SIMPLIFY_ORDINAL_SUM_H, SIMPLIFY_OVERHEAT, SIMPLIFY_PRODUCT_G, SIMPLIFY_PRODUCT_U, SIMPLIFY_SUM
 
Method Summary
 Stop getLeftStop()
          Gets the left stop of this game.
 Stop getRightStop()
          Gets the right stop of this game.
 
Methods inherited from interface cgsuite.Game
canonicalize, getInverse, getLeftOptions, getRightOptions, isShortGame, simplify, simplifyExpression
 

Method Detail

getLeftStop

public Stop getLeftStop()
Gets the left stop of this game. The left stop is the number that is reached when this game is played in isolation, starting with left to move, and assuming both players play optimally.


getRightStop

public Stop getRightStop()
Gets the right stop of this game. The right stop is the number that is reached when this game is played in isolation, starting with right to move, and assuming both players play optimally.