|
SAM | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SynchronisationGate
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:
SAMPackage.getSynchronisationGate()
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 |
---|
static final java.lang.String copyright
Method Detail |
---|
System getParentSystem()
List Synchronisation
'.
If the meaning of the 'Parent System' container reference isn't clear, there really should be more of a description here...
setParentSystem(org.topcased.sam.System)
,
SAMPackage.getSynchronisationGate_ParentSystem()
,
System.getListSynchronisation()
void setParentSystem(System value)
Parent System
' container reference.
value
- the new value of the 'Parent System' container reference.getParentSystem()
EList<OutDataPort> getOut()
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...
SAMPackage.getSynchronisationGate_Out()
,
OutDataPort.getParentSync()
EList<InDataPort> getIn()
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...
SAMPackage.getSynchronisationGate_In()
,
InDataPort.getParentSync()
|
SAM | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.