Interface DerivedFunctionExpression

All Superinterfaces:
AbstractExpression, DuallyNamedElement, org.eclipse.emf.ecore.EObject, FunctionExpression, NamedElement, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
DerivedFunctionExpressionImpl

public interface DerivedFunctionExpression extends FunctionExpression
A representation of the model object 'Derived Function Expression'.

The following features are supported:

See Also:
  • Method Details

    • getSource

      org.eclipse.emf.ecore.EObject getSource()
      Returns the value of the 'Source' reference.
      Returns:
      the value of the 'Source' reference.
      See Also:
    • setSource

      void setSource(org.eclipse.emf.ecore.EObject value)
      Sets the value of the 'Source' reference.
      Parameters:
      value - the new value of the 'Source' reference.
      See Also: