Uses of Class
jasima.shopSim.prioRules.meta.LookaheadThreshold
-
Packages that use LookaheadThreshold Package Description jasima.shopSim.prioRules.meta -
-
Uses of LookaheadThreshold in jasima.shopSim.prioRules.meta
Subclasses of LookaheadThreshold in jasima.shopSim.prioRules.meta Modifier and Type Class Description classAdaptiveLAThresholdThis class implements a rule with a max waiting time threshold value specified relative to the minimum time it takes to process any job waiting in the queue. maxWaitRelative has to be in the range [0,1].classFixedLAThresholdThis class implements a rule that assigns a lower priority to any lookahead job arriving later than a given threshold value.classIgnoreFutureJobsHelper class to use a rule which is designed to assign a low priority to future jobs when the lookahead is enabled, thereby generating non delay schedules.
-