|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InstanceAssemblyDescription
A representation of the model object 'Instance Assembly Description'.
The following features are supported:
ModelPackage.getInstanceAssemblyDescription()
Method Summary | |
---|---|
InstanceAssemblyDescription |
addDynamicInstance(Architecture arch)
|
InstanceAssemblyDescription |
addSubcomponent(java.lang.String name,
Architecture arch)
|
Architecture |
getArchitecture()
Returns the value of the 'Architecture' reference |
org.eclipse.emf.common.util.EList<InstanceAssemblyDescription> |
getDynamicInstance()
Returns the value of the 'Dynamic Instance' containment reference list. |
org.eclipse.emf.common.util.EList<SubcomponentAssemblyInstance> |
getSubcomponent()
Returns the value of the 'Subcomponent' containment reference list. |
void |
setArchitecture(Architecture value)
Sets the value of the ' Architecture ' reference |
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 |
Method Detail |
---|
Architecture getArchitecture()
If the meaning of the 'Architecture' reference isn't clear, there really should be more of a description here...
setArchitecture(Architecture)
,
ModelPackage.getInstanceAssemblyDescription_Architecture()
void setArchitecture(Architecture value)
Architecture
' reference.
value
- the new value of the 'Architecture' reference.getArchitecture()
org.eclipse.emf.common.util.EList<SubcomponentAssemblyInstance> getSubcomponent()
SubcomponentAssemblyInstance
.
If the meaning of the 'Subcomponent' containment reference list isn't clear, there really should be more of a description here...
ModelPackage.getInstanceAssemblyDescription_Subcomponent()
org.eclipse.emf.common.util.EList<InstanceAssemblyDescription> getDynamicInstance()
InstanceAssemblyDescription
.
If the meaning of the 'Dynamic Instance' containment reference list isn't clear, there really should be more of a description here...
ModelPackage.getInstanceAssemblyDescription_DynamicInstance()
InstanceAssemblyDescription addSubcomponent(java.lang.String name, Architecture arch)
InstanceAssemblyDescription addDynamicInstance(Architecture arch)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |