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