public class Runner
extends java.lang.Object
MultilateralTournamentsConfiguration
.
Use this entry point to run genius negotiations from an xml file. multilateraltournament.xml contains an example file.
Constructor and Description |
---|
Runner() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Genius console entry point
|
public static void main(java.lang.String[] args) throws javax.xml.bind.JAXBException, java.io.IOException, InstantiateException
Use this entry point to run genius negotiations from an xml file. Example xml file can be found at xml-runner/example.xml
When no arguments are given, input and output file are prompted at the console. Input file is expected to be an .xml file and output is expected to be an .csv file, although you are free to give different extensions.
args
- 1st argument: input file or empty to be prompted. 2nd
argument: output file or empty to be promptedjavax.xml.bind.JAXBException
java.io.IOException
InstantiateException