public interface MultilateralTournamentConfiguration
MultilateralUI
Modifier and Type | Method and Description |
---|---|
int |
getNumTournaments()
Gets the number of negotiation sessions to run
|
TournamentGenerator |
getPartiesGenerator()
Get the list of participating
NegotiationParty objects from this configuration |
Protocol |
getProtocol()
Get the
Protocol object from this configuration |
Session |
getSession()
Get the
Session object from this configurations |
Session getSession() throws java.lang.Exception
Session
object from this configurationsjava.lang.Exception
Protocol getProtocol() throws java.lang.Exception
Protocol
object from this configurationjava.lang.Exception
TournamentGenerator getPartiesGenerator() throws java.lang.Exception
NegotiationParty
objects from this configurationjava.lang.Exception
int getNumTournaments()