Class LoopIterationVariation
java.lang.Object
org.palladiosimulator.experimentautomation.application.variation.LoopIterationVariation
- All Implemented Interfaces:
IVariationStrategy<Long>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidSets the given EObject as the element top be varied.Sets the given concrete value to the object to be varied.
-
Constructor Details
-
LoopIterationVariation
public LoopIterationVariation()
-
-
Method Details
-
setVariedObject
Description copied from interface:IVariationStrategySets the given EObject as the element top be varied.- Specified by:
setVariedObjectin interfaceIVariationStrategy<Long>- Parameters:
o- the given EObject.
-
vary
Description copied from interface:IVariationStrategySets the given concrete value to the object to be varied.- Specified by:
varyin interfaceIVariationStrategy<Long>- Parameters:
value- the concrete value to assigned to the varied object.- Returns:
- a textual description of the variation.
-