Class MyMockGTU
- java.lang.Object
-
- org.opentrafficsim.sim0mq.publisher.MyMockGTU
-
class MyMockGTU extends Object
...
-
-
Constructor Summary
Constructors Constructor Description MyMockGTU(String name, org.opentrafficsim.core.gtu.GTUType gtuType, org.opentrafficsim.core.geometry.DirectedPoint location, Speed speed, Acceleration acceleration, org.opentrafficsim.core.dsol.OTSSimulatorInterface simulator)
-
-
-
Constructor Detail
-
MyMockGTU
MyMockGTU(String name, org.opentrafficsim.core.gtu.GTUType gtuType, org.opentrafficsim.core.geometry.DirectedPoint location, Speed speed, Acceleration acceleration, org.opentrafficsim.core.dsol.OTSSimulatorInterface simulator) throws RemoteException
- Parameters:
name- String; the name of the mocked GTUgtuType- GTUType; the GTU typelocation- DirectedPoint; the location of the mocked GTUspeed- Speed; the speed of the mocked GTUacceleration- Acceleration; the acceleration of the mocked GTUsimulator- OTSSimulatorInterface; (mocked) simulator- Throws:
RemoteException- cannot happen ...
-
-