* 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 );