Package | Description |
---|---|
de.uni_kl.cs.discodnc.curves | |
de.uni_kl.cs.discodnc.curves.dnc | |
de.uni_kl.cs.discodnc.curves.mpa_rtc_pwaffine | |
de.uni_kl.cs.discodnc.minplus |
Modifier and Type | Interface | Description |
---|---|---|
interface |
ArrivalCurve |
|
interface |
CurvePwAffine |
Interface for piecewise affine curves, including convenience functions used
by Disco's implementation DNC operations.
|
interface |
MaxServiceCurve |
|
interface |
ServiceCurve |
Modifier and Type | Method | Description |
---|---|---|
Curve |
Curve.copy() |
Modifier and Type | Method | Description |
---|---|---|
void |
Curve.copy(Curve curve) |
|
void |
CurvePwAffine.copy(Curve curve) |
Modifier and Type | Class | Description |
---|---|---|
class |
ArrivalCurve_DNC |
|
class |
Curve_DNC |
Class representing a piecewise linear curve, defined on [0,inf).
The curve is stored as an array of LinearSegment objects. |
class |
MaxServiceCurve_DNC |
|
class |
ServiceCurve_DNC |
Modifier and Type | Method | Description |
---|---|---|
void |
Curve_DNC.copy(Curve curve) |
Modifier and Type | Class | Description |
---|---|---|
class |
ArrivalCurve_MPARTC_PwAffine |
|
class |
Curve_MPARTC_PwAffine |
|
class |
MaxServiceCurve_MPARTC_PwAffine |
|
class |
ServiceCurve_MPARTC_PwAffine |
Modifier and Type | Method | Description |
---|---|---|
void |
Curve_MPARTC_PwAffine.copy(Curve curve) |
Modifier and Type | Method | Description |
---|---|---|
static int |
MinPlus.inputDelayedInfiniteBurstCheck(Curve curve_1,
Curve curve_2) |