Package jline.io

Class Ret.EventResult

java.lang.Object
jline.io.Ret.EventResult
Enclosing class:
Ret

public static class Ret.EventResult extends Object
Result type for event-based state space exploration functions.

This class encapsulates the output of afterEvent* functions which compute the possible states reachable after an event occurs in the queueing network, along with the rates and probabilities of transitions.

  • Field Details

    • outspace

      public final Matrix outspace
    • outrate

      public final Matrix outrate
    • outprob

      public final Matrix outprob
  • Constructor Details