|
SAM | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataStore
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:
SAMPackage.getDataStore()
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 |
---|
static final java.lang.String copyright
Method Detail |
---|
System getParentSystem()
List Stores
'.
If the meaning of the 'Parent System' container reference isn't clear, there really should be more of a description here...
setParentSystem(org.topcased.sam.System)
,
SAMPackage.getDataStore_ParentSystem()
,
System.getListStores()
void setParentSystem(System value)
Parent System
' container reference.
value
- the new value of the 'Parent System' container reference.getParentSystem()
InDataPort getIn()
Parent Data Store
'.
If the meaning of the 'In' containment reference isn't clear, there really should be more of a description here...
setIn(InDataPort)
,
SAMPackage.getDataStore_In()
,
InDataPort.getParentDataStore()
void setIn(InDataPort value)
In
' containment reference.
value
- the new value of the 'In' containment reference.getIn()
OutDataPort getOut()
Parent Data Store
'.
If the meaning of the 'Out' containment reference isn't clear, there really should be more of a description here...
setOut(OutDataPort)
,
SAMPackage.getDataStore_Out()
,
OutDataPort.getParentDataStore()
void setOut(OutDataPort value)
Out
' containment reference.
value
- the new value of the 'Out' containment reference.getOut()
|
SAM | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.