C# Class PokerMuck.FullTilt

Inheritance: PokerClient
Exibir arquivo Open project: pierotofy/PokerMuck

Public Methods

Method Description
FullTilt ( ) : System
FullTilt ( String language ) : System
GetCurrentHandHistorySubdirectory ( ) : String
GetHandHistoryFilenameRegexPatternFromWindowTitle ( String windowTitle ) : String
GetPokerGameFromGameDescription ( string gameDescription ) : PokerGame
GetPokerGameTypeFromWindowTitle ( string windowTitle ) : PokerGameType
InferMaxSeatingCapacity ( string line, String filename, String currentGameId ) : int
IsPlayerSeatingPositionRelative ( PokerGameType gameType ) : bool

Protected Methods

Method Description
InitializeData ( ) : void

Method Details

FullTilt() public method

public FullTilt ( ) : System
return System

FullTilt() public method

public FullTilt ( String language ) : System
language String
return System

GetCurrentHandHistorySubdirectory() public method

public GetCurrentHandHistorySubdirectory ( ) : String
return String

GetHandHistoryFilenameRegexPatternFromWindowTitle() public method

public GetHandHistoryFilenameRegexPatternFromWindowTitle ( String windowTitle ) : String
windowTitle String
return String

GetPokerGameFromGameDescription() public method

public GetPokerGameFromGameDescription ( string gameDescription ) : PokerGame
gameDescription string
return PokerGame

GetPokerGameTypeFromWindowTitle() public method

public GetPokerGameTypeFromWindowTitle ( string windowTitle ) : PokerGameType
windowTitle string
return PokerGameType

InferMaxSeatingCapacity() public method

public InferMaxSeatingCapacity ( string line, String filename, String currentGameId ) : int
line string
filename String
currentGameId String
return int

InitializeData() protected method

protected InitializeData ( ) : void
return void

IsPlayerSeatingPositionRelative() public method

public IsPlayerSeatingPositionRelative ( PokerGameType gameType ) : bool
gameType PokerGameType
return bool