Package org.palladiosimulator.pcm.seff
Interface ForkedBehaviour
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,Notifier
,PCMBaseClass
,PCMClass
,ResourceDemandingBehaviour
- All Known Implementing Classes:
ForkedBehaviourImpl
A representation of the model object 'Forked Behaviour'.
A ForkedBehaviour can be considered as a program thread. All parameter characterisations from the surrounding RDSEFF are also valid inside the ForkedBehaviours and can be used to parameterise resource demands or control flow constructs. The parameter characterisations are the same in each ForkedBehaviour.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Fork Action Forked Behaivour' container reference.Returns the value of the 'Synchronisation Point Forked Behaviour' container reference.void
Sets the value of the 'Fork Action Forked Behaivour
' container reference.void
Sets the value of the 'Synchronisation Point Forked Behaviour
' container reference.Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
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 de.uka.ipd.sdq.identifier.Identifier
getId, setId
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface org.palladiosimulator.pcm.seff.ResourceDemandingBehaviour
getAbstractBranchTransition_ResourceDemandingBehaviour, getAbstractLoopAction_ResourceDemandingBehaviour, getSteps_Behaviour, setAbstractBranchTransition_ResourceDemandingBehaviour, setAbstractLoopAction_ResourceDemandingBehaviour, startActionNeedsRouteToStopAction
-
Field Details
-
copyright
- See Also:
- Generated class or method.
-
-
Method Details
-
getSynchronisationPoint_ForkedBehaviour
SynchronisationPoint getSynchronisationPoint_ForkedBehaviour()Returns the value of the 'Synchronisation Point Forked Behaviour' container reference. It is bidirectional and its opposite is 'Synchronous Forked Behaviours Synchronisation Point
'.- Returns:
- the value of the 'Synchronisation Point Forked Behaviour' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="synchronousForkedBehaviours_SynchronisationPoint" transient="false" ordered="false"
-
setSynchronisationPoint_ForkedBehaviour
Sets the value of the 'Synchronisation Point Forked Behaviour
' container reference.- Parameters:
value
- the new value of the 'Synchronisation Point Forked Behaviour' container reference.- See Also:
- Generated class or method.
-
getForkAction_ForkedBehaivour
ForkAction getForkAction_ForkedBehaivour()Returns the value of the 'Fork Action Forked Behaivour' container reference. It is bidirectional and its opposite is 'Asynchronous Forked Behaviours Fork Action
'.- Returns:
- the value of the 'Fork Action Forked Behaivour' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="asynchronousForkedBehaviours_ForkAction" transient="false" ordered="false"
-
setForkAction_ForkedBehaivour
Sets the value of the 'Fork Action Forked Behaivour
' container reference.- Parameters:
value
- the new value of the 'Fork Action Forked Behaivour' container reference.- See Also:
- Generated class or method.
-