|
|
@ -138,6 +138,9 @@ public class ConstructModel extends PrismComponent |
|
|
int i, j, nc, nt, src, dest; |
|
|
int i, j, nc, nt, src, dest; |
|
|
long timer; |
|
|
long timer; |
|
|
|
|
|
|
|
|
|
|
|
// Get model info |
|
|
|
|
|
modelType = modulesFile.getModelType(); |
|
|
|
|
|
|
|
|
// Display a warning if there are unbounded vars |
|
|
// Display a warning if there are unbounded vars |
|
|
VarList varList = modulesFile.createVarList(); |
|
|
VarList varList = modulesFile.createVarList(); |
|
|
if (varList.containsUnboundedVariables()) |
|
|
if (varList.containsUnboundedVariables()) |
|
|
@ -151,7 +154,6 @@ public class ConstructModel extends PrismComponent |
|
|
timer = System.currentTimeMillis(); |
|
|
timer = System.currentTimeMillis(); |
|
|
|
|
|
|
|
|
// Initialise simulator for this model |
|
|
// Initialise simulator for this model |
|
|
modelType = modulesFile.getModelType(); |
|
|
|
|
|
engine.createNewOnTheFlyPath(modulesFile); |
|
|
engine.createNewOnTheFlyPath(modulesFile); |
|
|
|
|
|
|
|
|
// Create model storage |
|
|
// Create model storage |
|
|
|