java.lang.Object
org.palladiosimulator.experimentautomation.application.variation.LoadBalancingVariation
All Implemented Interfaces:
IVariationStrategy<Long>

public class LoadBalancingVariation extends Object implements IVariationStrategy<Long>
  • Constructor Details

    • LoadBalancingVariation

      public LoadBalancingVariation()
  • Method Details

    • 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 interface IVariationStrategy<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 interface IVariationStrategy<Long>
      Parameters:
      value - the concrete value to assigned to the varied object.
      Returns:
      a textual description of the variation.