Class ConflictAnimation

All Implemented Interfaces:
java.io.Serializable, Renderable2DInterface<Conflict>

public class ConflictAnimation
extends AbstractLineAnimation<Conflict>
implements java.io.Serializable
Animate a conflict.

Copyright (c) 2013-2019 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 7 dec. 2016
Author:
Alexander Verbraeck, Peter Knoppers, Wouter Schakel
See Also:
Serialized Form
  • Constructor Details

    • ConflictAnimation

      public ConflictAnimation​(Conflict source, SimulatorInterface.TimeDoubleUnit simulator) throws javax.naming.NamingException, java.rmi.RemoteException
      Parameters:
      source - Conflict; the conflict to draw
      simulator - SimulatorInterface.TimeDoubleUnit; the simulator to schedule on
      Throws:
      javax.naming.NamingException - in case of registration failure of the animation
      java.rmi.RemoteException - on communication failure
  • Method Details