jist.swans.runway
Class RunWayCar.RunWayCarStats

java.lang.Object
  extended by jist.swans.runway.RunWayCar.RunWayCarStats
Enclosing class:
RunWayCar

public static class RunWayCar.RunWayCarStats
extends java.lang.Object


Field Summary
 int nbrLaneChangement
           
 int nbStep
           
 
Constructor Summary
RunWayCar.RunWayCarStats()
           
 
Method Summary
 void clear(RunWay rw)
           
 float getMoyAcc()
           
 float getMoyDiffSpeed()
           
 float getMoyGap()
           
 float getMoyInterLaneChange()
           
 float getMoySpeed()
           
 float getPartTimeLane(int lane)
           
 float getPartTimeRegime(byte regime)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

nbrLaneChangement

public int nbrLaneChangement

nbStep

public int nbStep
Constructor Detail

RunWayCar.RunWayCarStats

public RunWayCar.RunWayCarStats()
Method Detail

getMoyAcc

public float getMoyAcc()

getMoyDiffSpeed

public float getMoyDiffSpeed()

getMoyGap

public float getMoyGap()

getMoyInterLaneChange

public float getMoyInterLaneChange()

getMoySpeed

public float getMoySpeed()

getPartTimeLane

public float getPartTimeLane(int lane)

getPartTimeRegime

public float getPartTimeRegime(byte regime)

clear

public void clear(RunWay rw)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object