Interface Burst

All Superinterfaces:
EObject, Function, Notifier
All Known Subinterfaces:
ExponentialIncreaseAndDecline, ExponentialIncreaseLogarithmicDecline, LinearIncreaseAndDecline
All Known Implementing Classes:
BurstImpl, ExponentialIncreaseAndDeclineImpl, ExponentialIncreaseLogarithmicDeclineImpl, LinearIncreaseAndDeclineImpl

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

The following features are supported:

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

    • getPeak

      double getPeak()
      Returns the value of the 'Peak' attribute. The default value is "2.0".

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

      Returns:
      the value of the 'Peak' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      default="2.0"
    • setPeak

      void setPeak(double value)
      Sets the value of the 'Peak' attribute.
      Parameters:
      value - the new value of the 'Peak' attribute.
      See Also:
      Generated class or method.
    • getBase

      double getBase()
      Returns the value of the 'Base' attribute. The default value is "0.0".

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

      Returns:
      the value of the 'Base' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      default="0.0"
    • setBase

      void setBase(double value)
      Sets the value of the 'Base' attribute.
      Parameters:
      value - the new value of the 'Base' attribute.
      See Also:
      Generated class or method.
    • getPeakTime

      double getPeakTime()
      Returns the value of the 'Peak Time' attribute. The default value is "1.0".

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

      Returns:
      the value of the 'Peak Time' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      default="1.0"
    • setPeakTime

      void setPeakTime(double value)
      Sets the value of the 'Peak Time' attribute.
      Parameters:
      value - the new value of the 'Peak Time' attribute.
      See Also:
      Generated class or method.
    • peakTimeGreaterZero

      boolean peakTimeGreaterZero(DiagnosticChain chain, Map<?,?> context)
      Generated class or method.
      EMF model class or method.