Package jline.lang

Class RoutingErgodicity.ReducibilityInfo

java.lang.Object
jline.lang.RoutingErgodicity.ReducibilityInfo
Enclosing class:
RoutingErgodicity

public static final class RoutingErgodicity.ReducibilityInfo extends Object
Network.RoutingErgodicityResult with the repairs attached, the MATLAB getReducibilityInfo struct.
  • Field Details

    • isRoutingErgodic

      public boolean isRoutingErgodic
      True when the routing is ergodic (irreducible).
    • isReducible

      public boolean isReducible
      True when the routing creates a reducible structure.
    • absorbingStations

      public List<String> absorbingStations
      Names of the absorbing stations, the Sink excluded.
    • transientStations

      public List<String> transientStations
      Names of the stations lying in a transient component.
    • numSCCs

      public int numSCCs
      Number of strongly connected components of the routing graph.
    • suggestedFixes

      public List<String> suggestedFixes
      One suggested repair per absorbing station; empty when ergodic.
  • Constructor Details

    • ReducibilityInfo

      public ReducibilityInfo()