edu.ucla.stat.SOCR.core
Interface IGame

All Superinterfaces:
Pluginable
All Known Implementing Classes:
BivariateGame, BivariateGame, ErrorGame, ErrorGame, FourierGame, GaltonBoardGame, GaltonBoardGame, Game, Game, HistogramGame, HistogramGame, MontyHallGame, MontyHallGame, RedBlackGame, RedBlackGame, WaveletGame

public interface IGame
extends Pluginable

Author:
Jeff Ma

Method Summary
 java.lang.String getOnlineDescription()
          This method returns an online description of this Statistical Analysis.
 void reset()
          This is the method for resetting the game and should be overridden.
 
Methods inherited from interface edu.ucla.stat.SOCR.core.Pluginable
getDisplayPane, getName, setApplet
 

Method Detail

reset

void reset()
This is the method for resetting the game and should be overridden.


getOnlineDescription

java.lang.String getOnlineDescription()
This method returns an online description of this Statistical Analysis. It should be overwritten by each specific analysis method.