Interface IVariationStrategy<VALUE_TYPE>

    • Method Detail

      • setVariedObject

        void setVariedObject​(EObject eObject)
        Sets the given EObject as the element top be varied.
        Parameters:
        eObject - the given EObject.
      • vary

        String vary​(VALUE_TYPE value)
        Sets the given concrete value to the object to be varied.
        Parameters:
        value - the concrete value to assigned to the varied object.
        Returns:
        a textual description of the variation.