All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
QualityBasedRewardEvaluator.RealValuedReward, RewardImpl, SimpleRewardSignal

public interface Reward<R> extends EObject
A representation of the model object 'Reward'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getValue

      R getValue()
      Returns the value of the 'Value' attribute.
      Returns:
      the value of the 'Value' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true"
    • setValue

      void setValue(R value)
      Sets the value of the 'Value' attribute.
      Parameters:
      value - the new value of the 'Value' attribute.
      See Also:
      Generated class or method.
    • addWith

      Reward<R> addWith(Reward<R> other)
      Generated class or method.
      EMF model class or method.
      required="true"