diff --git a/prism/src/explicit/AccumulationProduct.java b/prism/src/explicit/AccumulationProduct.java index 1a0e36db..b85e24cb 100644 --- a/prism/src/explicit/AccumulationProduct.java +++ b/prism/src/explicit/AccumulationProduct.java @@ -292,6 +292,20 @@ public abstract class AccumulationProduct extends Pro return initialAccStateId; } + private String labelString(Integer stateId) { + StringBuffer result = new StringBuffer(); + + for(int t=0; t extends Pro + "" + "" + i + "=" + fromState + "" + "" - + " " + accState + "" + + " " + accState + "" + + "" + + " " + labelString(i) + "" + "" + "\"" + Dottable.quoteForDot(tracker.toString()) + "\"" + ""