| AbstractAnalysis |
|
| AbstractArrivalBound |
|
| AggregatePboo_Concatenation |
|
| AggregatePboo_PerServer |
|
| AggregatePmoo |
|
| AggregateTandemMatching |
|
| AlgDncBackend |
|
| AlgDncBackend_DNC_Affine |
|
| AlgDncBackend_DNC_ConPwAffine |
|
| AlgDncBackend_DNC_PwAffineC_AffineMP |
|
| AlgDncBackend_MPARTC_DISCO_Affine |
|
| AlgDncBackend_MPARTC_DISCO_PwAffine |
|
| AlgDncBackend_MPARTC_PwAffine |
|
| Analysis |
|
| Analysis.Analyses |
|
| AnalysisConfig |
This class contains configuration settings that are considered during the analysis,
e.g., the multiplexing behavior of servers and the arrival bounding methods to use.
|
| AnalysisConfig.ArrivalBoundMethod |
|
| AnalysisConfig.MaxScEnforcement |
|
| AnalysisConfig.Multiplexing |
|
| AnalysisConfig.MultiplexingEnforcement |
|
| AnalysisResults |
|
| ArrivalBound |
|
| ArrivalBoundDispatch |
|
| ArrivalCurve |
|
| ArrivalCurve_Disco_Affine |
|
| ArrivalCurve_Disco_PwAffine |
|
| ArrivalCurve_MPARTC_PwAffine |
|
| Backlog |
|
| Backlog_SinkTree |
|
| Bound |
|
| Calculator |
This class contains configuration settings for the calculator
that cannot be changed at runtime without risking to cause an exception.
|
| CheckUtils |
|
| CompFFApresets |
|
| Convolution_Disco_Affine |
|
| Convolution_Disco_PwAffine |
|
| Curve |
Interface for wide-sense increasing, plain curves.
|
| Curve_Affine |
Interface for affine curves, including convenience functions used
by Disco's implementation of DNC operations.
|
| Curve_ConstantPool |
|
| Curve_Disco_Affine |
Class representing a piecewise linear affine curve, defined on [0,inf), by at most two segments.
The curve is stored as an array of LinearSegment objects.
|
| Curve_Disco_PwAffine |
Class representing a piecewise linear curve, defined on [0,inf).
The curve is stored as an array of LinearSegment objects.
|
| Curve_MPARTC_PwAffine |
|
| Curve_PwAffine |
Interface for piecewise affine curves, including convenience functions used
by Disco's implementation of DNC operations.
|
| Curve.CurveOperation |
|
| Curves_Disco_Configuration |
|
| Curves_MPARTC_Configuration |
|
| Deconvolution_Disco_Affine |
|
| Deconvolution_Disco_ConPwAffine |
Deconvolution for convex or (almost) concave, (almost) continuous functions.
|
| Delay |
|
| Demo1 |
|
| Demo2 |
|
| Demo3 |
|
| Demo4 |
|
| DncTest |
|
| DncTestConfig |
|
| DncTestMethodSources |
|
| DncTestResults |
|
| FF_3S_1SC_2F_1AC_2P_Results |
|
| FF_3S_1SC_2F_1AC_2P_ServerGraph |
|
| FF_3S_1SC_2F_1AC_2P_Test |
|
| FF_4S_1SC_3F_1AC_3P_Results |
|
| FF_4S_1SC_3F_1AC_3P_ServerGraph |
|
| FF_4S_1SC_3F_1AC_3P_Test |
|
| FF_4S_1SC_4F_1AC_4P_Results |
|
| FF_4S_1SC_4F_1AC_4P_ServerGraph |
|
| FF_4S_1SC_4F_1AC_4P_Test |
|
| Flow |
Class representing flows through the network.
|
| LeftOverService |
|
| LinearSegment |
|
| LinearSegment_Disco |
Class representing linear segments of a curve.
|
| LinearSegment_Disco.LinearSegment_DNC_builder |
|
| LinearSegment_MPARTC_PwAffine |
|
| LinearSegment_MPARTC_PwAffine.LinearSegment_MPARTC_PwAffine_builder |
|
| LinearSegment.Builder |
|
| MaxServiceCurve |
|
| MaxServiceCurve_Disco_Affine |
|
| MaxServiceCurve_Disco_PwAffine |
|
| MaxServiceCurve_MPARTC_PwAffine |
|
| MinPlus |
|
| MinPlus_Disco_Affine |
|
| MinPlus_Disco_Configuration |
|
| MinPlus_Disco_ConPwAffine |
|
| MinPlus_MPARTC |
A dispatcher calling the MPA RTC's implementation of min-plus convolution and deconvolution.
|
| NaN |
|
| NegativeInfinity |
|
| Num |
|
| NumBackend |
|
| Output |
The output bound makes use of the deconvolution.
|
| Path |
A flows path is a sequence of crossed buffers -- either represented by the
sequence servers (said buffers) or turns connecting them.
|
| PmooAnalysis |
|
| PmooResults |
|
| PmooSinkTreeAffineABCache |
|
| PositiveInfinity |
|
| RationalBigInt |
Wrapper class around org.apache.commons.math3.BigFraction.BigFraction
introducing special values like positive / negative infinity and NaN as well
as operators like min, max, ==, >, >=, <, and <= that are not
part of BigFraction but needed by the network calculator.
|
| RationalInt |
Wrapper class around org.apache.commons.math3.fraction.Fraction introducing
special values like positive / negative infinity and NaN as well as operators
like min, max, ==, >, >=, <, and <= that are not part of Fraction
but needed by the network calculator.
|
| RealDoublePrecision |
|
| RealSinglePrecision |
|
| S_1SC_10F_10AC_Results |
|
| S_1SC_10F_10AC_ServerGraph |
|
| S_1SC_10F_10AC_Test |
|
| S_1SC_1F_1AC_Results |
|
| S_1SC_1F_1AC_ServerGraph |
|
| S_1SC_1F_1AC_Test |
|
| S_1SC_2F_1AC_Results |
|
| S_1SC_2F_1AC_ServerGraph |
|
| S_1SC_2F_1AC_Test |
|
| S_1SC_2F_2AC_Results |
|
| S_1SC_2F_2AC_ServerGraph |
|
| S_1SC_2F_2AC_Test |
|
| SeparateFlowAnalysis |
|
| SeparateFlowResults |
|
| Server |
|
| ServerGraph |
Servers in a server graph object correspond to buffers that may be shared by
different flows.
|
| ServerGraphFactory |
|
| ServiceCurve |
|
| ServiceCurve_Disco_Affine |
|
| ServiceCurve_Disco_PwAffine |
|
| ServiceCurve_MPARTC_PwAffine |
|
| SetUtils |
A tiny collection of convenience methods useful in dealing with sets but not
provided directly by Java's set classes.
|
| SinkTree_AffineCurves |
|
| TA_2S_1SC_1F_1AC_1P_Results |
|
| TA_2S_1SC_1F_1AC_1P_ServerGraph |
|
| TA_2S_1SC_1F_1AC_1P_Test |
|
| TA_2S_1SC_2F_1AC_1P_Results |
|
| TA_2S_1SC_2F_1AC_1P_ServerGraph |
|
| TA_2S_1SC_2F_1AC_1P_Test |
|
| TA_2S_1SC_2F_1AC_2P_Results |
|
| TA_2S_1SC_2F_1AC_2P_ServerGraph |
|
| TA_2S_1SC_2F_1AC_2P_Test |
|
| TA_2S_1SC_4F_1AC_1P_Results |
|
| TA_2S_1SC_4F_1AC_1P_ServerGraph |
|
| TA_2S_1SC_4F_1AC_1P_Test |
|
| TA_2S_2SC_1F_1AC_1P_Results |
|
| TA_2S_2SC_1F_1AC_1P_ServerGraph |
|
| TA_2S_2SC_1F_1AC_1P_Test |
|
| TA_2S_2SC_2F_1AC_1P_Results |
|
| TA_2S_2SC_2F_1AC_1P_ServerGraph |
|
| TA_2S_2SC_2F_1AC_1P_Test |
|
| TA_3S_1SC_2F_1AC_1P_Results |
|
| TA_3S_1SC_2F_1AC_1P_ServerGraph |
|
| TA_3S_1SC_2F_1AC_1P_Test |
|
| TA_3S_1SC_3F_1AC_3P_Results |
|
| TA_3S_1SC_3F_1AC_3P_ServerGraph |
|
| TA_3S_1SC_3F_1AC_3P_Test |
|
| TA_4S_1SC_2F_1AC_2P_Results |
|
| TA_4S_1SC_2F_1AC_2P_ServerGraph |
|
| TA_4S_1SC_2F_1AC_2P_Test |
|
| TandemMatchingAnalysis |
|
| TandemMatchingResults |
|
| TotalFlowAnalysis |
|
| TotalFlowResults |
|
| TR_3S_1SC_2F_1AC_2P_Results |
|
| TR_3S_1SC_2F_1AC_2P_ServerGraph |
|
| TR_3S_1SC_2F_1AC_2P_Test |
|
| TR_7S_1SC_3F_1AC_3P_Results |
|
| TR_7S_1SC_3F_1AC_3P_ServerGraph |
|
| TR_7S_1SC_3F_1AC_3P_Test |
|
| Turn |
|