SAM

org.topcased.sam
Interface ControlFlow

All Superinterfaces:
EModelElement, EObject, Flow, IdentifiedItem, NamedItem, Notifier
All Known Implementing Classes:
ControlFlowImpl

public interface ControlFlow
extends Flow

A representation of the model object 'Control Flow'. A control flow is a flow carrying control messages to between systems or automatons. This class represent the link used for control purpose between 2 components. Note : A ControlFlow is Event typed. See DataFlow.

The following features are supported:

See Also:
SAMPackage.getControlFlow()
** Generated **
Model:

Field Summary
static java.lang.String copyright
           
 
Method Summary
 EList<ControlPort> getDest()
          Returns the value of the 'Dest' reference list.
 ControlPort getSource()
          Returns the value of the 'Source' reference
 void setSource(ControlPort value)
          Sets the value of the 'Source' reference.
 
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

copyright

static final java.lang.String copyright

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

getSource

ControlPort getSource()
Returns the value of the 'Source' reference.

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

Returns:
the value of the 'Source' reference.
See Also:
setSource(ControlPort), SAMPackage.getControlFlow_Source()
** Generated **
Model:
resolveProxies="false" required="true"

setSource

void setSource(ControlPort value)
Sets the value of the 'Source' reference.

Parameters:
value - the new value of the 'Source' reference.
See Also:
getSource()
** Generated **

getDest

EList<ControlPort> getDest()
Returns the value of the 'Dest' reference list. The list contents are of type ControlPort.

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

Returns:
the value of the 'Dest' reference list.
See Also:
SAMPackage.getControlFlow_Dest()
** Generated **
Model:
type="org.topcased.sam.ControlPort" resolveProxies="false" required="true"

SAM

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