public interface HwAbstractionComponentImpl
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Component |
getBase_Component()
Returns the value of the 'Base Component' reference.
|
org.eclipse.papyrus.MARTE.MARTE_DesignModel.HRM.HwGeneral.HwResource |
getHwRes()
Returns the value of the 'Hw Res' reference.
|
void |
setBase_Component(org.eclipse.uml2.uml.Component value)
Sets the value of the '
Base Component ' reference. |
void |
setHwRes(org.eclipse.papyrus.MARTE.MARTE_DesignModel.HRM.HwGeneral.HwResource value)
Sets the value of the '
Hw Res ' reference. |
org.eclipse.papyrus.MARTE.MARTE_DesignModel.HRM.HwGeneral.HwResource getHwRes()
If the meaning of the 'Hw Res' reference isn't clear, there really should be more of a description here...
setHwRes(HwResource)
,
ComponentModelPackage.getHwAbstractionComponentImpl_HwRes()
void setHwRes(org.eclipse.papyrus.MARTE.MARTE_DesignModel.HRM.HwGeneral.HwResource value)
Hw Res
' reference.
value
- the new value of the 'Hw Res' reference.getHwRes()
org.eclipse.uml2.uml.Component getBase_Component()
If the meaning of the 'Base Component' reference isn't clear, there really should be more of a description here...
setBase_Component(Component)
,
ComponentModelPackage.getHwAbstractionComponentImpl_Base_Component()
void setBase_Component(org.eclipse.uml2.uml.Component value)
Base Component
' reference.
value
- the new value of the 'Base Component' reference.getBase_Component()