Package jline.api.sn

Class SnToQrfBlocking.Result

java.lang.Object
jline.api.sn.SnToQrfBlocking.Result
Enclosing class:
SnToQrfBlocking

public static final class SnToQrfBlocking.Result extends Object
The derived tables, or the reason they cannot be built.
  • Field Details

    • params

      public final QrfParams params
      Blocking tables, null when msg is non-empty.
    • ZM

      public final int ZM
      Maximum reachable blocking depth.
    • blockers

      public final int[] blockers
      1-based station indices that can be blocked behind f.
    • msg

      public final String msg
      Empty on success, otherwise why the tables cannot be derived.