public interface Process extends EObject
The following features are supported:
SimucomstatusPackage.getProcess()| Modifier and Type | Method and Description |
|---|---|
Action |
getCurrentAction()
Returns the value of the 'Current Action' containment reference.
|
String |
getId()
Returns the value of the 'Id' attribute.
|
double |
getProcessStartTime()
Returns the value of the 'Process Start Time' attribute.
|
void |
setCurrentAction(Action value)
Sets the value of the '
Current Action' containment reference. |
void |
setId(String value)
Sets the value of the '
Id' attribute. |
void |
setProcessStartTime(double value)
Sets the value of the '
Process Start Time' attribute. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverAction getCurrentAction()
If the meaning of the 'Current Action' containment reference isn't clear, there really should be more of a description here...
setCurrentAction(Action),
SimucomstatusPackage.getProcess_CurrentAction()void setCurrentAction(Action value)
Current Action' containment reference. value - the new value of the 'Current Action' containment reference.getCurrentAction()String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
SimucomstatusPackage.getProcess_Id()void setId(String value)
Id' attribute. value - the new value of the 'Id' attribute.getId()double getProcessStartTime()
If the meaning of the 'Process Start Time' attribute isn't clear, there really should be more of a description here...
setProcessStartTime(double),
SimucomstatusPackage.getProcess_ProcessStartTime()void setProcessStartTime(double value)
Process Start Time' attribute. value - the new value of the 'Process Start Time' attribute.getProcessStartTime()