Class Polling.Landing

java.lang.Object
jline.lang.state.Polling.Landing
All Implemented Interfaces:
Serializable
Enclosing class:
Polling

public static class Polling.Landing extends Object implements Serializable
Result of a landing: the successor rows and the probability of each.
See Also:
  • Field Details

    • rows

      public List<Matrix> rows
      Successor [buffer, server, local-var] rows.
    • probs

      public List<Double> probs
      Probability of each successor row.
  • Constructor Details

    • Landing

      public Landing()