uchicago.src.sim.games
Class GameChoice

java.lang.Object
  extended by uchicago.src.sim.games.GameChoice

public class GameChoice
extends java.lang.Object

Typesafe enum for Strategies.


Field Summary
static GameChoice COOPERATE
           
static GameChoice DEFECT
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFECT

public static final GameChoice DEFECT

COOPERATE

public static final GameChoice COOPERATE