Interface TimeDependentFunctionContainer
- All Known Implementing Classes:
TimeDependentFunctionContainerImpl
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
durationGreaterZero
(DiagnosticChain chain, Map<?, ?> context) double
Returns the value of the 'Duration' attribute.double
Returns the value of the 'First Iteration End' attribute.double
Returns the value of the 'First Iteration Start' attribute.Returns the value of the 'Function' containment reference.getName()
Returns the value of the 'Name' attribute.Returns the value of the 'Point Of Reference Clock Object' reference.Returns the value of the 'Point Of Reference Clock Type' attribute.boolean
referenceClockInTreeNode
(DiagnosticChain chain, Map<?, ?> context) void
setDuration
(double value) Sets the value of the 'Duration
' attribute.void
setFirstIterationEnd
(double value) Sets the value of the 'First Iteration End
' attribute.void
setFirstIterationStart
(double value) Sets the value of the 'First Iteration Start
' attribute.void
setFunction
(Function value) Sets the value of the 'Function
' containment reference.void
Sets the value of the 'Name
' attribute.void
Sets the value of the 'Point Of Reference Clock Object
' reference.void
Sets the value of the 'Point Of Reference Clock Type
' 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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getName
String getName()Returns the value of the 'Name' attribute.If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Name' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
- Generated class or method.
-
getDuration
double getDuration()Returns the value of the 'Duration' attribute. The default value is"1.0"
.If the meaning of the 'Duration' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Duration' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- default="1.0"
-
setDuration
void setDuration(double value) Sets the value of the 'Duration
' attribute.- Parameters:
value
- the new value of the 'Duration' attribute.- See Also:
- Generated class or method.
-
getFirstIterationStart
double getFirstIterationStart()Returns the value of the 'First Iteration Start' attribute.If the meaning of the 'Start' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'First Iteration Start' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- derived="true"
-
setFirstIterationStart
void setFirstIterationStart(double value) Sets the value of the 'First Iteration Start
' attribute.- Parameters:
value
- the new value of the 'First Iteration Start' attribute.- See Also:
- Generated class or method.
-
getFirstIterationEnd
double getFirstIterationEnd()Returns the value of the 'First Iteration End' attribute.If the meaning of the 'End' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'First Iteration End' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- derived="true"
-
setFirstIterationEnd
void setFirstIterationEnd(double value) Sets the value of the 'First Iteration End
' attribute.- Parameters:
value
- the new value of the 'First Iteration End' attribute.- See Also:
- Generated class or method.
-
getFunction
Function getFunction()Returns the value of the 'Function' containment reference.If the meaning of the 'Function' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Function' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setFunction
Sets the value of the 'Function
' containment reference.- Parameters:
value
- the new value of the 'Function' containment reference.- See Also:
- Generated class or method.
-
getPointOfReferenceClockObject
ReferenceClockObject getPointOfReferenceClockObject()Returns the value of the 'Point Of Reference Clock Object' reference.If the meaning of the 'Point Of Reference Clock Object' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Point Of Reference Clock Object' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setPointOfReferenceClockObject
Sets the value of the 'Point Of Reference Clock Object
' reference.- Parameters:
value
- the new value of the 'Point Of Reference Clock Object' reference.- See Also:
- Generated class or method.
-
getPointOfReferenceClockType
ClockType getPointOfReferenceClockType()Returns the value of the 'Point Of Reference Clock Type' attribute. The default value is"CONTAINERCLOCK"
. The literals are from the enumerationClockType
.If the meaning of the 'Point Of Reference Clock Type' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Point Of Reference Clock Type' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- default="CONTAINERCLOCK"
-
setPointOfReferenceClockType
Sets the value of the 'Point Of Reference Clock Type
' attribute.- Parameters:
value
- the new value of the 'Point Of Reference Clock Type' attribute.- See Also:
- Generated class or method.
-
durationGreaterZero
- Generated class or method.
- EMF model class or method.
-
referenceClockInTreeNode
- Generated class or method.
- EMF model class or method.
-