public interface Sensor extends Component
The following features are supported:
ComponentRepositoryPackage.getSensor()
Modifier and Type | Method and Description |
---|---|
PhysicalConnection |
getPhysicalconnection()
Returns the value of the 'Physicalconnection' reference.
|
PowerSupply |
getPowersupply()
Returns the value of the 'Powersupply' reference.
|
SignalInterface |
getSignalinterface()
Returns the value of the 'Signalinterface' reference.
|
void |
setPhysicalconnection(PhysicalConnection value)
Sets the value of the '
Physicalconnection ' reference. |
void |
setPowersupply(PowerSupply value)
Sets the value of the '
Powersupply ' reference. |
void |
setSignalinterface(SignalInterface value)
Sets the value of the '
Signalinterface ' reference. |
getConnectedInterfaces
getId, setId
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
PhysicalConnection getPhysicalconnection()
If the meaning of the 'Physicalconnection' reference isn't clear, there really should be more of a description here...
setPhysicalconnection(PhysicalConnection)
,
ComponentRepositoryPackage.getSensor_Physicalconnection()
void setPhysicalconnection(PhysicalConnection value)
Physicalconnection
' reference.
value
- the new value of the 'Physicalconnection' reference.getPhysicalconnection()
SignalInterface getSignalinterface()
If the meaning of the 'Signalinterface' reference isn't clear, there really should be more of a description here...
setSignalinterface(SignalInterface)
,
ComponentRepositoryPackage.getSensor_Signalinterface()
void setSignalinterface(SignalInterface value)
Signalinterface
' reference.
value
- the new value of the 'Signalinterface' reference.getSignalinterface()
PowerSupply getPowersupply()
If the meaning of the 'Powersupply' reference isn't clear, there really should be more of a description here...
setPowersupply(PowerSupply)
,
ComponentRepositoryPackage.getSensor_Powersupply()
void setPowersupply(PowerSupply value)
Powersupply
' reference.
value
- the new value of the 'Powersupply' reference.getPowersupply()