| Package | Description |
|---|---|
| org.workflowsim.utils |
| Modifier and Type | Method and Description |
|---|---|
static Parameters.PLNMethod |
Parameters.getPlannerMode()
Gets the planning method
|
static Parameters.PLNMethod |
Parameters.PLNMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Parameters.PLNMethod[] |
Parameters.PLNMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Parameters.init(Parameters.FTCMethod fMethod,
Parameters.FTCMonitor monitor,
Parameters.FTCFailure failure,
java.util.Map failureList,
int vm,
java.lang.String dax,
java.lang.String runtime,
java.lang.String datasize,
OverheadParameters op,
ClusteringParameters cp,
Parameters.SCHMethod scheduler,
Parameters.PLNMethod planner,
java.lang.String rMethod,
long dl)
A static function so that you can specify them in any place
|