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 TypeMethodDescriptiondoubleReturns the value of the 'Logarithmic Order' attribute.voidsetLogarithmicOrder(double value) Sets the value of the 'Logarithmic Order' attribute.Methods inherited from interface tools.descartes.dlim.Burst
getBase, getPeak, getPeakTime, peakTimeGreaterZero, setBase, setPeak, setPeakTimeMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface tools.descartes.dlim.Function
getCombineMethods 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.
-