PmooAnalysis, SeparateFlowAnalysis, TotalFlowAnalysispublic abstract class AbstractAnalysis
extends java.lang.Object
| Modifier and Type | Field | Description | 
|---|---|---|
| protected AnalysisConfig | configuration | |
| protected Network | network | |
| protected AnalysisResults | result | 
| Constructor | Description | 
|---|---|
| AbstractAnalysis() | 
| Modifier and Type | Method | Description | 
|---|---|---|
| Num | getBacklogBound() | Returns the backlog bound of the analysis. | 
| Num | getDelayBound() | Returns the delay bound of the analysis. | 
| Network | getNetwork() | |
| java.util.Map<Server,java.util.Set<ArrivalCurve>> | getServerAlphasMap() | For TFA this is the whole traffic at a server because you do not separate the
 flow of interest during analysis. | 
| java.lang.String | getServerAlphasMapString() | |
| java.lang.String | toString() | 
protected Network network
protected AnalysisConfig configuration
protected AnalysisResults result
public Network getNetwork()
public java.lang.String toString()
toString in class java.lang.Objectpublic Num getDelayBound()
public Num getBacklogBound()
public java.util.Map<Server,java.util.Set<ArrivalCurve>> getServerAlphasMap()
For SFA and PMOO you will get the arrival bounds of the cross-traffic at every server.
public java.lang.String getServerAlphasMapString()