Uses of Class
jline.lang.constant.BalkingThreshold
Packages that use BalkingThreshold
Package
Description
Abstractions to declare basic elements of a model.
This package contains the classes used the specify Network objects
-
Uses of BalkingThreshold in jline.lang
Fields in jline.lang with type parameters of type BalkingThresholdMethods in jline.lang that return types with arguments of type BalkingThresholdModifier and TypeMethodDescriptionJobClass.getBalkingThresholds()Gets the global balking thresholds for this job class.Method parameters in jline.lang with type arguments of type BalkingThresholdModifier and TypeMethodDescriptionvoidJobClass.setBalking(BalkingStrategy strategy, List<BalkingThreshold> thresholds) Sets the global balking configuration for this job class using queue-length thresholds. -
Uses of BalkingThreshold in jline.lang.nodes
Fields in jline.lang.nodes with type parameters of type BalkingThresholdModifier and TypeFieldDescriptionprotected Map<JobClass, List<BalkingThreshold>> Station.balkingThresholdsMethods in jline.lang.nodes that return types with arguments of type BalkingThresholdModifier and TypeMethodDescriptionStation.getBalkingThresholds(JobClass jobClass) Gets the effective balking thresholds for a specific job class.Station.getBalkingThresholdsLocal(JobClass jobClass) Gets the station-specific balking thresholds (without fallback).Method parameters in jline.lang.nodes with type arguments of type BalkingThresholdModifier and TypeMethodDescriptionvoidStation.setBalking(JobClass jobClass, BalkingStrategy strategy, List<BalkingThreshold> thresholds) Sets the balking configuration for a specific job class at this station.