Uses of Interface
nl.tudelft.simulation.traffic.controlpoint.ControlPointInterface

Packages that use ControlPointInterface
nl.tudelft.simulation.traffic.animation   
nl.tudelft.simulation.traffic.controlpoint.blocks   
nl.tudelft.simulation.traffic.controlpoint.real   
nl.tudelft.simulation.traffic.controlpoint.util   
nl.tudelft.simulation.traffic.controlpoint.virtual   
nl.tudelft.simulation.traffic.station   
nl.tudelft.simulation.traffic.track   
 

Uses of ControlPointInterface in nl.tudelft.simulation.traffic.animation
 

Constructors in nl.tudelft.simulation.traffic.animation with parameters of type ControlPointInterface
ControlPointLocation(ControlPointInterface cpi)
           
ControlPointAnimation(ControlPointInterface cpi, nl.tudelft.simulation.dsol.simulators.SimulatorInterface simulator)
           
ControlPointAnimation(ControlPointInterface cpi, nl.tudelft.simulation.dsol.simulators.SimulatorInterface simulator, double deltax, double deltay)
           
 

Uses of ControlPointInterface in nl.tudelft.simulation.traffic.controlpoint.blocks
 

Classes in nl.tudelft.simulation.traffic.controlpoint.blocks that implement ControlPointInterface
 class BlockControlPoint
          This class implements red, yellow and green virtual control points for the BlockTrafficLights
(c) copyright 2003-2004 Delft University of Technology , the Netherlands.
 class BlockTrafficLight
          
(c) copyright 2003-2004 Delft University of Technology , the Netherlands.
 class SingleTrackBlockTrafficLight
          
(c) copyright 2003-2004 Delft University of Technology , the Netherlands.
 class SingleTrackControlPoint
          This class implements red, yellow and green virtual control points for the BlockTrafficLights
(c) copyright 2003-2004 Delft University of Technology , the Netherlands.
 class SwitchBlockControlPoint
          This class implements the virtual control points for the SwitchBlockTrafficLight
(c) copyright 2003-2004 Delft University of Technology , the Netherlands.
 class SwitchBlockTrafficLight
          This class implements the BlockTrafficLights that guards the switch
(c) copyright 2003-2004 Delft University of Technology , the Netherlands.
 

Uses of ControlPointInterface in nl.tudelft.simulation.traffic.controlpoint.real
 

Subinterfaces of ControlPointInterface in nl.tudelft.simulation.traffic.controlpoint.real
 interface SpeedLimitInterface
          This interface defines a ControlPoint after which the maximum speed the vehicle may drive, changes.
 interface StopSignInterface
          This interface defines a control measure that can make a vehicle stop.
 interface VisibleControlPointInterface
          This interface is used to signify that the implementing class can be seen by the VehicleControl.
 

Classes in nl.tudelft.simulation.traffic.controlpoint.real that implement ControlPointInterface
 class AbstractVisibleControlPoint
          This abstract class describes the basics of a visibleControlPoint.
 class RemoveControlPoint
          
(c) copyright 2003-2004 Delft University of Technology , the Netherlands.
 class SpeedSign
          This class represents a simple sign.
 class TrafficLight
          This class is an implementation of a simple trafficLight.
 

Uses of ControlPointInterface in nl.tudelft.simulation.traffic.controlpoint.util
 

Methods in nl.tudelft.simulation.traffic.controlpoint.util that return ControlPointInterface
 ControlPointInterface ControlPointsList.first()
           
 

Methods in nl.tudelft.simulation.traffic.controlpoint.util with parameters of type ControlPointInterface
 void ControlPointsList.add(ControlPointInterface cp)
          Add a control point
 boolean ControlPointsList.contains(ControlPointInterface cp)
          Does the control point list contain a certain control point?
 void ControlPointsList.remove(ControlPointInterface cp)
           
 

Uses of ControlPointInterface in nl.tudelft.simulation.traffic.controlpoint.virtual
 

Subinterfaces of ControlPointInterface in nl.tudelft.simulation.traffic.controlpoint.virtual
 interface ShowInterface
          This interface defines the behavior of show classes.
 interface VirtualControlPointInterface
          The VirtualControlPointInterface defines the interface of virtualControlPoints.
 

Classes in nl.tudelft.simulation.traffic.controlpoint.virtual that implement ControlPointInterface
 class Show
           
 class VirtualControlPoint
           
 

Uses of ControlPointInterface in nl.tudelft.simulation.traffic.station
 

Classes in nl.tudelft.simulation.traffic.station that implement ControlPointInterface
 class StationControlPoint
          This class implements red, yellow and green virtual control points for the BlockTrafficLights
(c) copyright 2003-2004 Delft University of Technology , the Netherlands.
 class StationHaltingTrafficLight
          This class implements the traffic light for the stations.
 

Uses of ControlPointInterface in nl.tudelft.simulation.traffic.track
 

Methods in nl.tudelft.simulation.traffic.track with parameters of type ControlPointInterface
 void TrackInterface.addControlPoint(ControlPointInterface cp)
          This method adds a controlPoint to this track.
 void TrackInterface.removeControlPoint(ControlPointInterface cp)
          This method removes a given cp from the ControlPointsLists of the track.
 void Track.addControlPoint(ControlPointInterface cp)
           
 void Track.removeControlPoint(ControlPointInterface cp)
           
 



Copyright © 2003-2004 Delft University of Technology, the Netherlands. All Rights Reserved.