de.uni_paderborn.robots.robotArenaInterface
Interface CardConstants

All Known Implementing Classes:
CardData

public interface CardConstants


Field Summary
static byte ACE
           
static byte CLUB
           
static byte DIAMOND
          constants defining the color of a card
static byte EIGHT
           
static byte FIVE
           
static int FLUSH
           
static byte FOUR
           
static int FOUR_OF_A_KIND
           
static int FULL_HOUSE
           
static byte HEART
           
static byte JACK
           
static byte KING
           
static byte LADY
           
static byte NINE
           
static int NOTHING
          constants identifying the type of hand
static int ONE_PAIR
           
static int ROYAL_FLUSH
           
static byte SEVEN
           
static byte SIX
           
static byte SPADE
           
static int STRAIGHT
           
static int STRAIGHT_FLUSH
           
static byte TEN
           
static byte THREE
           
static int THREE_OF_A_KIND
           
static byte TWO
          constants defining the value of card
static int TWO_PAIRS
           
 

Field Detail

NOTHING

public static final int NOTHING
constants identifying the type of hand

ONE_PAIR

public static final int ONE_PAIR

TWO_PAIRS

public static final int TWO_PAIRS

THREE_OF_A_KIND

public static final int THREE_OF_A_KIND

STRAIGHT

public static final int STRAIGHT

FLUSH

public static final int FLUSH

FULL_HOUSE

public static final int FULL_HOUSE

FOUR_OF_A_KIND

public static final int FOUR_OF_A_KIND

STRAIGHT_FLUSH

public static final int STRAIGHT_FLUSH

ROYAL_FLUSH

public static final int ROYAL_FLUSH

DIAMOND

public static final byte DIAMOND
constants defining the color of a card

HEART

public static final byte HEART

SPADE

public static final byte SPADE

CLUB

public static final byte CLUB

TWO

public static final byte TWO
constants defining the value of card

THREE

public static final byte THREE

FOUR

public static final byte FOUR

FIVE

public static final byte FIVE

SIX

public static final byte SIX

SEVEN

public static final byte SEVEN

EIGHT

public static final byte EIGHT

NINE

public static final byte NINE

TEN

public static final byte TEN

JACK

public static final byte JACK

LADY

public static final byte LADY

KING

public static final byte KING

ACE

public static final byte ACE