Package jline.api.sn
Class SnPnFiringRates.Ret
java.lang.Object
jline.api.sn.SnPnFiringRates.Ret
- Enclosing class:
SnPnFiringRates
Outcome of the recovery. The rates field is null when the firing rates
cannot be recovered, in which case the caller keeps the value it had.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal double[][][]Tokens consumed, indexed [mode][place][class].Node indices of the Places, in the order used by the arrays above.final double[][][]Tokens produced, indexed [mode][place][class].final MatrixFiring rate per (transition, mode) pair, as a column vector. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
rates
Firing rate per (transition, mode) pair, as a column vector. -
consumed
public final double[][][] consumedTokens consumed, indexed [mode][place][class]. -
produced
public final double[][][] producedTokens produced, indexed [mode][place][class]. -
placeNodes
Node indices of the Places, in the order used by the arrays above.
-
-
Constructor Details
-
Ret
-