org.topcased.sam
Interface OutDataPort
- All Superinterfaces:
- DataPort, EModelElement, EObject, IdentifiedItem, NamedItem, Notifier, OutputPort, Port
- All Known Implementing Classes:
- OutDataPortImpl
public interface OutDataPort
- extends DataPort, OutputPort
A representation of the model object 'Out Data Port'.
This class represents a kind of port. It allows the component containing it to output some
data in a data flow.
The following features are supported:
- See Also:
SAMPackage.getOutDataPort()
- ** Generated **
- Model:
Field Summary |
static java.lang.String |
copyright
|
Methods inherited from interface org.topcased.sam.Port |
getInlink, getIsInstanceOf, getOutlink, getParentAutomaton, getParentMultiPort, getParentSystem, setInlink, setIsInstanceOf, setOutlink, setParentAutomaton, setParentMultiPort, setParentSystem |
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.topcased.sam.Port |
getInlink, getIsInstanceOf, getOutlink, getParentAutomaton, getParentMultiPort, getParentSystem, setInlink, setIsInstanceOf, setOutlink, setParentAutomaton, setParentMultiPort, setParentSystem |
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 **
getParentSync
SynchronisationGate getParentSync()
- Returns the value of the 'Parent Sync' container reference.
It is bidirectional and its opposite is '
Out
'.
If the meaning of the 'Parent Sync' container reference isn't clear, there really should be more of
a description here...
- Returns:
- the value of the 'Parent Sync' container reference.
- See Also:
setParentSync(SynchronisationGate)
,
SAMPackage.getOutDataPort_ParentSync()
,
SynchronisationGate.getOut()
- ** Generated **
- Model:
- opposite="out" resolveProxies="false"
setParentSync
void setParentSync(SynchronisationGate value)
- Sets the value of the '
Parent Sync
' container reference.
- Parameters:
value
- the new value of the 'Parent Sync' container reference.- See Also:
getParentSync()
- ** Generated **
getParentDataStore
DataStore getParentDataStore()
- Returns the value of the 'Parent Data Store' container reference.
It is bidirectional and its opposite is '
Out
'.
If the meaning of the 'Parent Data Store' container reference isn't clear, there really should be
more of a description here...
- Returns:
- the value of the 'Parent Data Store' container reference.
- See Also:
setParentDataStore(DataStore)
,
SAMPackage.getOutDataPort_ParentDataStore()
,
DataStore.getOut()
- ** Generated **
- Model:
- opposite="out" resolveProxies="false"
setParentDataStore
void setParentDataStore(DataStore value)
- Sets the value of the '
Parent Data Store
' container reference.
- Parameters:
value
- the new value of the 'Parent Data Store' container reference.- See Also:
getParentDataStore()
- ** Generated **
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.