package nl.tudelft.simulation.dsol.hla; import hla.rti.RTIambassador; import nl.tudelft.simulation.language.io.URLResource; import nl.tudelft.simulation.logger.CategoryLogger; import se.pitch.prti.RTI; /** * The specifies *
* copyright (c) 2004-2018 Delft University of Technology , the
* Netherlands.
* See for project information www.simulation.tudelft.nl/dsol
* License of use: General Public License (GPL) , no warranty
* @author Peter Jacobs
* @since 1.2
*/
public class CreateFederation
{
public final static String DEFAULT_FED = "https://simulation.tudelft.nl/dsol-hla/fed/RPCFederation.fed";
/**
* constructs a new CreateFederation.
*/
private CreateFederation()
{
super();
}
/**
* executes a fedeation
* @param args
*/
public static void main(String[] args)
{
try
{
String fedURL = DEFAULT_FED;
if (args.length != 1)
{
System.out.println("Usage: CreateFederation