|
|
|
@ -98,6 +98,7 @@ public class AccumulationTransformation<M extends Model> implements ModelExpress |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@SuppressWarnings("unchecked") |
|
|
|
protected void doTransformationComplex(ExpressionAccumulation accexp, Vector<Rewards> rewards) throws PrismException { |
|
|
|
// Build the product |
|
|
|
if(accexp.hasRegularExpression()) { |
|
|
|
@ -140,6 +141,7 @@ public class AccumulationTransformation<M extends Model> implements ModelExpress |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@SuppressWarnings("unchecked") |
|
|
|
protected void doTransformationSimple(ExpressionAccumulation accexp, Vector<Rewards> rewards) throws PrismException { |
|
|
|
// Build the product |
|
|
|
if(accexp.hasRegularExpression()) { |
|
|
|
|