Package jline.lang
Class RoutingErgodicity.ReducibilityInfo
java.lang.Object
jline.lang.RoutingErgodicity.ReducibilityInfo
- Enclosing class:
- RoutingErgodicity
Network.RoutingErgodicityResult with the repairs attached, the
MATLAB getReducibilityInfo struct.-
Field Summary
FieldsModifier and TypeFieldDescriptionNames of the absorbing stations, the Sink excluded.booleanTrue when the routing creates a reducible structure.booleanTrue when the routing is ergodic (irreducible).intNumber of strongly connected components of the routing graph.One suggested repair per absorbing station; empty when ergodic.Names of the stations lying in a transient component. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
isRoutingErgodic
public boolean isRoutingErgodicTrue when the routing is ergodic (irreducible). -
isReducible
public boolean isReducibleTrue when the routing creates a reducible structure. -
absorbingStations
Names of the absorbing stations, the Sink excluded. -
transientStations
Names of the stations lying in a transient component. -
numSCCs
public int numSCCsNumber of strongly connected components of the routing graph. -
suggestedFixes
One suggested repair per absorbing station; empty when ergodic.
-
-
Constructor Details
-
ReducibilityInfo
public ReducibilityInfo()
-