Uses of Class
org.dllearner.examples.PokerCard

Packages that use PokerCard
org.dllearner.examples Classes for generating learning examples (from unsupported formats or self generated data). 
 

Uses of PokerCard in org.dllearner.examples
 

Methods in org.dllearner.examples that return PokerCard
 PokerCard[] PokerHand.getCards()
           
 

Methods in org.dllearner.examples with parameters of type PokerCard
 boolean PokerCard.hasNextRank(PokerCard card)
           
 boolean PokerCard.hasSameRank(PokerCard card)
           
 boolean PokerCard.hasSameSuit(PokerCard card)
           
 boolean PokerTransformer.isInCards(PokerCard card, PokerHand deck)
           
 

Constructors in org.dllearner.examples with parameters of type PokerCard
PokerHand(PokerCard[] cards, int hand)
           
 



SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2008 Jens Lehmann