Package jline.opt.objectives
Class ResponseTimeConstraint
java.lang.Object
jline.opt.objectives.Constraint
jline.opt.objectives.ResponseTimeConstraint
Per-station response time constraint: RT <= maxValue.
-
Field Summary
Fields inherited from class jline.opt.objectives.Constraint
name -
Constructor Summary
ConstructorsConstructorDescriptionResponseTimeConstraint(String station, String jobclass, double maxValue, String name) ResponseTimeConstraint(Station station, double maxValue) ResponseTimeConstraint(Station station, JobClass jobclass, double maxValue) -
Method Summary
Methods inherited from class jline.opt.objectives.Constraint
getName, isSatisfied, lowerBoundViolation, upperBoundViolation
-
Constructor Details
-
ResponseTimeConstraint
-
ResponseTimeConstraint
-
ResponseTimeConstraint
-
-
Method Details
-
generateName
- Specified by:
generateNamein classConstraint
-
getStation
-
getJobClass
-
getMaxValue
public double getMaxValue() -
evaluate
Description copied from class:ConstraintViolation amount: 0 if satisfied, positive if violated.- Specified by:
evaluatein classConstraint
-