|
SAM | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface System
A representation of the model object 'System'. This class represent either the system to modelize and the subsystems it is composed of. A simple function will represented as a system composed of no component.
The following features are supported:
SAMPackage.getSystem()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
System |
getIsInstanceOf()
Returns the value of the 'Is Instance Of' reference |
EList<ModelContent> |
getListElements()
Returns the value of the 'List Elements' containment reference list. |
EList<Flow> |
getListFlows()
Returns the value of the 'List Flows' containment reference list. |
EList<Port> |
getListPorts()
Returns the value of the 'List Ports' containment reference list. |
EList<DataStore> |
getListStores()
Returns the value of the 'List Stores' containment reference list. |
EList<SynchronisationGate> |
getListSynchronisation()
Returns the value of the 'List Synchronisation' containment reference list. |
void |
setIsInstanceOf(System value)
Sets the value of the ' Is Instance Of ' reference.
|
Methods inherited from interface org.topcased.sam.ModelContent |
---|
getListMultiPort, getParentModel, getParentSystem, setParentModel, 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 |
---|
static final java.lang.String copyright
Method Detail |
---|
EList<Port> getListPorts()
Port
.
It is bidirectional and its opposite is 'Parent System
'.
If the meaning of the 'List Ports' containment reference list isn't clear, there really should be more of a description here...
SAMPackage.getSystem_ListPorts()
,
Port.getParentSystem()
EList<DataStore> getListStores()
DataStore
.
It is bidirectional and its opposite is 'Parent System
'.
If the meaning of the 'List Stores' containment reference list isn't clear, there really should be more of a description here...
SAMPackage.getSystem_ListStores()
,
DataStore.getParentSystem()
EList<SynchronisationGate> getListSynchronisation()
SynchronisationGate
.
It is bidirectional and its opposite is 'Parent System
'.
If the meaning of the 'List Synchronisation' containment reference list isn't clear, there really should be more of a description here...
SAMPackage.getSystem_ListSynchronisation()
,
SynchronisationGate.getParentSystem()
EList<Flow> getListFlows()
Flow
.
It is bidirectional and its opposite is 'Parent System
'.
If the meaning of the 'List Flows' containment reference list isn't clear, there really should be more of a description here...
SAMPackage.getSystem_ListFlows()
,
Flow.getParentSystem()
EList<ModelContent> getListElements()
ModelContent
.
It is bidirectional and its opposite is 'Parent System
'.
If the meaning of the 'List Elements' containment reference list isn't clear, there really should be more of a description here...
SAMPackage.getSystem_ListElements()
,
ModelContent.getParentSystem()
System getIsInstanceOf()
If the meaning of the 'Is Instance Of' reference isn't clear, there really should be more of a description here...
setIsInstanceOf(System)
,
SAMPackage.getSystem_IsInstanceOf()
void setIsInstanceOf(System value)
Is Instance Of
' reference.
value
- the new value of the 'Is Instance Of' reference.getIsInstanceOf()
|
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.