SAM

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
           
 
Method Summary
 DataStore getParentDataStore()
          Returns the value of the 'Parent Data Store' container reference.
 SynchronisationGate getParentSync()
          Returns the value of the 'Parent Sync' container reference.
 void setParentDataStore(DataStore value)
          Sets the value of the 'Parent Data Store' container reference
 void setParentSync(SynchronisationGate value)
          Sets the value of the 'Parent Sync' container reference
 
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.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
 
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.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

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 **

SAM

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