nl.tudelft.simulation.traffic.controlpoint.real
Interface StopSignInterface

All Superinterfaces:
Changeable, ControlPointInterface, nl.tudelft.simulation.event.EventProducerInterface, nl.tudelft.simulation.dsol.animation.LocatableInterface, VisibleControlPointInterface
All Known Implementing Classes:
BlockTrafficLight, SingleTrackBlockTrafficLight, StationHaltingTrafficLight, SwitchBlockTrafficLight, TrafficLight

public interface StopSignInterface
extends nl.tudelft.simulation.event.EventProducerInterface, VisibleControlPointInterface, Changeable

This interface defines a control measure that can make a vehicle stop.


Field Summary
static java.lang.String CONTINUE
          vehicle may continue
static java.lang.String STOP
          vehicle must stop
 
Fields inherited from interface nl.tudelft.simulation.event.EventProducerInterface
FIRST_POSITION, LAST_POSITION
 
Fields inherited from interface nl.tudelft.simulation.traffic.controlpoint.ControlPointInterface
BACK, FRONT
 
Fields inherited from interface nl.tudelft.simulation.traffic.controlpoint.real.Changeable
CHANGE_STATUS_EVENT
 
Methods inherited from interface nl.tudelft.simulation.event.EventProducerInterface
addListener, addListener, addListener, addListener, getEventTypes, removeListener
 
Methods inherited from interface nl.tudelft.simulation.traffic.controlpoint.real.VisibleControlPointInterface
getVisibleDistance
 
Methods inherited from interface nl.tudelft.simulation.traffic.controlpoint.ControlPointInterface
getProgression, getTrack, pass
 
Methods inherited from interface nl.tudelft.simulation.dsol.animation.LocatableInterface
getBounds, getLocation
 
Methods inherited from interface nl.tudelft.simulation.traffic.controlpoint.real.Changeable
getStatus
 

Field Detail

CONTINUE

public static final java.lang.String CONTINUE
vehicle may continue

See Also:
Constant Field Values

STOP

public static final java.lang.String STOP
vehicle must stop

See Also:
Constant Field Values


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