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
|
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
copyright
static final java.lang.String copyright
-
- See Also:
- Constant Field Values
- ** Generated **
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 **
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.