Package jline.opt.objectives
Class SystemResponseTimeConstraint
java.lang.Object
jline.opt.objectives.Constraint
jline.opt.objectives.SystemResponseTimeConstraint
End-to-end (chain-level) response time constraint: SysRespT <= maxValue.
-
Field Summary
Fields inherited from class jline.opt.objectives.Constraint
name -
Constructor Summary
ConstructorsConstructorDescriptionSystemResponseTimeConstraint(double maxValue) SystemResponseTimeConstraint(String jobclass, double maxValue, String name) SystemResponseTimeConstraint(JobClass jobclass, double maxValue) -
Method Summary
Methods inherited from class jline.opt.objectives.Constraint
getName, isSatisfied, lowerBoundViolation, upperBoundViolation
-
Constructor Details
-
SystemResponseTimeConstraint
-
SystemResponseTimeConstraint
-
SystemResponseTimeConstraint
public SystemResponseTimeConstraint(double maxValue)
-
-
Method Details
-
generateName
- Specified by:
generateNamein classConstraint
-
getJobClass
-
getMaxValue
public double getMaxValue() -
evaluate
Description copied from class:ConstraintViolation amount: 0 if satisfied, positive if violated.- Specified by:
evaluatein classConstraint
-