Uses of Class
rails.algorithms.NetworkTrain

Packages that use NetworkTrain
rails.algorithms   
 

Uses of NetworkTrain in rails.algorithms
 

Methods in rails.algorithms that return NetworkTrain
(package private) static NetworkTrain NetworkTrain.createFromRailsTrain(TrainI railsTrain)
           
(package private) static NetworkTrain NetworkTrain.createFromString(java.lang.String trainString)
           
 NetworkTrain RevenueTrainRun.getTrain()
           
 

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

Methods in rails.algorithms with parameters of type NetworkTrain
 void RevenueAdapter.addTrain(NetworkTrain train)
           
 int NetworkVertex.getValueByTrain(NetworkTrain train)
           
 int RevenueAdapter.getVertexValue(NetworkVertex vertex, NetworkTrain train, PhaseI phase)
           
 java.lang.String RevenueAdapter.getVertexValueAsString(NetworkVertex vertex, NetworkTrain train, PhaseI phase)
           
 void RevenueAdapter.removeTrain(NetworkTrain train)
           
 

Method parameters in rails.algorithms with type arguments of type NetworkTrain
 boolean RevenueBonus.addToRevenueCalculator(RevenueCalculator rc, int bonusId, java.util.List<NetworkVertex> allVertices, java.util.List<NetworkTrain> trains, PhaseI phase)
           
 

Constructors in rails.algorithms with parameters of type NetworkTrain
RevenueTrainRun(RevenueAdapter revenueAdapter, NetworkTrain train)