public class ProtocolVariable extends TournamentVariable
| Constructor and Description |
|---|
ProtocolVariable() |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(TournamentValue value)
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 value) throws java.lang.Exception
TournamentVariableaddValue in class TournamentVariablejava.lang.Exceptionpublic java.lang.String varToString()
TournamentVariablevarToString in class TournamentVariable