public interface ActorStep extends EObject, org.palladiosimulator.pcm.usagemodel.AbstractUserAction
The following features are supported:
BpusagemodelPackage.getActorStep()| Modifier and Type | Method and Description |
|---|---|
EList<DataObject<?>> |
getInputDataObjects()
Returns the value of the 'Input Data Objects' reference list.
|
EList<DataObject<?>> |
getOutputDataObjects()
Returns the value of the 'Output Data Objects' reference list.
|
org.palladiosimulator.pcm.core.PCMRandomVariable |
getProcessingTime()
Returns the value of the 'Processing Time' containment reference.
|
Role |
getResponsibleRole()
Returns the value of the 'Responsible Role' reference.
|
double |
getRestingTime()
Returns the value of the 'Resting Time' attribute.
|
boolean |
isContinuouslyPerformed()
Returns the value of the 'Continuously Performed' attribute.
|
boolean |
isInterruptable()
Returns the value of the 'Interruptable' attribute.
|
void |
setContinuouslyPerformed(boolean value)
Sets the value of the '
Continuously Performed' attribute. |
void |
setInterruptable(boolean value)
Sets the value of the '
Interruptable' attribute. |
void |
setProcessingTime(org.palladiosimulator.pcm.core.PCMRandomVariable value)
Sets the value of the '
Processing Time' containment reference. |
void |
setResponsibleRole(Role value)
Sets the value of the '
Responsible Role' reference. |
void |
setRestingTime(double value)
Sets the value of the '
Resting Time' attribute. |
getPredecessor, getScenarioBehaviour_AbstractUserAction, getSuccessor, setPredecessor, setScenarioBehaviour_AbstractUserAction, setSuccessorgetEntityName, setEntityNamecdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptioneAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverorg.palladiosimulator.pcm.core.PCMRandomVariable getProcessingTime()
If the meaning of the 'Processing Time' containment reference isn't clear, there really should be more of a description here...
setProcessingTime(PCMRandomVariable),
BpusagemodelPackage.getActorStep_ProcessingTime()void setProcessingTime(org.palladiosimulator.pcm.core.PCMRandomVariable value)
Processing Time' containment reference.
value - the new value of the 'Processing Time' containment reference.getProcessingTime()double getRestingTime()
If the meaning of the 'Resting Time' attribute isn't clear, there really should be more of a description here...
setRestingTime(double),
BpusagemodelPackage.getActorStep_RestingTime()void setRestingTime(double value)
Resting Time' attribute.
value - the new value of the 'Resting Time' attribute.getRestingTime()Role getResponsibleRole()
If the meaning of the 'Responsible Role' reference isn't clear, there really should be more of a description here...
setResponsibleRole(Role),
BpusagemodelPackage.getActorStep_ResponsibleRole()void setResponsibleRole(Role value)
Responsible Role' reference.
value - the new value of the 'Responsible Role' reference.getResponsibleRole()boolean isContinuouslyPerformed()
If the meaning of the 'Continuously Performed' attribute isn't clear, there really should be more of a description here...
setContinuouslyPerformed(boolean),
BpusagemodelPackage.getActorStep_ContinuouslyPerformed()void setContinuouslyPerformed(boolean value)
Continuously Performed' attribute.
value - the new value of the 'Continuously Performed' attribute.isContinuouslyPerformed()boolean isInterruptable()
"false".
If the meaning of the 'Interruptable' attribute isn't clear, there really should be more of a description here...
setInterruptable(boolean),
BpusagemodelPackage.getActorStep_Interruptable()void setInterruptable(boolean value)
Interruptable' attribute.
value - the new value of the 'Interruptable' attribute.isInterruptable()EList<DataObject<?>> getOutputDataObjects()
DataObject<?>.
If the meaning of the 'Output Data Objects' reference list isn't clear, there really should be more of a description here...
BpusagemodelPackage.getActorStep_OutputDataObjects()EList<DataObject<?>> getInputDataObjects()
DataObject<?>.
If the meaning of the 'Input Data Objects' reference list isn't clear, there really should be more of a description here...
BpusagemodelPackage.getActorStep_InputDataObjects()