nl.tudelft.simulation.traffic.track.util
Class TrackProgression

java.lang.Object
  extended bynl.tudelft.simulation.traffic.track.util.TrackProgression

public class TrackProgression
extends java.lang.Object


(c) copyright 2003-2004 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: General Public License (GPL) , no warranty

Version:
Oct 4, 2004
Author:
Alexander Verbraeck

Constructor Summary
TrackProgression(TrackInterface track, double progression)
           
 
Method Summary
 double getProgression()
           
 TrackInterface getTrack()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TrackProgression

public TrackProgression(TrackInterface track,
                        double progression)
Parameters:
track -
progression -
Method Detail

getProgression

public double getProgression()
Returns:
Returns the progression.

getTrack

public TrackInterface getTrack()
Returns:
Returns the track.

toString

public java.lang.String toString()
See Also:
Object.toString()


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