Uses of Class
com.javaflair.pokerprophesier.api.card.CommunityCards

Packages that use CommunityCards
com.javaflair.pokerprophesier.api.adapter Provides the interface for a client to communicate with the simulator - Start here
com.javaflair.pokerprophesier.api.helper Contains helper class which are populated after each simulation. 
 

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

Methods in com.javaflair.pokerprophesier.api.adapter with parameters of type CommunityCards
 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.
 

Uses of CommunityCards in com.javaflair.pokerprophesier.api.helper
 

Methods in com.javaflair.pokerprophesier.api.helper that return CommunityCards
 CommunityCards MyHandHelper.getCommunityCards()
          Returns the community cards.
 



Copyright © 2006 Javaflair. All Rights Reserved.