public class ModelRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
mbtMode |
String |
modelName |
Map<String,Object> |
options
For StateModel executions:
stopMinute: stop condition - stop MBT execution after the specified number of minutes
stopTraversal: stop condition - stop MBT execution after the specified number of trasition traversals have been reached
stopTransCoveragePct: stop condition - stop MBT execution when the transition coverage has reached the specified percentage
stopAtFinalOnly: stop execution at final states only
seqParams: additional sequencer parameters in the format of code=value, separate multiple settings with a semi-colon
seed: int to set the seed to be used by random number generator
initScript: array of groovy script to be executed before model execution.
|
| Constructor and Description |
|---|
ModelRequest() |
public String modelName
public String mbtMode
public Map<String,Object> options
Copyright © 2020. All rights reserved.