Class ResponseTimeConstraint

java.lang.Object
jline.opt.objectives.Constraint
jline.opt.objectives.ResponseTimeConstraint

public class ResponseTimeConstraint extends Constraint
Per-station response time constraint: RT <= maxValue.
  • Constructor Details

    • ResponseTimeConstraint

      public ResponseTimeConstraint(String station, String jobclass, double maxValue, String name)
    • ResponseTimeConstraint

      public ResponseTimeConstraint(Station station, JobClass jobclass, double maxValue)
    • ResponseTimeConstraint

      public ResponseTimeConstraint(Station station, double maxValue)
  • Method Details