Interface Process
-
- All Known Implementing Classes:
ProcessImpl
public interface Process extends EObject
A representation of the model object 'Process'.The following features are supported:
- See Also:
SimucomstatusPackage.getProcess()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
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
-
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:
setCurrentAction(Action)
,SimucomstatusPackage.getProcess_CurrentAction()
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setCurrentAction
void setCurrentAction(Action value)
Sets the value of the 'Current Action
' containment reference.- Parameters:
value
- the new value of the 'Current Action' containment reference.- See Also:
getCurrentAction()
- 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:
setId(String)
,SimucomstatusPackage.getProcess_Id()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setId
void setId(String value)
Sets the value of the 'Id
' attribute.- Parameters:
value
- the new value of the 'Id' attribute.- See Also:
getId()
- 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:
setProcessStartTime(double)
,SimucomstatusPackage.getProcess_ProcessStartTime()
- 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:
getProcessStartTime()
- Generated class or method.
-
-