Package tools.descartes.dlim
Interface LogarithmicTrend
- All Known Implementing Classes:
LogarithmicTrendImpl
A representation of the model object '
Logarithmic Trend'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
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
Methods inherited from interface tools.descartes.dlim.Trend
getFunctionOutputAtEnd, getFunctionOutputAtStart, setFunctionOutputAtEnd, setFunctionOutputAtStart
-
Method Details
-
getOrder
double getOrder()Returns the value of the 'Order' attribute. The default value is"4.0"
.If the meaning of the 'Order' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Order' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- default="4.0"
-
setOrder
void setOrder(double value) Sets the value of the 'Order
' attribute.- Parameters:
value
- the new value of the 'Order' attribute.- See Also:
- Generated class or method.
-