public class EDFSchedulability_DPRM
extends java.lang.Object
| Constructor and Description |
|---|
EDFSchedulability_DPRM(SchedulingComponent C) |
| Modifier and Type | Method and Description |
|---|---|
double |
getExec(int p) |
double |
getExecTime(int t,
int d,
int p) |
int |
getMaxExec(int p) |
int |
getMaxExecution(double k) |
int |
getMaxPeriod(double k) |
int |
getPeriod(int e) |
int |
getPeriod(ResourceModel rm,
int e) |
int |
getPeriodTime(int t,
int d,
int e) |
public EDFSchedulability_DPRM(SchedulingComponent C) throws java.lang.Exception
java.lang.Exceptionpublic int getMaxPeriod(double k)
public int getMaxExecution(double k)
public int getMaxExec(int p)
public int getPeriod(ResourceModel rm, int e) throws java.lang.Exception
java.lang.Exceptionpublic int getPeriod(int e)
throws java.lang.Exception
java.lang.Exceptionpublic int getPeriodTime(int t,
int d,
int e)
public double getExec(int p)
throws java.lang.Exception
java.lang.Exceptionpublic double getExecTime(int t,
int d,
int p)