Interface UnivariateFunction

All Superinterfaces:
EObject, Function, Notifier
All Known Subinterfaces:
AbsoluteValueFunction
All Known Implementing Classes:
AbsoluteValueFunctionImpl, UnivariateFunctionImpl

public interface UnivariateFunction extends Function
A representation of the model object ' Univariate Function'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
abstract="true"
  • Method Details

    • getFunction

      Function getFunction()
      Returns the value of the 'Function' containment reference.

      If the meaning of the 'Function' containment reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Function' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" required="true"
    • setFunction

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