|
SAM | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataFlow
A representation of the model object 'Data Flow'. A data flow is a flow carrying data between systems or to an automaton. It cannot come from an autumaton. the Data can be stored, or retrieve, into, or from, a data store, and composed into one or decomposed from one data flow. This class represent the link used to give data between 2 components. Note : a DataFlow is scalar typed. See ControlFlow.
The following features are supported:
SAMPackage.getDataFlow()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
EList<DataPort> |
getDest()
Returns the value of the 'Dest' reference list. |
DataPort |
getSource()
Returns the value of the 'Source' reference |
DataType |
getType()
Returns the value of the 'Type' attribute. |
void |
setSource(DataPort value)
Sets the value of the ' Source ' reference.
|
void |
setType(DataType value)
Sets the value of the ' Type ' attribute |
Methods inherited from interface org.topcased.sam.Flow |
---|
getParentSystem, setParentSystem |
Methods inherited from interface org.topcased.sam.NamedItem |
---|
getName, setName |
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 |
---|
DataType getType()
DataType
.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
DataType
,
setType(DataType)
,
SAMPackage.getDataFlow_Type()
void setType(DataType value)
Type
' attribute.
value
- the new value of the 'Type' attribute.DataType
,
getType()
DataPort getSource()
If the meaning of the 'Source' reference isn't clear, there really should be more of a description here...
setSource(DataPort)
,
SAMPackage.getDataFlow_Source()
void setSource(DataPort value)
Source
' reference.
value
- the new value of the 'Source' reference.getSource()
EList<DataPort> getDest()
DataPort
.
If the meaning of the 'Dest' reference list isn't clear, there really should be more of a description here...
SAMPackage.getDataFlow_Dest()
|
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.