de.uka.ipd.sdq.pcm.seff
Interface SynchronisationPoint

All Known Implementing Classes:
SynchronisationPointImpl

public interface SynchronisationPoint

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.

The following features are supported:

See Also:
SeffPackage.getSynchronisationPoint()

Field Summary
static String copyright
           
 
Method Summary
  getOutputParameterUsage_SynchronisationPoint()
          Returns the value of the 'Output Parameter Usage Synchronisation Point' containment reference list.
  getSynchronousForkedBehaviours_SynchronisationPoint()
          Returns the value of the 'Synchronous Forked Behaviours Synchronisation Point' containment reference list.
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
Method Detail

getSynchronousForkedBehaviours_SynchronisationPoint

 getSynchronousForkedBehaviours_SynchronisationPoint()
Returns the value of the 'Synchronous Forked Behaviours Synchronisation Point' containment reference list. The list contents are of type ForkedBehaviour.

If the meaning of the 'Synchronous Forked Behaviours Synchronisation Point' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Synchronous Forked Behaviours Synchronisation Point' containment reference list.
See Also:
SeffPackage.getSynchronisationPoint_SynchronousForkedBehaviours_SynchronisationPoint()

getOutputParameterUsage_SynchronisationPoint

 getOutputParameterUsage_SynchronisationPoint()
Returns the value of the 'Output Parameter Usage Synchronisation Point' containment reference list. The list contents are of type VariableUsage.

If the meaning of the 'Output Parameter Usage Synchronisation Point' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Output Parameter Usage Synchronisation Point' containment reference list.
See Also:
SeffPackage.getSynchronisationPoint_OutputParameterUsage_SynchronisationPoint()