Package tools.descartes.dlim
Interface Trend
- All Known Subinterfaces:
ExponentialTrend
,LinearTrend
,LogarithmicTrend
,SinTrend
- All Known Implementing Classes:
ExponentialTrendImpl
,LinearTrendImpl
,LogarithmicTrendImpl
,SinTrendImpl
,TrendImpl
A representation of the model object '
Trend'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Returns the value of the 'Function Output At End' attribute.double
Returns the value of the 'Function Output At Start' attribute.void
setFunctionOutputAtEnd
(double value) Sets the value of the 'Function Output At End
' attribute.void
setFunctionOutputAtStart
(double value) Sets the value of the 'Function Output At Start
' 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
-
getFunctionOutputAtStart
double getFunctionOutputAtStart()Returns the value of the 'Function Output At Start' attribute. The default value is"0.0"
.If the meaning of the 'Start Value' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Function Output At Start' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- default="0.0"
-
setFunctionOutputAtStart
void setFunctionOutputAtStart(double value) Sets the value of the 'Function Output At Start
' attribute.- Parameters:
value
- the new value of the 'Function Output At Start' attribute.- See Also:
- Generated class or method.
-
getFunctionOutputAtEnd
double getFunctionOutputAtEnd()Returns the value of the 'Function Output At End' attribute. The default value is"1.0"
.If the meaning of the 'End Value' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Function Output At End' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- default="1.0"
-
setFunctionOutputAtEnd
void setFunctionOutputAtEnd(double value) Sets the value of the 'Function Output At End
' attribute.- Parameters:
value
- the new value of the 'Function Output At End' attribute.- See Also:
- Generated class or method.
-