public interface HwResource extends Resource
The following features are supported:
HwGeneralPackage.getHwResource()
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
org.eclipse.emf.common.util.EList<HwEndPoint> |
getEndPoints()
Returns the value of the 'End Points' containment reference list.
|
String |
getFrequency()
Returns the value of the 'Frequency' attribute.
|
org.eclipse.emf.common.util.EList<HwResource> |
getOwnedHW()
Returns the value of the 'Owned HW' reference list.
|
org.eclipse.emf.common.util.EList<HwResourceService> |
getP_HW_Services()
Returns the value of the 'PHW Services' containment reference list.
|
org.eclipse.emf.common.util.EList<HwResourceService> |
getR_HW_Services()
Returns the value of the 'RHW Services' reference list.
|
void |
setDescription(String value)
Sets the value of the '
Description ' attribute. |
void |
setFrequency(String value)
Sets the value of the '
Frequency ' attribute. |
getBase_Classifier, getBase_ConnectableElement, getBase_InstanceSpecification, getBase_Lifeline, getBase_Property, getResMult, isActive, isProtected, setBase_Classifier, setBase_ConnectableElement, setBase_InstanceSpecification, setBase_Lifeline, setBase_Property, setIsActive, setIsProtected, setResMult
String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String)
,
HwGeneralPackage.getHwResource_Description()
void setDescription(String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
String getFrequency()
If the meaning of the 'Frequency' attribute isn't clear, there really should be more of a description here...
setFrequency(String)
,
HwGeneralPackage.getHwResource_Frequency()
void setFrequency(String value)
Frequency
' attribute.
value
- the new value of the 'Frequency' attribute.getFrequency()
org.eclipse.emf.common.util.EList<HwEndPoint> getEndPoints()
HwEndPoint
.
If the meaning of the 'End Points' containment reference list isn't clear, there really should be more of a description here...
HwGeneralPackage.getHwResource_EndPoints()
org.eclipse.emf.common.util.EList<HwResourceService> getP_HW_Services()
HwResourceService
.
If the meaning of the 'PHW Services' containment reference list isn't clear, there really should be more of a description here...
HwGeneralPackage.getHwResource_P_HW_Services()
org.eclipse.emf.common.util.EList<HwResourceService> getR_HW_Services()
HwResourceService
.
If the meaning of the 'RHW Services' reference list isn't clear, there really should be more of a description here...
HwGeneralPackage.getHwResource_R_HW_Services()
org.eclipse.emf.common.util.EList<HwResource> getOwnedHW()
HwResource
.
If the meaning of the 'Owned HW' reference list isn't clear, there really should be more of a description here...
HwGeneralPackage.getHwResource_OwnedHW()
Copyright © 2017 Eclipse foundation. All rights reserved.