Package org.opentrafficsim.remotecontrol
Class Sim0MQControlledOTSNew
- java.lang.Object
-
- org.opentrafficsim.remotecontrol.Sim0MQControlledOTSNew
-
public final class Sim0MQControlledOTSNew extends java.lang.Object
Sim0MQ controlled OTSCopyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.- Version:
- $Revision$, $LastChangedDate$, by $Author$, initial version Apr 18, 2017
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Sim0MQControlledOTSNew.Options
The command line options.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Program entry point.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws NetworkException, OTSGeometryException, javax.naming.NamingException, ValueRuntimeException, ParameterException, SimRuntimeException, Sim0MQException, SerializationException, java.io.IOException
Program entry point.- Parameters:
args
- String[]; the command line arguments- Throws:
OTSGeometryException
- on errorNetworkException
- on errorjavax.naming.NamingException
- on errorValueRuntimeException
- on errorSimRuntimeException
- on errorParameterException
- on errorSerializationException
- on errorSim0MQException
- on errorjava.io.IOException
- on error
-
-