slime.poker.util
クラス TexasHoldemRule

java.lang.Object
  上位を拡張 slime.poker.util.SevenCardPokerHighRule
      上位を拡張 slime.poker.util.TexasHoldemRule
すべての実装されたインタフェース:
HighRule, Rule

public class TexasHoldemRule
extends SevenCardPokerHighRule

テキサスホールデムのルールを表すクラスです。
slime.poker.StrengthJudgeable#getCards() で返されるカード配列は 降順でソートされているものと仮定しています。

バージョン:
1.0, 2004/11/03
作成者:
slime

入れ子のクラスの概要
 
インタフェース slime.poker.HighRule から継承された入れ子のクラス/インタフェース
HighRule.Hand
 
フィールドの概要
static int BOARD_COUNT
          ボード枚数
static int POCKET_COUNT
          ポケット枚数
 
クラス slime.poker.util.SevenCardPokerHighRule から継承されたフィールド
CARD_COUNT
 
インタフェース slime.poker.Rule から継承されたフィールド
JUDGE_COUNT
 
コンストラクタの概要
TexasHoldemRule()
          コンストラクタ。
 
メソッドの概要
 
クラス slime.poker.util.SevenCardPokerHighRule から継承されたメソッド
isFiveOfAKind, isFlush, isFourOfAKind, isFullHause, isOnePair, isStraight, isStraightFlush, isThreeOfAKind, isTwoPair, judgeHand, useJoker
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

BOARD_COUNT

public static final int BOARD_COUNT
ボード枚数

関連項目:
定数フィールド値

POCKET_COUNT

public static final int POCKET_COUNT
ポケット枚数

関連項目:
定数フィールド値
コンストラクタの詳細

TexasHoldemRule

public TexasHoldemRule()
コンストラクタ。