Package jline.api.sn
Class SnSetService
java.lang.Object
jline.api.sn.SnSetService
-
Method Summary
Modifier and TypeMethodDescriptionstatic NetworkStructsnSetService(NetworkStruct sn, int stationIdx, int classIdx, double rate) static NetworkStructsnSetService(NetworkStruct sn, int stationIdx, int classIdx, double rate, double scv) static NetworkStructsnSetService(NetworkStruct sn, int stationIdx, int classIdx, double rate, double scv, ModifyMode mode) static NetworkStructsnSetService(NetworkStruct sn, int stationIdx, int classIdx, double rate, double scv, ModifyMode mode, ValidationLevel validation) static NetworkStructsnSetService(NetworkStruct sn, int stationIdx, int classIdx, double rate, double scv, ModifyMode mode, ValidationLevel validation, boolean autoRefresh) Sets the service rate at a specific station and class.static NetworkStructsnSetServiceBatch(NetworkStruct sn, Matrix rates) static NetworkStructsnSetServiceBatch(NetworkStruct sn, Matrix rates, Matrix scvs) static NetworkStructsnSetServiceBatch(NetworkStruct sn, Matrix rates, Matrix scvs, ModifyMode mode) static NetworkStructsnSetServiceBatch(NetworkStruct sn, Matrix rates, Matrix scvs, ModifyMode mode, ValidationLevel validation) static NetworkStructsnSetServiceBatch(NetworkStruct sn, Matrix rates, Matrix scvs, ModifyMode mode, ValidationLevel validation, boolean autoRefresh) Sets service rates for multiple station-class pairs in a single operation.
-
Method Details
-
snSetService
public static NetworkStruct snSetService(NetworkStruct sn, int stationIdx, int classIdx, double rate, double scv, ModifyMode mode, ValidationLevel validation, boolean autoRefresh) Sets the service rate at a specific station and class. -
snSetService
public static NetworkStruct snSetService(NetworkStruct sn, int stationIdx, int classIdx, double rate, double scv, ModifyMode mode, ValidationLevel validation) -
snSetService
public static NetworkStruct snSetService(NetworkStruct sn, int stationIdx, int classIdx, double rate, double scv, ModifyMode mode) -
snSetService
public static NetworkStruct snSetService(NetworkStruct sn, int stationIdx, int classIdx, double rate, double scv) -
snSetService
public static NetworkStruct snSetService(NetworkStruct sn, int stationIdx, int classIdx, double rate) -
snSetServiceBatch
public static NetworkStruct snSetServiceBatch(NetworkStruct sn, Matrix rates, Matrix scvs, ModifyMode mode, ValidationLevel validation, boolean autoRefresh) Sets service rates for multiple station-class pairs in a single operation. -
snSetServiceBatch
public static NetworkStruct snSetServiceBatch(NetworkStruct sn, Matrix rates, Matrix scvs, ModifyMode mode, ValidationLevel validation) -
snSetServiceBatch
public static NetworkStruct snSetServiceBatch(NetworkStruct sn, Matrix rates, Matrix scvs, ModifyMode mode) -
snSetServiceBatch
-
snSetServiceBatch
-