Interface Combinator

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

public interface Combinator extends EObject
A representation of the model object ' Combinator'.

The following features are supported:

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

    • getOperator

      Operator getOperator()
      Returns the value of the 'Operator' attribute. The default value is "ADD". The literals are from the enumeration Operator.

      If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Operator' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      default="ADD"
    • setOperator

      void setOperator(Operator value)
      Sets the value of the 'Operator' attribute.
      Parameters:
      value - the new value of the 'Operator' attribute.
      See Also:
      Generated class or method.
    • 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.