Uses of Enum
jline.api.sn.ValidationLevel
Packages that use ValidationLevel
-
Uses of ValidationLevel in jline.api.sn
Methods in jline.api.sn that return ValidationLevelModifier and TypeMethodDescriptionstatic ValidationLevelReturns the enum constant of this type with the specified name.static ValidationLevel[]ValidationLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jline.api.sn with parameters of type ValidationLevelModifier and TypeMethodDescriptionstatic NetworkStructSnSetArrival.snSetArrival(NetworkStruct sn, int classIdx, double rate, double scv, ModifyMode mode, ValidationLevel validation) static NetworkStructSnSetArrival.snSetArrival(NetworkStruct sn, int classIdx, double rate, double scv, ModifyMode mode, ValidationLevel validation, boolean autoRefresh) Sets the arrival rate for a class at the Source station.static NetworkStructSnSetArrival.snSetArrivalBatch(NetworkStruct sn, Matrix rates, Matrix scvs, ModifyMode mode, ValidationLevel validation) static NetworkStructSnSetArrival.snSetArrivalBatch(NetworkStruct sn, Matrix rates, Matrix scvs, ModifyMode mode, ValidationLevel validation, boolean autoRefresh) Sets arrival rates for multiple classes in a single operation.static NetworkStructSnSetForkFanout.snSetForkFanout(NetworkStruct sn, int forkNodeIdx, int fanOut, ModifyMode mode, ValidationLevel validation) Sets the fork fanout (number of tasks per output link) for a Fork node.static NetworkStructSnSetForkFanout.snSetForkFanoutBatch(NetworkStruct sn, Map<Integer, Integer> fanOuts, ModifyMode mode, ValidationLevel validation) Sets fork fanout for multiple Fork nodes in a single operation.static NetworkStructSnSetPopulation.snSetPopulation(NetworkStruct sn, int classIdx, double nJobs, ModifyMode mode, ValidationLevel validation) static NetworkStructSnSetPopulation.snSetPopulation(NetworkStruct sn, int classIdx, double nJobs, ModifyMode mode, ValidationLevel validation, boolean autoRefresh) Sets the number of jobs for a closed class.static NetworkStructSnSetPopulation.snSetPopulationBatch(NetworkStruct sn, Matrix njobs, ModifyMode mode, ValidationLevel validation) static NetworkStructSnSetPopulation.snSetPopulationBatch(NetworkStruct sn, Matrix njobs, ModifyMode mode, ValidationLevel validation, boolean autoRefresh) Sets populations for multiple classes in a single operation.static NetworkStructSnSetPriority.snSetPriority(NetworkStruct sn, int classIdx, double priority, ModifyMode mode, ValidationLevel validation) Sets the priority for a class.static NetworkStructSnSetPriority.snSetPriorityBatch(NetworkStruct sn, Matrix priorities, ModifyMode mode, ValidationLevel validation) Sets priorities for multiple classes in a single operation.static NetworkStructSnSetRouting.snSetRoutingMatrix(NetworkStruct sn, Matrix rt, ModifyMode mode, ValidationLevel validation) static NetworkStructSnSetRouting.snSetRoutingMatrix(NetworkStruct sn, Matrix rt, ModifyMode mode, ValidationLevel validation, boolean autoRefresh) Sets the entire routing matrix for stateful nodes.static NetworkStructSnSetRouting.snSetRoutingNodesMatrix(NetworkStruct sn, Matrix rtnodes, ModifyMode mode, ValidationLevel validation) static NetworkStructSnSetRouting.snSetRoutingNodesMatrix(NetworkStruct sn, Matrix rtnodes, ModifyMode mode, ValidationLevel validation, boolean autoRefresh) Sets the entire routing matrix for all nodes.static NetworkStructSnSetRouting.snSetRoutingProb(NetworkStruct sn, int fromStateful, int fromClass, int toStateful, int toClass, double probability, ModifyMode mode, ValidationLevel validation) static NetworkStructSnSetRouting.snSetRoutingProb(NetworkStruct sn, int fromStateful, int fromClass, int toStateful, int toClass, double probability, ModifyMode mode, ValidationLevel validation, boolean autoRefresh) Sets a routing probability between two stateful node-class pairs.static NetworkStructSnSetServers.snSetServers(NetworkStruct sn, int stationIdx, double nServers, ModifyMode mode, ValidationLevel validation) Sets the number of servers at a station.static NetworkStructSnSetServers.snSetServersBatch(NetworkStruct sn, Matrix nServers, ModifyMode mode, ValidationLevel validation) Sets the number of servers for multiple stations in a single operation.static NetworkStructSnSetService.snSetService(NetworkStruct sn, int stationIdx, int classIdx, double rate, double scv, ModifyMode mode, ValidationLevel validation) static NetworkStructSnSetService.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.static NetworkStructSnSetService.snSetServiceBatch(NetworkStruct sn, Matrix rates, Matrix scvs, ModifyMode mode, ValidationLevel validation) static NetworkStructSnSetService.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.SnValidate.snValidate(NetworkStruct sn, ValidationLevel level)