source: src/main/java/genius/core/tournament/VariablesAndValues/TournamentValue.java

Last change on this file was 1, checked in by Wouter Pasman, 6 years ago

Initial import : Genius 9.0.0

File size: 382 bytes
Line 
1package genius.core.tournament.VariablesAndValues;
2
3import java.io.Serializable;
4
5/**
6 * TournamentValue is a value that a TournamentVariable can take.
7 * It is instantiated with AgentParamValue, AgentValue or ProfileValue
8 * @author wouter
9 *
10 */
11public abstract class TournamentValue implements Serializable
12{
13 private static final long serialVersionUID = -1423141928886819879L;
14}
Note: See TracBrowser for help on using the repository browser.