Uses of Class
com.javaflair.pokerprophesier.api.exception.SimulatorException

Packages that use SimulatorException
com.javaflair.pokerprophesier.api.adapter Provides the interface for a client to communicate with the simulator - Start here
 

Uses of SimulatorException in com.javaflair.pokerprophesier.api.adapter
 

Methods in com.javaflair.pokerprophesier.api.adapter that throw SimulatorException
 UpdateHelper PokerProphesierAdapter.getUpdateHelper()
          Returns the update helper, which can be used to determine whether this installation of Poker Prophesier is current.
 void PokerProphesierAdapter.runMySimulations(HoleCards holeCards, CommunityCards communityCards, int numSimPlayers, int currentRound)
          Runs the Me vs Opponents simulation, using my hole cards, the community cards, the total number of simulator players and the current game state.
 void PokerProphesierAdapter.runPlayerSimulations(HoleCards[] holeCards, CommunityCards communityCards, int currentRound)
          Runs the Player vs Player simulation, using the array of players' hole cards, the community cards and the current game state.
 



Copyright © 2006 Javaflair. All Rights Reserved.