Package jline.api.spn
Class Spn_metrics.SpnMetricsResult
java.lang.Object
jline.api.spn.Spn_metrics.SpnMetricsResult
- Enclosing class:
- Spn_metrics
The stationary measures of Sec. 3.1, per place level and per mode.
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleThe normalising constant the measures are taken against.double[][]marginal[l][k] = P(m_l = k).double[]Transition (mode) throughput.double[]Transition (mode) utilization, P(e_j >= 1).double[]Place throughput, tokens removed per unit time.double[]Place utilization, P(m_j > 0).double[]Mean tokens per place level. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
G
public double GThe normalising constant the measures are taken against. -
tokens
public double[] tokensMean tokens per place level. -
placeUtil
public double[] placeUtilPlace utilization, P(m_j > 0). -
placeTput
public double[] placeTputPlace throughput, tokens removed per unit time. -
modeUtil
public double[] modeUtilTransition (mode) utilization, P(e_j >= 1). -
modeTput
public double[] modeTputTransition (mode) throughput. -
marginal
public double[][] marginalmarginal[l][k] = P(m_l = k).
-
-
Constructor Details
-
SpnMetricsResult
public SpnMetricsResult()
-