Package jline.api.infer
Class ParamSpec
java.lang.Object
jline.api.infer.ParamSpec
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).
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
-
name
-
-
Constructor Details
-
ParamSpec
-
-
Method Details
-
hostDemand
Estimate the mean host demand of the named activity. -
think
Estimate the mean think time of the named task.
-