|
|
@ -45,7 +45,6 @@ public class StateModelChecker extends PrismComponent implements ModelChecker |
|
|
{ |
|
|
{ |
|
|
// PRISM stuff |
|
|
// PRISM stuff |
|
|
protected Prism prism; |
|
|
protected Prism prism; |
|
|
protected PrismLog mainLog; |
|
|
|
|
|
protected PrismLog techLog; |
|
|
protected PrismLog techLog; |
|
|
|
|
|
|
|
|
// Properties file |
|
|
// Properties file |
|
|
@ -95,7 +94,6 @@ public class StateModelChecker extends PrismComponent implements ModelChecker |
|
|
|
|
|
|
|
|
// Initialise |
|
|
// Initialise |
|
|
this.prism = prism; |
|
|
this.prism = prism; |
|
|
mainLog = prism.getMainLog(); |
|
|
|
|
|
techLog = prism.getTechLog(); |
|
|
techLog = prism.getTechLog(); |
|
|
model = m; |
|
|
model = m; |
|
|
propertiesFile = pf; |
|
|
propertiesFile = pf; |
|
|
@ -138,7 +136,6 @@ public class StateModelChecker extends PrismComponent implements ModelChecker |
|
|
|
|
|
|
|
|
// Initialise |
|
|
// Initialise |
|
|
this.prism = prism; |
|
|
this.prism = prism; |
|
|
mainLog = prism.getMainLog(); |
|
|
|
|
|
techLog = prism.getTechLog(); |
|
|
techLog = prism.getTechLog(); |
|
|
this.varList = varList; |
|
|
this.varList = varList; |
|
|
this.varDDRowVars = varDDRowVars; |
|
|
this.varDDRowVars = varDDRowVars; |
|
|
|