SAM

org.topcased.sam
Interface SynchronisationGate

All Superinterfaces:
EModelElement, EObject, IdentifiedItem, Notifier
All Known Subinterfaces:
Composition, Decomposition
All Known Implementing Classes:
CompositionImpl, DecompositionImpl, SynchronisationGateImpl

public interface SynchronisationGate
extends IdentifiedItem

A representation of the model object 'Synchronisation Gate'. A flow synchronisation, represented with a bar, is a way to group or split data with several data flow. One flow contain all the data, and the other flows a part of this data only.

The following features are supported:

See Also:
SAMPackage.getSynchronisationGate()
** Generated **
Model:
abstract="true"

Field Summary
static java.lang.String copyright
           
 
Method Summary
 EList<InDataPort> getIn()
          Returns the value of the 'In' containment reference list.
 EList<OutDataPort> getOut()
          Returns the value of the 'Out' containment reference list.
 System getParentSystem()
          Returns the value of the 'Parent System' container reference.
 void setParentSystem(System value)
          Sets the value of the 'Parent System' container reference
 
Methods inherited from interface org.topcased.sam.IdentifiedItem
getComment, getRequirements, setComment, setRequirements
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
** Generated **
Method Detail

getParentSystem

System getParentSystem()
Returns the value of the 'Parent System' container reference. It is bidirectional and its opposite is 'List Synchronisation'.

If the meaning of the 'Parent System' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parent System' container reference.
See Also:
setParentSystem(org.topcased.sam.System), SAMPackage.getSynchronisationGate_ParentSystem(), System.getListSynchronisation()
** Generated **
Model:
opposite="listSynchronisation" resolveProxies="false" required="true"

setParentSystem

void setParentSystem(System value)
Sets the value of the 'Parent System' container reference.

Parameters:
value - the new value of the 'Parent System' container reference.
See Also:
getParentSystem()
** Generated **

getOut

EList<OutDataPort> getOut()
Returns the value of the 'Out' containment reference list. The list contents are of type OutDataPort. It is bidirectional and its opposite is 'Parent Sync'.

If the meaning of the 'Out' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Out' containment reference list.
See Also:
SAMPackage.getSynchronisationGate_Out(), OutDataPort.getParentSync()
** Generated **
Model:
type="org.topcased.sam.OutDataPort" opposite="parentSync" containment="true" required="true"

getIn

EList<InDataPort> getIn()
Returns the value of the 'In' containment reference list. The list contents are of type InDataPort. It is bidirectional and its opposite is 'Parent Sync'.

If the meaning of the 'In' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'In' containment reference list.
See Also:
SAMPackage.getSynchronisationGate_In(), InDataPort.getParentSync()
** Generated **
Model:
type="org.topcased.sam.InDataPort" opposite="parentSync" containment="true" required="true"

SAM

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.