Utility methods for NetworkInput
More...
Utility methods for NetworkInput
◆ GetMaxWordCount()
static int GetMaxWordCount |
( |
| ) |
|
|
static |
Get the max word count from all registered types
◆ GetType()
static Type GetType |
( |
int |
typeKey | ) |
|
|
static |
Get the Type based on its associate Key
- Parameters
-
typeKey | Key associated with a Type |
- Returns
- Type associated with the Key, or null otherwise
◆ GetTypeKey()
static int GetTypeKey |
( |
Type |
type | ) |
|
|
static |
Get the Key associate with the argument Type
- Parameters
-
type | Type to check for the key |
- Returns
- Associated Type Key, or an exception if not found
◆ GetWordCount()
static int GetWordCount |
( |
Type |
type | ) |
|
|
static |
Get Type Word Count if it is of type NetworkInput
- Parameters
-
type | Type to check for word count |
- Returns
- Number of words for the NetworkInput