public class PmooResults extends AnalysisResults
| Modifier and Type | Field | Description | 
|---|---|---|
| protected java.util.Set<ServiceCurve> | betas_e2e | 
backlog_bound, delay_bound, map__server__alphas| Modifier | Constructor | Description | 
|---|---|---|
| protected  | PmooResults() | |
| protected  | PmooResults(Num delay_bound,
           Num backlog_bound,
           java.util.Set<ServiceCurve> betas_e2e,
           java.util.Map<Server,java.util.Set<ArrivalCurve>> map__server__alphas) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| protected void | setBacklogBound(Num backlog_bound) | |
| protected void | setDelayBound(Num delay_bound) | 
getBacklogBound, getDelayBound, getServerAlphasMapString, toStringprotected java.util.Set<ServiceCurve> betas_e2e
protected PmooResults()
protected PmooResults(Num delay_bound, Num backlog_bound, java.util.Set<ServiceCurve> betas_e2e, java.util.Map<Server,java.util.Set<ArrivalCurve>> map__server__alphas)
protected void setDelayBound(Num delay_bound)
setDelayBound in class AnalysisResultsprotected void setBacklogBound(Num backlog_bound)
setBacklogBound in class AnalysisResults