|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectNPTLab.SettingsValuesSingleton
public class SettingsValuesSingleton
Class that gets from the settings file the value of the matrixCreationDays, that's the time dedicated to the creation of the the traces of the nodes
Field Summary | |
---|---|
static java.lang.String |
COMPUTEMATRICES
|
static java.lang.String |
DAYS
|
static java.lang.String |
DESTINATIONTHRESHOLD
|
static java.lang.String |
GROUPSPREADTHRESHOLD
|
static java.lang.String |
PROFILECAST_ROUTER_NS
number of days in which the matrices are computed |
static java.lang.String |
STOPMESSAGECREATION
|
Constructor Summary | |
---|---|
SettingsValuesSingleton()
|
Method Summary | |
---|---|
static int |
getComputeMatricesDays()
Gets and returns from the ProfileCast's settings file the value of the ComputeMatricesDays. |
static double |
getGroupSpreadThreshold()
Gets and returns from the ProfileCast's settings file the value of the GroupSpreadThreshold. |
static int |
getMatrixCreationDays()
Gets and returns from the ProfileCast's settings file the value of the matrixCreationDays. |
static int |
getStopMessageCreationTime()
Gets and return from the ProfileCast's settings file the value of the StopMessageCreationTime. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PROFILECAST_ROUTER_NS
public static final java.lang.String DAYS
public static final java.lang.String GROUPSPREADTHRESHOLD
public static final java.lang.String DESTINATIONTHRESHOLD
public static final java.lang.String STOPMESSAGECREATION
public static final java.lang.String COMPUTEMATRICES
Constructor Detail |
---|
public SettingsValuesSingleton()
Method Detail |
---|
public static int getMatrixCreationDays()
public static double getGroupSpreadThreshold()
public static int getStopMessageCreationTime()
public static int getComputeMatricesDays()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |