Class ParamSpec

java.lang.Object
jline.api.infer.ParamSpec

public class ParamSpec extends Object
Specification of a hidden LQN parameter to identify.

Used by InferLqn to name which Layered Queueing Network parameters are estimated: an activity host demand (HOSTDEM) or a task think time (THINK).

Copyright (c) 2012-2026, Imperial College London. All rights reserved.
  • Field Details

  • Constructor Details

  • Method Details

    • hostDemand

      public static ParamSpec hostDemand(String activityName)
      Estimate the mean host demand of the named activity.
    • think

      public static ParamSpec think(String taskName)
      Estimate the mean think time of the named task.