SAM

org.topcased.sam
Interface DataStore

All Superinterfaces:
EModelElement, EObject, IdentifiedItem, NamedItem, Notifier
All Known Implementing Classes:
DataStoreImpl

public interface DataStore
extends NamedItem

A representation of the model object 'Data Store'. A data store is a component used to store data that can be retrieved later. This class represent a general data store, not precising where the entry point is.

The following features are supported:

See Also:
SAMPackage.getDataStore()
** Generated **
Model:

Field Summary
static java.lang.String copyright
           
 
Method Summary
 InDataPort getIn()
          Returns the value of the 'In' containment reference.
 OutDataPort getOut()
          Returns the value of the 'Out' containment reference.
 System getParentSystem()
          Returns the value of the 'Parent System' container reference.
 void setIn(InDataPort value)
          Sets the value of the 'In' containment reference.
 void setOut(OutDataPort value)
          Sets the value of the 'Out' containment 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 Stores'.

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.getDataStore_ParentSystem(), System.getListStores()
** Generated **
Model:
opposite="listStores" 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 **

getIn

InDataPort getIn()
Returns the value of the 'In' containment reference. It is bidirectional and its opposite is 'Parent Data Store'.

If the meaning of the 'In' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'In' containment reference.
See Also:
setIn(InDataPort), SAMPackage.getDataStore_In(), InDataPort.getParentDataStore()
** Generated **
Model:
opposite="parentDataStore" containment="true" required="true"

setIn

void setIn(InDataPort value)
Sets the value of the 'In' containment reference.

Parameters:
value - the new value of the 'In' containment reference.
See Also:
getIn()
** Generated **

getOut

OutDataPort getOut()
Returns the value of the 'Out' containment reference. It is bidirectional and its opposite is 'Parent Data Store'.

If the meaning of the 'Out' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Out' containment reference.
See Also:
setOut(OutDataPort), SAMPackage.getDataStore_Out(), OutDataPort.getParentDataStore()
** Generated **
Model:
opposite="parentDataStore" containment="true" required="true"

setOut

void setOut(OutDataPort value)
Sets the value of the 'Out' containment reference.

Parameters:
value - the new value of the 'Out' containment reference.
See Also:
getOut()
** Generated **

SAM

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