Jacson

de.spieleck.app.turn
Class Simulator

java.lang.Object
  extended by de.spieleck.app.turn.Run
      extended by de.spieleck.app.turn.Simulator

public class Simulator
extends Run

The Simulator is a tool to create artifical game results.
The artificial game results follow prescribed distributions depending on the ScoringMode employed.
The Simulator corresponds to the Run facade since it actually patches the "internal" fileformats of it with its artificial results.

$URL: https://svn.sourceforge.net/svnroot/jtourney/src/de/spieleck/app/turn/Simulator.java $

Version:
$Revision: 2 $ $Date: 2006-03-20 14:33:27 +0100 (Mo, 20 Mrz 2006) $ $Author: nestefan $
Author:
Frank S. Nestel, $Author: nestefan $

Field Summary
 
Fields inherited from class de.spieleck.app.turn.Run
BP, fileProx, PAIRING, PLAYERS, pRegistry, RENDERING, renderMode, root, round, ROUND, SCORING, scoringMode, setupComplete, SPLITTING, splittingMode, totalLastModified
 
Constructor Summary
Simulator()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void readSamples()
          Read scoring samples for the given scoring mode.
 
Methods inherited from class de.spieleck.app.turn.Run
check4setup, finish, grokRound, init, initedInstance, instance, pairing, writer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Simulator

public Simulator()
Method Detail

main

public static void main(java.lang.String[] args)

readSamples

public void readSamples()
                 throws java.lang.Exception
Read scoring samples for the given scoring mode.

Throws:
java.lang.Exception

spieleck.de