Uses of Class
nl.tudelft.simulation.traffic.controlpoint.blocks.VirtualBlock

Packages that use VirtualBlock
nl.tudelft.simulation.traffic.controlpoint.blocks   
 

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

Subclasses of VirtualBlock in nl.tudelft.simulation.traffic.controlpoint.blocks
 class SwitchVirtualBlock
          Th SwitchVirtualBlock defines the block to be guarded.
 class VirtualSwitchBlock
          The VirtualSwitchBlock defines the block to be guarded including the turning of a switch, depending on the 'line' attribute of the vehicleControl.
 

Methods in nl.tudelft.simulation.traffic.controlpoint.blocks that return VirtualBlock
 VirtualBlock SwitchBlockTrafficLight.getVirtualBlock()
           
 

Constructors in nl.tudelft.simulation.traffic.controlpoint.blocks with parameters of type VirtualBlock
SwitchBlockTrafficLight(java.lang.String name, TrackInterface track, double progression, VirtualBlock virtualBlock, double visibleDistance, double distanceRequest, double distanceRed, nl.tudelft.simulation.dsol.simulators.DEVSSimulatorInterface simulator, double dx, double dy)
           
 



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