| Constructor and Description |
|---|
EqvPrmModel()
Construct an empty EqvPrmModel
|
EqvPrmModel(long orgPeriod,
double bandwidth)
Given a single period, construct the equivalent set defined in RTAS'11 Chen's paper
|
EqvPrmModel(PeriodSet periodSet,
double bandwidth)
Construct the period set by given continuous bound (contBound) and the set of discrete period (discSet)
|
| Modifier and Type | Method and Description |
|---|---|
static EqvPrmModel |
compose(EqvPrmModel model1,
EqvPrmModel model2) |
void |
display() |
java.lang.String |
getStr() |
int |
getSupply(int t) |
PTask |
getTask() |
double |
getUtil() |
public PeriodSet periodSet
public double bandwidth
public EqvPrmModel()
public EqvPrmModel(long orgPeriod,
double bandwidth)
orgPeriod - bandwidth - public EqvPrmModel(PeriodSet periodSet, double bandwidth)
contBound - discSet - bandwidth - public static EqvPrmModel compose(EqvPrmModel model1, EqvPrmModel model2)
public java.lang.String getStr()