| Package | Description |
|---|---|
| edu.gtts.sautrela.engine.util |
Provides utility classes
|
| Modifier and Type | Method and Description |
|---|---|
RandomSymbolGenerator.TargetType |
RandomSymbolGenerator.getTargetType()
Getter for property targetType.
|
static RandomSymbolGenerator.TargetType |
RandomSymbolGenerator.TargetType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RandomSymbolGenerator.TargetType[] |
RandomSymbolGenerator.TargetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RandomSymbolGenerator.setTargetType(RandomSymbolGenerator.TargetType targetType)
Setter for property targetType.
|