Interface Process
- All Known Implementing Classes:
ProcessImpl
A representation of the model object 'Process'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Current Action' containment reference.getId()
Returns the value of the 'Id' attribute.double
Returns the value of the 'Process Start Time' attribute.void
setCurrentAction
(Action value) Sets the value of the 'Current Action
' containment reference.void
Sets the value of the 'Id
' attribute.void
setProcessStartTime
(double value) Sets the value of the 'Process 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
-
getCurrentAction
Action getCurrentAction()Returns the value of the 'Current Action' containment reference.If the meaning of the 'Current Action' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Current Action' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setCurrentAction
Sets the value of the 'Current Action
' containment reference.- Parameters:
value
- the new value of the 'Current Action' containment reference.- See Also:
- Generated class or method.
-
getId
String getId()Returns the value of the 'Id' attribute.If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Id' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setId
Sets the value of the 'Id
' attribute.- Parameters:
value
- the new value of the 'Id' attribute.- See Also:
- Generated class or method.
-
getProcessStartTime
double getProcessStartTime()Returns the value of the 'Process Start Time' attribute.If the meaning of the 'Process Start Time' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Process Start Time' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setProcessStartTime
void setProcessStartTime(double value) Sets the value of the 'Process Start Time
' attribute.- Parameters:
value
- the new value of the 'Process Start Time' attribute.- See Also:
- Generated class or method.
-