Package jline.solvers.fluid.petri
Class PetriImmediate.Row
java.lang.Object
jline.solvers.fluid.petri.PetriImmediate.Row
- Enclosing class:
- PetriImmediate
One pinning equation.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
kind
public final int kind -
a
public final int aPIN: the pinned coordinate. RATIO/ZERO: an immediate-mode index. -
b
public final int bRATIO: the second mode. Unused otherwise. -
wa
public final double wa -
wb
public final double wb
-
-
Constructor Details
-
Row
public Row(int kind, int a, int b, double wa, double wb)
-