インタフェース
slime.poker.LowJudgeable の使用

LowJudgeable を使用しているパッケージ
slime.poker   
slime.poker.util   
 

slime.poker での LowJudgeable の使用
 

LowJudgeable 型のパラメータを持つ slime.poker のメソッド
 boolean LowRule.existLow(LowJudgeable player)
          ローが存在するかどうかを返します。
 

slime.poker.util での LowJudgeable の使用
 

LowJudgeable を実装している slime.poker.util のクラス
 class OmahaHoldemPlayer
          オマハホールデムのプレイヤーを表すクラスです。
 class SevenCardStudPlayer
          セブンカードスタッドのプレイヤーを表すクラスです。
 

LowJudgeable 型のパラメータを持つ slime.poker.util のメソッド
 boolean OmahaHoldemRule.existLow(LowJudgeable player)
           
 boolean SevenCardStudRule.existLow(LowJudgeable player)