| Package | Description |
|---|---|
| edu.penn.rtg.schedulingapp | |
| edu.penn.rtg.schedulingapp.algo | |
| edu.penn.rtg.schedulingapp.output.graph |
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector<ResourceModel> |
ResourceModelList.getResourceModels()
Return array list of resource model
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceModelList.addToList(ResourceModel t)
Add a given resource model to list
|
int |
SchedulingComponent.computeDBF_DPRM(int t,
ResourceModel rm) |
void |
ResourceModelList.removeFromList(ResourceModel t)
Remove a given resource model from list
|
| Constructor and Description |
|---|
ResourceModelList(ResourceModel[] listData)
Resource Model List Constructor, it set array list of resource model
|
| Modifier and Type | Method and Description |
|---|---|
int |
EDFSchedulability_DPRM.getPeriod(ResourceModel rm,
int e) |
| Modifier and Type | Method and Description |
|---|---|
static void |
GenGraph.drawArinc(SchedulingComponent C,
ResourceModel rm,
int i,
java.lang.String comStr) |
static void |
GenGraph.drawDPRM(SchedulingComponent C,
ResourceModel rm) |
static void |
GenGraph.drawEDF(SchedulingComponent C,
ResourceModel rm,
java.lang.String rmStr) |
static void |
GenGraph.drawFP(SchedulingComponent comp,
ResourceModel rm,
int val,
java.lang.String comStr) |
static void |
GenGraph.drawMPR(SchedulingComponent C,
ResourceModel rm) |
static void |
GenGraph.drawRM(SchedulingComponent C,
ResourceModel rm,
java.lang.String rmStr,
int i,
java.lang.String comStr) |
void |
CartsGraph.drawSBF_Arinc(ResourceModel rm) |
void |
CartsGraph.drawSBF_DPRM(ResourceModel rm) |
void |
CartsGraph.drawSBF(ResourceModel rm) |
static void |
GenGraph.drawSirap(SchedulingComponent C,
ResourceModel rm,
java.lang.String rmStr,
int i,
java.lang.String comStr) |
static double |
GenGraph.findPoint(ResourceModel rm,
SchedulingComponent C,
int ind,
int limit) |
static double |
GenGraph.findPointArinc(ResourceModel rm,
SchedulingComponent C,
int ind,
int limit) |
static double |
GenGraph.findPointSIRAP(ResourceModel rm,
SchedulingComponent C,
int ind,
int limit) |
void |
CartsGraph.findTight(SchedulingComponent c,
ResourceModel rm) |
void |
CartsGraph.findTightDPRM(SchedulingComponent c,
ResourceModel rm) |