Uses of Package
com.javaflair.pokerprophesier.api.card

Packages that use com.javaflair.pokerprophesier.api.card
com.javaflair.pokerprophesier.api.adapter Provides the interface for a client to communicate with the simulator - Start here
com.javaflair.pokerprophesier.api.card Contains classes which represent a game of poker (card, deck, hand etc.). 
com.javaflair.pokerprophesier.api.helper Contains helper class which are populated after each simulation. 
 

Classes in com.javaflair.pokerprophesier.api.card used by com.javaflair.pokerprophesier.api.adapter
CommunityCards
          A represention of a set of community cards, comprised of Cards.
HoleCards
          A representation of a pair of hole cards.
 

Classes in com.javaflair.pokerprophesier.api.card used by com.javaflair.pokerprophesier.api.card
Card
          A representation of a playing card.
 

Classes in com.javaflair.pokerprophesier.api.card used by com.javaflair.pokerprophesier.api.helper
Card
          A representation of a playing card.
CommunityCards
          A represention of a set of community cards, comprised of Cards.
Hand
          A representation of a poker hand.
HoleCards
          A representation of a pair of hole cards.
 



Copyright © 2006 Javaflair. All Rights Reserved.