Package org.palladiosimulator.pcm.seff
Interface SynchronisationPoint
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,Notifier
,PCMBaseClass
,PCMClass
- All Known Implementing Classes:
SynchronisationPointImpl
A representation of the model object 'Synchronisation Point'.
Component developers can use a SynchronisationPoint to join synchronously ForkedBehaviours and specify a result of the computations with its attached VariableUsages.
See ForkAction for a more detailed description.
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 Synchronisation Point' container reference.Returns the value of the 'Output Parameter Usage Synchronisation Point' containment reference list.Returns the value of the 'Synchronous Forked Behaviours Synchronisation Point' containment reference list.void
Sets the value of the 'Fork Action Synchronisation Point
' 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
-
Field Details
-
copyright
- See Also:
- Generated class or method.
-
-
Method Details
-
getOutputParameterUsage_SynchronisationPoint
EList<VariableUsage> getOutputParameterUsage_SynchronisationPoint()Returns the value of the 'Output Parameter Usage Synchronisation Point' containment reference list. The list contents are of typeVariableUsage
. It is bidirectional and its opposite is 'Synchronisation Point Variable Usage
'.- Returns:
- the value of the 'Output Parameter Usage Synchronisation Point' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="synchronisationPoint_VariableUsage" containment="true" ordered="false"
-
getForkAction_SynchronisationPoint
ForkAction getForkAction_SynchronisationPoint()Returns the value of the 'Fork Action Synchronisation Point' container reference. It is bidirectional and its opposite is 'Synchronising Behaviours Fork Action
'.- Returns:
- the value of the 'Fork Action Synchronisation Point' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="synchronisingBehaviours_ForkAction" required="true" transient="false" ordered="false"
-
setForkAction_SynchronisationPoint
Sets the value of the 'Fork Action Synchronisation Point
' container reference.- Parameters:
value
- the new value of the 'Fork Action Synchronisation Point' container reference.- See Also:
- Generated class or method.
-
getSynchronousForkedBehaviours_SynchronisationPoint
EList<ForkedBehaviour> getSynchronousForkedBehaviours_SynchronisationPoint()Returns the value of the 'Synchronous Forked Behaviours Synchronisation Point' containment reference list. The list contents are of typeForkedBehaviour
. It is bidirectional and its opposite is 'Synchronisation Point Forked Behaviour
'.- Returns:
- the value of the 'Synchronous Forked Behaviours Synchronisation Point' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="synchronisationPoint_ForkedBehaviour" containment="true" required="true" ordered="false"
-