ca.ualberta.cs.poker.free.server
Class GenerateCards

java.lang.Object
  extended by ca.ualberta.cs.poker.free.server.GenerateCards

public class GenerateCards
extends java.lang.Object


Method Summary
static void GenerateRoundRobin(int numCompetitors, int numMatches)
           
static void GenerateSingleElimination(int numCompetitors, int numMatches)
           
static void main(java.lang.String[] args)
          The randomness for the game.
static void printUsage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
The randomness for the game. null if on the client side.

Throws:
java.lang.Exception

printUsage

public static void printUsage()

GenerateRoundRobin

public static void GenerateRoundRobin(int numCompetitors,
                                      int numMatches)

GenerateSingleElimination

public static void GenerateSingleElimination(int numCompetitors,
                                             int numMatches)