Package jmri.jmrit.logix
Class BlockSpeedInfo
java.lang.Object
jmri.jmrit.logix.BlockSpeedInfo
This class holds speed data for a block of a warrant's route. The data is
gathered when a warrant is about to be executed and uses speed information
of the locomotive running the warrant.
-
Constructor Summary
ConstructorsConstructorDescriptionBlockSpeedInfo(String n, float ens, float exs, long t, float d, float c, int fi, int li) -
Method Summary
-
Constructor Details
-
BlockSpeedInfo
BlockSpeedInfo(@Nonnull String n, float ens, float exs, long t, float d, float c, int fi, int li)
-
-
Method Details
-
getBlockDisplayName
-
getEntranceSpeed
float getEntranceSpeed() -
getExitSpeed
float getExitSpeed() -
getTimeInBlock
long getTimeInBlock() -
getPathLen
float getPathLen() -
getCalcLen
float getCalcLen() -
getFirstIndex
int getFirstIndex() -
getLastIndex
int getLastIndex() -
toString
-