Package edu.villanova.studs.poker.transport

Examples of edu.villanova.studs.poker.transport.PlayerResults


     * @param playerID a unique # assigned to the player representing their
     *        position at the poker table
     * @return a new PlayerResuls instance with no other values set
     */
    protected PlayerResults getNewPlayerResult( int playerID ) {
        return new PlayerResults( playerID );
    }
View Full Code Here


       
        //Set the # of simulations that will be used to generate results
        otherOpts.put( "Simulations", simulations );
       
        //Return a new PlayerResults with the other options set       
        return new PlayerResults( playerID, otherOpts );
    }
View Full Code Here

TOP

Related Classes of edu.villanova.studs.poker.transport.PlayerResults

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.