nl.tudelft.simulation.traffic.controlpoint.virtual
Interface VirtualControlPointInterface

All Superinterfaces:
ControlPointInterface, nl.tudelft.simulation.event.EventProducerInterface, nl.tudelft.simulation.dsol.animation.LocatableInterface
All Known Subinterfaces:
ShowInterface
All Known Implementing Classes:
Show, VirtualControlPoint

public interface VirtualControlPointInterface
extends ControlPointInterface, nl.tudelft.simulation.event.EventProducerInterface

The VirtualControlPointInterface defines the interface of virtualControlPoints. The classes that implement this interface represent points on the infrastructure that are equivalent to a control point, but that aren't directly associated to a real world object.
The instances of these classes are often used for visibility issues or statistics gathering. An example is the showInterface.


Field Summary
 
Fields inherited from interface nl.tudelft.simulation.traffic.controlpoint.ControlPointInterface
BACK, FRONT
 
Fields inherited from interface nl.tudelft.simulation.event.EventProducerInterface
FIRST_POSITION, LAST_POSITION
 
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.event.EventProducerInterface
addListener, addListener, addListener, addListener, getEventTypes, removeListener
 



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