public interface AbstractFixedFactorValue<Q extends javax.measure.quantity.Quantity>
extends de.uka.ipd.sdq.identifier.Identifier
The following features are supported:
BindingPackage.getAbstractFixedFactorValue()| Modifier and Type | Method and Description |
|---|---|
FixedFactor |
getBoundFactor()
Returns the value of the 'Bound Factor' reference.
|
PowerFactorBinding |
getPowerBinding()
Returns the value of the 'Power Binding' container reference.
|
javax.measure.Measure<Double,Q> |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setBoundFactor(FixedFactor value)
Sets the value of the '
Bound Factor' reference. |
void |
setPowerBinding(PowerFactorBinding value)
Sets the value of the '
Power Binding' container reference. |
void |
setValue(javax.measure.Measure<Double,Q> value)
Sets the value of the '
Value' attribute. |
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptioneAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverFixedFactor getBoundFactor()
If the meaning of the 'Bound Factor' reference isn't clear, there really should be more of a description here...
setBoundFactor(FixedFactor),
BindingPackage.getAbstractFixedFactorValue_BoundFactor()void setBoundFactor(FixedFactor value)
Bound Factor' reference. value - the new value of the 'Bound Factor' reference.getBoundFactor()javax.measure.Measure<Double,Q> getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(Measure),
BindingPackage.getAbstractFixedFactorValue_Value()void setValue(javax.measure.Measure<Double,Q> value)
Value' attribute. value - the new value of the 'Value' attribute.getValue()PowerFactorBinding getPowerBinding()
Fixed Factor Values'.
If the meaning of the 'Power Binding' container reference isn't clear, there really should be more of a description here...
setPowerBinding(PowerFactorBinding),
BindingPackage.getAbstractFixedFactorValue_PowerBinding(),
PowerFactorBinding.getFixedFactorValues()void setPowerBinding(PowerFactorBinding value)
Power Binding' container reference. value - the new value of the 'Power Binding' container reference.getPowerBinding()