Uses of Class
rails.algorithms.RevenueTrainRun

Packages that use RevenueTrainRun
rails.algorithms   
rails.game.specific._1825   
rails.game.specific._18AL   
rails.game.specific._18EU   
 

Uses of RevenueTrainRun in rails.algorithms
 

Methods in rails.algorithms that return types with arguments of type RevenueTrainRun
 java.util.List<RevenueTrainRun> RevenueAdapter.getCurrentRun()
           
 java.util.List<RevenueTrainRun> RevenueAdapter.getOptimalRun()
           
 

Methods in rails.algorithms with parameters of type RevenueTrainRun
 int RevenueTrainRun.compareTo(RevenueTrainRun other)
           
 

Method parameters in rails.algorithms with type arguments of type RevenueTrainRun
 void RevenueDynamicModifier.adjustOptimalRun(java.util.List<RevenueTrainRun> optimalRuns)
          allows to adjust the run list of the optimal train run output
 int RevenueDynamicModifier.evaluationValue(java.util.List<RevenueTrainRun> runs, boolean optimalRuns)
          returns the value used for evaluation (at the runs supplied)
 

Uses of RevenueTrainRun in rails.game.specific._1825
 

Method parameters in rails.game.specific._1825 with type arguments of type RevenueTrainRun
 void TerminateAtMajorModifier.adjustOptimalRun(java.util.List<RevenueTrainRun> optimalRuns)
           
 void DoubleHeadingModifier.adjustOptimalRun(java.util.List<RevenueTrainRun> optimalRuns)
           
 int TerminateAtMajorModifier.evaluationValue(java.util.List<RevenueTrainRun> runs, boolean optimalRuns)
           
 int DoubleHeadingModifier.evaluationValue(java.util.List<RevenueTrainRun> runs, boolean optimalRuns)
          - checks if runs start and end at major stations - allows doubleheading
 

Uses of RevenueTrainRun in rails.game.specific._18AL
 

Method parameters in rails.game.specific._18AL with type arguments of type RevenueTrainRun
 void NamedTrainRevenueModifier.adjustOptimalRun(java.util.List<RevenueTrainRun> optimalRuns)
           
 int NamedTrainRevenueModifier.evaluationValue(java.util.List<RevenueTrainRun> runs, boolean optimalRuns)
           
 

Uses of RevenueTrainRun in rails.game.specific._18EU
 

Method parameters in rails.game.specific._18EU with type arguments of type RevenueTrainRun
 void PullmanRevenueModifier.adjustOptimalRun(java.util.List<RevenueTrainRun> optimalRuns)
           
 int PullmanRevenueModifier.evaluationValue(java.util.List<RevenueTrainRun> runs, boolean optimalRuns)