public interface ElectronicPart extends Component
The following features are supported:
ElectronicComponentsPackage.getElectronicPart()
Modifier and Type | Method and Description |
---|---|
PhysicalConnection |
getPhysicalconnection()
Returns the value of the 'Physicalconnection' containment reference.
|
SignalInterface |
getPin()
Returns the value of the 'Pin' containment reference.
|
void |
setPhysicalconnection(PhysicalConnection value)
Sets the value of the '
Physicalconnection ' containment reference. |
void |
setPin(SignalInterface value)
Sets the value of the '
Pin ' containment reference. |
getConnectedInterfaces
getId, setId
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
SignalInterface getPin()
If the meaning of the 'Pin' containment reference isn't clear, there really should be more of a description here...
setPin(SignalInterface)
,
ElectronicComponentsPackage.getElectronicPart_Pin()
void setPin(SignalInterface value)
Pin
' containment reference.
value
- the new value of the 'Pin' containment reference.getPin()
PhysicalConnection getPhysicalconnection()
If the meaning of the 'Physicalconnection' containment reference isn't clear, there really should be more of a description here...
setPhysicalconnection(PhysicalConnection)
,
ElectronicComponentsPackage.getElectronicPart_Physicalconnection()
void setPhysicalconnection(PhysicalConnection value)
Physicalconnection
' containment reference.
value
- the new value of the 'Physicalconnection' containment reference.getPhysicalconnection()