SAM

org.topcased.sam
Interface Flow

All Superinterfaces:
EModelElement, EObject, IdentifiedItem, NamedItem, Notifier
All Known Subinterfaces:
ControlFlow, DataFlow
All Known Implementing Classes:
ControlFlowImpl, DataFlowImpl, FlowImpl

public interface Flow
extends NamedItem

A representation of the model object 'Flow'. A flow is a link between 2 components used to communicate.

The following features are supported:

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

Field Summary
static java.lang.String copyright
           
 
Method Summary
 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.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

getParentSystem

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

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.getFlow_ParentSystem(), System.getListFlows()
** Generated **
Model:
opposite="listFlows" 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 **

SAM

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