Examples of PokerProphesierAdapter


Examples of com.javaflair.pokerprophesier.api.adapter.PokerProphesierAdapter

     * and sets the configurable options.  The concrete implementations will
     * determine how these options are set.
     */
    private void setupProphesierAdapter()  {
        //Create an adapter to communicate with the hand simulator engine
        adapter  = new PokerProphesierAdapter();
       
        //Set the # of simulations to run when generating hand results.  How
        //this value gets set depends on the concrete implementation
        adapter.setNumSimulations( simulations );
       
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.