org.topcased.sam
Interface InDataPort
- All Superinterfaces:
- DataPort, EModelElement, EObject, IdentifiedItem, InputPort, NamedItem, Notifier, Port
- All Known Implementing Classes:
- InDataPortImpl
public interface InDataPort
- extends DataPort, InputPort
A representation of the model object 'In Data Port'.
This class represents a kind of port. It allows a data flow to bring some data into the
component containing this port.
The following features are supported:
- See Also:
SAMPackage.getInDataPort()
- ** 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 '
In
'.
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.getInDataPort_ParentSync()
,
SynchronisationGate.getIn()
- ** Generated **
- Model:
- opposite="in" 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 '
In
'.
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.getInDataPort_ParentDataStore()
,
DataStore.getIn()
- ** Generated **
- Model:
- opposite="in" 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.