|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.cesr.more.measures.util.MScheduleParameters
public class MScheduleParameters
MORe Values are double because of Repast Simphony Scheduling
| Field Summary | |
|---|---|
static double |
END_TICK
|
static double |
FIRST_PRIORITY
|
static double |
LAST_PRIORITY
|
static double |
RANDOM_PRIORITY
|
| Method Summary | |
|---|---|
double |
getEnd()
|
static MScheduleParameters |
getEverlastingRandomScheduleParameter(double start,
double interval)
Priority is MScheduleParameters.RANDOM_PRIORITY. |
static MScheduleParameters |
getFromBeginningRandomScheduleParameter(double interval,
double end)
Action starts right after Scheduling until [end] every [interval]th step. |
double |
getInterval()
|
double |
getPriority()
|
static MScheduleParameters |
getScheduleParameter(double start,
double interval,
double end,
double priority)
Priority is MScheduleParameters.RANDOM_PRIORITY. |
double |
getStart()
|
static MScheduleParameters |
getUnboundedRandomMScheduleParameters(double interval)
Priority is MScheduleParameters.RANDOM_PRIORITY, start is 0; |
void |
setEnd(double end)
|
void |
setInterval(double interval)
|
void |
setPriority(double priority)
|
void |
setStart(double start)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final double RANDOM_PRIORITY
public static final double FIRST_PRIORITY
public static final double LAST_PRIORITY
public static final double END_TICK
| Method Detail |
|---|
public double getStart()
public void setStart(double start)
start - the start to setpublic double getInterval()
public void setInterval(double interval)
interval - the interval to setpublic double getPriority()
public void setPriority(double priority)
priority - the end to setpublic double getEnd()
public void setEnd(double end)
end - the end to setpublic String toString()
toString in class Object
public static MScheduleParameters getScheduleParameter(double start,
double interval,
double end,
double priority)
start - interval - end - priority -
public static MScheduleParameters getEverlastingRandomScheduleParameter(double start,
double interval)
start - interval -
public static MScheduleParameters getFromBeginningRandomScheduleParameter(double interval,
double end)
interval - end -
public static MScheduleParameters getUnboundedRandomMScheduleParameters(double interval)
interval -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||