Interface Action
-
- All Known Subinterfaces:
WaitForAcquire
,WaitForDelay
,WaitForDemand
- All Known Implementing Classes:
ActionImpl
,WaitForAcquireImpl
,WaitForDelayImpl
,WaitForDemandImpl
public interface Action extends EObject
A representation of the model object 'Action'.The following features are supported:
- See Also:
SimucomstatusPackage.getAction()
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getActionDuration()
Returns the value of the 'Action Duration' attribute.double
getActionStartTime()
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 Detail
-
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:
setActionStartTime(double)
,SimucomstatusPackage.getAction_ActionStartTime()
- 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:
getActionStartTime()
- 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:
setActionDuration(double)
,SimucomstatusPackage.getAction_ActionDuration()
- 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:
getActionDuration()
- Generated class or method.
-
-