Interface Function

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
AbsoluteSin, AbsoluteValueFunction, ArrivalRatesFromFile, Burst, Constant, CustomFunction, ExponentialIncreaseAndDecline, ExponentialIncreaseLogarithmicDecline, ExponentialTrend, LinearIncreaseAndDecline, LinearTrend, LogarithmicTrend, Noise, NormalNoise, Polynomial, Seasonal, Sequence, Sin, SinTrend, Trend, UniformNoise, UnivariateFunction
All Known Implementing Classes:
AbsoluteSinImpl, AbsoluteValueFunctionImpl, ArrivalRatesFromFileImpl, BurstImpl, ConstantImpl, ExponentialIncreaseAndDeclineImpl, ExponentialIncreaseLogarithmicDeclineImpl, ExponentialTrendImpl, FunctionImpl, LinearIncreaseAndDeclineImpl, LinearTrendImpl, LogarithmicTrendImpl, NoiseImpl, NormalNoiseImpl, PolynomialImpl, SeasonalImpl, SequenceImpl, SinImpl, SinTrendImpl, TrendImpl, UniformNoiseImpl, UnivariateFunctionImpl

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

The following features are supported:

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

    • getCombine

      EList<Combinator> getCombine()
      Returns the value of the 'Combine' containment reference list. The list contents are of type Combinator.

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

      Returns:
      the value of the 'Combine' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true"