Class PetriImmediate.Row

java.lang.Object
jline.solvers.fluid.petri.PetriImmediate.Row
Enclosing class:
PetriImmediate

public static final class PetriImmediate.Row extends Object
One pinning equation.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final int
    PIN: the pinned coordinate.
    final int
    RATIO: the second mode.
    final int
     
    final double
     
    final double
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Row(int kind, int a, int b, double wa, double wb)
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • kind

      public final int kind
    • a

      public final int a
      PIN: the pinned coordinate. RATIO/ZERO: an immediate-mode index.
    • b

      public final int b
      RATIO: 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)