Uses of Class
soc.util.Triple

Packages that use Triple
soc.server   
 

Uses of Triple in soc.server
 

Methods in soc.server that return types with arguments of type Triple
static java.util.List<Triple> SOCServer.checkScenarioOpts(java.util.Map<?,?> opts, boolean optsAreProps, java.lang.String scName)
          When a server's properties or command line contain a default scenario (game option "SC"), check that the scenario is known and that its game options don't conflict with any others specified in the properties or command line.