All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
SampleImpl

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

The following features are supported:

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

    • getReward

      Reward<R> getReward()
      Returns the value of the 'Reward' reference.
      Returns:
      the value of the 'Reward' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setReward

      void setReward(Reward<R> value)
      Sets the value of the 'Reward' reference.
      Parameters:
      value - the new value of the 'Reward' reference.
      See Also:
      Generated class or method.
    • getAction

      Action<A> getAction()
      Returns the value of the 'Action' reference.
      Returns:
      the value of the 'Action' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setAction

      void setAction(Action<A> value)
      Sets the value of the 'Action' reference.
      Parameters:
      value - the new value of the 'Action' reference.
      See Also:
      Generated class or method.
    • getPointInTime

      int getPointInTime()
      Returns the value of the 'Point In Time' attribute.
      Returns:
      the value of the 'Point In Time' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true"
    • setPointInTime

      void setPointInTime(int value)
      Sets the value of the 'Point In Time' attribute.
      Parameters:
      value - the new value of the 'Point In Time' attribute.
      See Also:
      Generated class or method.
    • getCurrent

      State getCurrent()
      Returns the value of the 'Current' reference.
      Returns:
      the value of the 'Current' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true"
    • setCurrent

      void setCurrent(State value)
      Sets the value of the 'Current' reference.
      Parameters:
      value - the new value of the 'Current' reference.
      See Also:
      Generated class or method.
    • getNext

      State getNext()
      Returns the value of the 'Next' reference.
      Returns:
      the value of the 'Next' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true"
    • setNext

      void setNext(State value)
      Sets the value of the 'Next' reference.
      Parameters:
      value - the new value of the 'Next' reference.
      See Also:
      Generated class or method.
    • getObservation

      Observation getObservation()
      Returns the value of the 'Observation' reference.
      Returns:
      the value of the 'Observation' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setObservation

      void setObservation(Observation value)
      Sets the value of the 'Observation' reference.
      Parameters:
      value - the new value of the 'Observation' reference.
      See Also:
      Generated class or method.