Modifier and Type | Method and Description |
---|---|
static StochasticNet.ExecutionPolicy |
StochasticNet.ExecutionPolicy.fromString(java.lang.String value) |
StochasticNet.ExecutionPolicy |
StochasticNet.getExecutionPolicy()
Returns the execution policy (see
StochasticNet.ExecutionPolicy ) of the net. |
static StochasticNet.ExecutionPolicy |
StochasticNet.ExecutionPolicy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StochasticNet.ExecutionPolicy[] |
StochasticNet.ExecutionPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
StochasticNet.setExecutionPolicy(StochasticNet.ExecutionPolicy policy)
Sets the execution policy of the net.
|
Modifier and Type | Method and Description |
---|---|
StochasticNet.ExecutionPolicy |
StochasticNetImpl.getExecutionPolicy() |
Modifier and Type | Method and Description |
---|---|
void |
StochasticNetImpl.setExecutionPolicy(StochasticNet.ExecutionPolicy executionPolicy) |
Modifier and Type | Method and Description |
---|---|
StochasticNet.ExecutionPolicy |
PerformanceEnricherConfig.getPolicy() |
Modifier and Type | Method and Description |
---|---|
void |
PerformanceEnricherConfig.setPolicy(StochasticNet.ExecutionPolicy policy) |
Constructor and Description |
---|
PerformanceEnricherConfig(StochasticNet.DistributionType distType,
StochasticNet.TimeUnit timeUnit,
StochasticNet.ExecutionPolicy executionPolicy,
java.io.File correlationMatrixFile) |
PerformanceEnricherConfig(StochasticNet.DistributionType distType,
StochasticNet.TimeUnit timeUnit,
StochasticNet.ExecutionPolicy executionPolicy,
java.io.File correlationMatrixFile,
boolean collectLoadData) |
Modifier and Type | Method and Description |
---|---|
void |
PerformanceEnricherExperimentResult.add(int traceSize,
StochasticNet.ExecutionPolicy policy,
ModelComparisonResult result) |
Modifier and Type | Method and Description |
---|---|
StochasticNet.ExecutionPolicy |
GeneratorConfig.getExecutionPolicy() |
Modifier and Type | Method and Description |
---|---|
void |
GeneratorConfig.setExecutionPolicy(StochasticNet.ExecutionPolicy executionPolicy) |
Modifier and Type | Method and Description |
---|---|
StochasticNet.ExecutionPolicy |
PredictionExperimentConfig.getExecutionPolicy() |
Modifier and Type | Method and Description |
---|---|
void |
PredictionExperimentConfig.setExecutionPolicy(StochasticNet.ExecutionPolicy executionPolicy) |
Modifier and Type | Method and Description |
---|---|
StochasticNet.ExecutionPolicy |
PNSimulatorConfig.getExecutionPolicy() |
Constructor and Description |
---|
PNSimulatorConfig(long numberOfTraces,
StochasticNet.TimeUnit unitFactor,
long seed,
double arrivalRate,
int maxEventsInOneTrace,
StochasticNet.ExecutionPolicy policy) |
PNSimulatorConfig(long numberOfTraces,
StochasticNet.TimeUnit unitFactor,
long seed,
double arrivalRate,
int maxEventsInOneTrace,
StochasticNet.ExecutionPolicy policy,
java.lang.String logName) |