Package tools.descartes.dlim
Interface Burst
- All Known Subinterfaces:
ExponentialIncreaseAndDecline
,ExponentialIncreaseLogarithmicDecline
,LinearIncreaseAndDecline
- All Known Implementing Classes:
BurstImpl
,ExponentialIncreaseAndDeclineImpl
,ExponentialIncreaseLogarithmicDeclineImpl
,LinearIncreaseAndDeclineImpl
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 Summary
Modifier and TypeMethodDescriptiondouble
getBase()
Returns the value of the 'Base' attribute.double
getPeak()
Returns the value of the 'Peak' attribute.double
Returns the value of the 'Peak Time' attribute.boolean
peakTimeGreaterZero
(DiagnosticChain chain, Map<?, ?> context) void
setBase
(double value) Sets the value of the 'Base
' attribute.void
setPeak
(double value) Sets the value of the 'Peak
' attribute.void
setPeakTime
(double value) Sets the value of the 'Peak Time
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface tools.descartes.dlim.Function
getCombine
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
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
- Generated class or method.
- EMF model class or method.
-