|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.cesr.more.basic.MManager
public class MManager
MORe Manager
Field Summary | |
---|---|
protected static NumberFormat |
floatPointFormat
NumberFormat to format floating point numbers |
protected static NumberFormat |
integerFormat
NumberFormat to format integer numbers |
protected static de.cesr.uranus.core.UranusRandomService |
randomService
|
protected static repast.simphony.context.Context<Object> |
rootContext
|
protected static MoreSchedule |
schedule
|
Constructor Summary | |
---|---|
MManager()
|
Method Summary | |
---|---|
static NumberFormat |
getFloatPointFormat()
Mainly used for logging purposes. |
static NumberFormat |
getIntegerFormat()
Mainly used for logging purposes. |
static repast.simphony.context.Context<Object> |
getRootContext()
|
static MoreSchedule |
getSchedule()
Used for instance to schedule network measure calculations. |
static de.cesr.uranus.core.UranusRandomService |
getURandomService()
Return the random manager that is used for random processes. |
static void |
init()
Initialised parameter framework. |
static boolean |
isScheduleSet()
|
static void |
reset()
|
static void |
setFloatPointFormat(NumberFormat format)
|
static void |
setIntegerFormat(NumberFormat format)
|
static void |
setRootContext(repast.simphony.context.Context<Object> rootContext)
|
static void |
setSchedule(MoreSchedule schedule)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static MoreSchedule schedule
protected static repast.simphony.context.Context<Object> rootContext
protected static de.cesr.uranus.core.UranusRandomService randomService
protected static NumberFormat integerFormat
NumberFormat
to format integer numbers
protected static NumberFormat floatPointFormat
NumberFormat
to format floating point numbers
Constructor Detail |
---|
public MManager()
Method Detail |
---|
public static repast.simphony.context.Context<Object> getRootContext()
public static void setRootContext(repast.simphony.context.Context<Object> rootContext)
rootContext
- the rootContext to setpublic static void init()
public static void setFloatPointFormat(NumberFormat format)
format
- public static void setIntegerFormat(NumberFormat format)
the
- common format for integerspublic static NumberFormat getFloatPointFormat()
public static NumberFormat getIntegerFormat()
public static void setSchedule(MoreSchedule schedule)
schedule
- the schedule to setpublic static MoreSchedule getSchedule()
public static boolean isScheduleSet()
public static de.cesr.uranus.core.UranusRandomService getURandomService()
public static void reset()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |