|
|
@ -1420,10 +1420,6 @@ public class PrismCL implements PrismModelListener |
|
|
errorAndExit("No file specified for -" + sw + " switch"); |
|
|
errorAndExit("No file specified for -" + sw + " switch"); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
// export transition matrix graph to dot file and view it |
|
|
|
|
|
else if (sw.equals("exportmodeldotview")) { |
|
|
|
|
|
exportmodeldotview = true; |
|
|
|
|
|
} |
|
|
|
|
|
// export transition matrix MTBDD to dot file |
|
|
// export transition matrix MTBDD to dot file |
|
|
else if (sw.equals("exportdot")) { |
|
|
else if (sw.equals("exportdot")) { |
|
|
if (i < args.length - 1) { |
|
|
if (i < args.length - 1) { |
|
|
@ -1737,6 +1733,10 @@ public class PrismCL implements PrismModelListener |
|
|
errorAndExit("No file specified for -" + sw + " switch"); |
|
|
errorAndExit("No file specified for -" + sw + " switch"); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
// export transition matrix graph to dot file and view it (hidden option, for now) |
|
|
|
|
|
else if (sw.equals("exportmodeldotview")) { |
|
|
|
|
|
exportmodeldotview = true; |
|
|
|
|
|
} |
|
|
// mtbdd construction method (hidden option) |
|
|
// mtbdd construction method (hidden option) |
|
|
else if (sw.equals("c1")) { |
|
|
else if (sw.equals("c1")) { |
|
|
prism.setConstruction(1); |
|
|
prism.setConstruction(1); |
|
|
|