Class ForkedBehaviourReplication
- java.lang.Object
-
- org.palladiosimulator.experimentautomation.application.variation.ForkedBehaviourReplication
-
- All Implemented Interfaces:
IVariationStrategy<Long>
public class ForkedBehaviourReplication extends Object implements IVariationStrategy<Long>
-
-
Constructor Summary
Constructors Constructor Description ForkedBehaviourReplication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setVariedObject(EObject o)
Sets the given EObject as the element top be varied.String
vary(Long value)
Sets the given concrete value to the object to be varied.
-
-
-
Method Detail
-
setVariedObject
public void setVariedObject(EObject o)
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
public String vary(Long value)
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.
-
-