public interface Compressor extends Component
The following features are supported:
ComponentRepositoryPackage.getCompressor()
Modifier and Type | Method and Description |
---|---|
EList<SignalInterface> |
getPins()
Returns the value of the 'Pins' containment reference list.
|
EList<PneumaticSupply> |
getPneumaticsupply()
Returns the value of the 'Pneumaticsupply' containment reference list.
|
PowerSupply |
getPowersupply()
Returns the value of the 'Powersupply' containment reference.
|
Screwing |
getScrewing()
Returns the value of the 'Screwing' containment reference.
|
Switch |
getSwitch()
Returns the value of the 'Switch' containment reference.
|
void |
setPowersupply(PowerSupply value)
Sets the value of the '
Powersupply ' containment reference. |
void |
setScrewing(Screwing value)
Sets the value of the '
Screwing ' containment reference. |
void |
setSwitch(Switch value)
Sets the value of the '
Switch ' containment reference. |
getConnectedInterfaces
getId, setId
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
PowerSupply getPowersupply()
If the meaning of the 'Powersupply' containment reference isn't clear, there really should be more of a description here...
setPowersupply(PowerSupply)
,
ComponentRepositoryPackage.getCompressor_Powersupply()
void setPowersupply(PowerSupply value)
Powersupply
' containment reference.
value
- the new value of the 'Powersupply' containment reference.getPowersupply()
EList<PneumaticSupply> getPneumaticsupply()
PneumaticSupply
.
If the meaning of the 'Pneumaticsupply' containment reference list isn't clear, there really should be more of a description here...
ComponentRepositoryPackage.getCompressor_Pneumaticsupply()
EList<SignalInterface> getPins()
SignalInterface
.
If the meaning of the 'Pins' containment reference list isn't clear, there really should be more of a description here...
ComponentRepositoryPackage.getCompressor_Pins()
Screwing getScrewing()
If the meaning of the 'Screwing' containment reference isn't clear, there really should be more of a description here...
setScrewing(Screwing)
,
ComponentRepositoryPackage.getCompressor_Screwing()
void setScrewing(Screwing value)
Screwing
' containment reference.
value
- the new value of the 'Screwing' containment reference.getScrewing()
Switch getSwitch()
If the meaning of the 'Switch' containment reference isn't clear, there really should be more of a description here...
setSwitch(Switch)
,
ComponentRepositoryPackage.getCompressor_Switch()
void setSwitch(Switch value)
Switch
' containment reference.
value
- the new value of the 'Switch' containment reference.getSwitch()