Property | Type | Description | |
---|---|---|---|
config | |||
regex |
Method | Description | |
---|---|---|
DoPregameProcessing ( String storedHandHistoryDirectory ) : void | ||
DoStartupProcessing ( String storedHandHistoryDirectory ) : void | ||
GenerateCardFromString ( String card ) : PokerMuck.Card | ||
GetConfig ( String key ) : Object | ||
GetConfigBoolean ( String key ) : System.Boolean | ||
GetConfigFloat ( String key ) : float | ||
GetConfigInt ( String key ) : int | ||
GetConfigString ( String key ) : String | ||
GetCurrentHandHistorySubdirectory ( ) : String | ||
GetHandHistoryFilenameRegexPatternFromWindowTitle ( String windowTitle ) : String | ||
GetMuckedHands ( String currentGameId ) : String>>.List |
||
GetPokerGameFromGameDescription ( String gameDescription ) : PokerGame | ||
GetPokerGameTypeFromWindowTitle ( String windowTitle ) : PokerGameType | ||
GetRegex ( String key ) : |
||
HasRegex ( String key ) : bool | ||
InferMaxSeatingCapacity ( String line, String filename, String currentGameId ) : int | ||
InitializeLanguage ( String language ) : void | ||
IsPlayerSeatingPositionRelative ( PokerGameType gameType ) : bool | ||
ProvidesConfig ( String key ) : bool | ||
SetTheme ( String theme ) : void |
Method | Description | |
---|---|---|
InitializeData ( ) : void | ||
PokerClient ( ) : System | ||
StringToRegexPattern ( String str ) : String |
Method | Description | |
---|---|---|
LoadSupportedVisualRecognitionThemes ( ) : void | ||
ResetData ( ) : void |
public DoPregameProcessing ( String storedHandHistoryDirectory ) : void | ||
storedHandHistoryDirectory | String | |
return | void |
public DoStartupProcessing ( String storedHandHistoryDirectory ) : void | ||
storedHandHistoryDirectory | String | |
return | void |
public GenerateCardFromString ( String card ) : PokerMuck.Card | ||
card | String | |
return | PokerMuck.Card |
public GetConfigBoolean ( String key ) : System.Boolean | ||
key | String | |
return | System.Boolean |
public GetConfigString ( String key ) : String | ||
key | String | |
return | String |
public abstract GetCurrentHandHistorySubdirectory ( ) : String | ||
return | String |
public abstract GetHandHistoryFilenameRegexPatternFromWindowTitle ( String windowTitle ) : String | ||
windowTitle | String | |
return | String |
public GetMuckedHands ( String currentGameId ) : String>>.List |
||
currentGameId | String | |
return | String>>.List |
public abstract GetPokerGameFromGameDescription ( String gameDescription ) : PokerGame | ||
gameDescription | String | |
return | PokerGame |
public abstract GetPokerGameTypeFromWindowTitle ( String windowTitle ) : PokerGameType | ||
windowTitle | String | |
return | PokerGameType |
public GetRegex ( String key ) : |
||
key | String | |
return |
public InferMaxSeatingCapacity ( String line, String filename, String currentGameId ) : int | ||
line | String | |
filename | String | |
currentGameId | String | |
return | int |
public InitializeLanguage ( String language ) : void | ||
language | String | |
return | void |
public abstract IsPlayerSeatingPositionRelative ( PokerGameType gameType ) : bool | ||
gameType | PokerGameType | |
return | bool |
protected StringToRegexPattern ( String str ) : String | ||
str | String | |
return | String |
protected Hashtable,System.Collections config | ||
return |