public class ProfileVariable extends TournamentVariable
| Constructor and Description |
|---|
ProfileVariable() |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(TournamentValue v)
add given value to the array of values
|
java.lang.String |
varToString()
varToString converts the variable name into a string.
|
getValues, setValuespublic void addValue(TournamentValue v) throws java.lang.Exception
TournamentVariableaddValue in class TournamentVariablejava.lang.Exceptionpublic java.lang.String varToString()
TournamentVariablevarToString in class TournamentVariable