Uses of Interface
nl.tudelft.simulation.traffic.controlpoint.real.VisibleControlPointInterface

Packages that use VisibleControlPointInterface
nl.tudelft.simulation.traffic.controlpoint.blocks   
nl.tudelft.simulation.traffic.controlpoint.real   
nl.tudelft.simulation.traffic.controlpoint.virtual   
nl.tudelft.simulation.traffic.station   
 

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

Classes in nl.tudelft.simulation.traffic.controlpoint.blocks that implement VisibleControlPointInterface
 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 SwitchBlockTrafficLight
          This class implements the BlockTrafficLights that guards the switch
(c) copyright 2003-2004 Delft University of Technology , the Netherlands.
 

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

Subinterfaces of VisibleControlPointInterface 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.
 

Classes in nl.tudelft.simulation.traffic.controlpoint.real that implement VisibleControlPointInterface
 class AbstractVisibleControlPoint
          This abstract class describes the basics of a visibleControlPoint.
 class SpeedSign
          This class represents a simple sign.
 class TrafficLight
          This class is an implementation of a simple trafficLight.
 

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

Methods in nl.tudelft.simulation.traffic.controlpoint.virtual that return VisibleControlPointInterface
 VisibleControlPointInterface ShowInterface.getOwner()
          Returns the ControlPointInterface to be made visible
 VisibleControlPointInterface Show.getOwner()
           
 

Constructors in nl.tudelft.simulation.traffic.controlpoint.virtual with parameters of type VisibleControlPointInterface
Show(TrackInterface track, double progression, VisibleControlPointInterface owner, nl.tudelft.simulation.dsol.simulators.SimulatorInterface simulator)
           
 

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

Classes in nl.tudelft.simulation.traffic.station that implement VisibleControlPointInterface
 class StationHaltingTrafficLight
          This class implements the traffic light for the stations.
 



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