package nl.tudelft.simulation.dsol.hla; import hla.rti.RTIambassador; import se.pitch.prti.RTI; /** * The specifies *
* (c) copyright 2004 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
* @version $Revision: 1.3 $ $Date: 2005/03/24 18:04:46 $
* @since 1.2
*/
public class KillFederation
{
/**
* constructs a new CreateFederation.
*/
private KillFederation()
{
super();
}
/**
* executes a fedeation
*
* @param args
*/
public static void main(String[] args)
{
try
{
String fedURL = CreateFederation.DEFAULT_FED;
if (args.length != 1)
{
System.out.println("Usage: KillFederation