Package tools.descartes.dlim
Interface Sin
- All Known Subinterfaces:
AbsoluteSin
- All Known Implementing Classes:
AbsoluteSinImpl
,SinImpl
A representation of the model object '
Sin'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptiondouble
getMax()
Returns the value of the 'Max' attribute.double
getMin()
Returns the value of the 'Min' attribute.double
Returns the value of the 'Period' attribute.double
getPhase()
Returns the value of the 'Phase' attribute.void
setMax
(double value) Sets the value of the 'Max
' attribute.void
setMin
(double value) Sets the value of the 'Min
' attribute.void
setPeriod
(double value) Sets the value of the 'Period
' attribute.void
setPhase
(double value) Sets the value of the 'Phase
' 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
-
getMin
double getMin()Returns the value of the 'Min' attribute. The default value is"1.0"
.If the meaning of the 'Min' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Min' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- default="1.0"
-
setMin
void setMin(double value) Sets the value of the 'Min
' attribute.- Parameters:
value
- the new value of the 'Min' attribute.- See Also:
- Generated class or method.
-
getMax
double getMax()Returns the value of the 'Max' attribute. The default value is"1.0"
.If the meaning of the 'Max' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Max' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- default="1.0"
-
setMax
void setMax(double value) Sets the value of the 'Max
' attribute.- Parameters:
value
- the new value of the 'Max' attribute.- See Also:
- Generated class or method.
-
getPeriod
double getPeriod()Returns the value of the 'Period' attribute. The default value is"10.0"
.If the meaning of the 'Period' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Period' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- default="10.0"
-
setPeriod
void setPeriod(double value) Sets the value of the 'Period
' attribute.- Parameters:
value
- the new value of the 'Period' attribute.- See Also:
- Generated class or method.
-
getPhase
double getPhase()Returns the value of the 'Phase' attribute. The default value is"0.0"
.If the meaning of the 'Phase' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Phase' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- default="0.0"
-
setPhase
void setPhase(double value) Sets the value of the 'Phase
' attribute.- Parameters:
value
- the new value of the 'Phase' attribute.- See Also:
- Generated class or method.
-