Interface Action
- All Known Subinterfaces:
WaitForAcquire
,WaitForDelay
,WaitForDemand
- All Known Implementing Classes:
ActionImpl
,WaitForAcquireImpl
,WaitForDelayImpl
,WaitForDemandImpl
A representation of the model object 'Action'.
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 'Action Duration' attribute.double
Returns the value of the 'Action Start Time' attribute.void
setActionDuration
(double value) Sets the value of the 'Action Duration
' attribute.void
setActionStartTime
(double value) Sets the value of the 'Action Start Time
' 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
-
getActionStartTime
double getActionStartTime()Returns the value of the 'Action Start Time' attribute.If the meaning of the 'Action Start Time' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Action Start Time' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setActionStartTime
void setActionStartTime(double value) Sets the value of the 'Action Start Time
' attribute.- Parameters:
value
- the new value of the 'Action Start Time' attribute.- See Also:
- Generated class or method.
-
getActionDuration
double getActionDuration()Returns the value of the 'Action Duration' attribute.If the meaning of the 'Action Duration' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Action Duration' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" transient="true" volatile="true" ordered="false"
-
setActionDuration
void setActionDuration(double value) Sets the value of the 'Action Duration
' attribute.- Parameters:
value
- the new value of the 'Action Duration' attribute.- See Also:
- Generated class or method.
-