|
|
@ -71,9 +71,7 @@ public class AccumulationTransformation<M extends ModelExplicit> implements Mode |
|
|
transformedExpression = mc.handleMaximalStateFormulas(originalModel, originalExpression); |
|
|
transformedExpression = mc.handleMaximalStateFormulas(originalModel, originalExpression); |
|
|
|
|
|
|
|
|
mc.getLog().println("Performing accumulation transformation..."); |
|
|
mc.getLog().println("Performing accumulation transformation..."); |
|
|
|
|
|
|
|
|
// TODO: WHILE getFirstAccumulationExpression |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Get the first ExpressionAccumulation |
|
|
// Get the first ExpressionAccumulation |
|
|
boolean singleTrack = true; |
|
|
boolean singleTrack = true; |
|
|
ExpressionAccumulation accexp = transformedExpression.getFirstAccumulationExpressionWithoutTemporal(); |
|
|
ExpressionAccumulation accexp = transformedExpression.getFirstAccumulationExpressionWithoutTemporal(); |
|
|
|