Package tools.descartes.dlim
Interface ExponentialIncreaseLogarithmicDecline
- All Known Implementing Classes:
ExponentialIncreaseLogarithmicDeclineImpl
A representation of the model object '
Exponential Increase Logarithmic Decline'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Returns the value of the 'Logarithmic Order' attribute.void
setLogarithmicOrder
(double value) Sets the value of the 'Logarithmic Order
' attribute.Methods inherited from interface tools.descartes.dlim.Burst
getBase, getPeak, getPeakTime, peakTimeGreaterZero, setBase, setPeak, setPeakTime
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
-
getLogarithmicOrder
double getLogarithmicOrder()Returns the value of the 'Logarithmic Order' attribute. The default value is"4.0"
.If the meaning of the 'Logarithmic Order' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Logarithmic Order' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- default="4.0"
-
setLogarithmicOrder
void setLogarithmicOrder(double value) Sets the value of the 'Logarithmic Order
' attribute.- Parameters:
value
- the new value of the 'Logarithmic Order' attribute.- See Also:
- Generated class or method.
-