Package de.fzi.power.binding
Interface AbstractFixedFactorValue<Q extends javax.measure.quantity.Quantity>
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,Notifier
- All Known Subinterfaces:
FixedFactorValueDimensionless
,FixedFactorValuePower
- All Known Implementing Classes:
AbstractFixedFactorValueImpl
,FixedFactorValueDimensionlessImpl
,FixedFactorValuePowerImpl
public interface AbstractFixedFactorValue<Q extends javax.measure.quantity.Quantity> extends de.uka.ipd.sdq.identifier.Identifier
A representation of the model object ' Abstract Fixed Factor Value'.The following features are supported:
- See Also:
BindingPackage.getAbstractFixedFactorValue()
- Generated class or method.
- EMF model class or method.
- abstract="true" QBounds="org.palladiosimulator.metricspec.IJSQuantity"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getBoundFactor
FixedFactor getBoundFactor()
Returns the value of the 'Bound Factor' reference.If the meaning of the 'Bound Factor' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Bound Factor' reference.
- See Also:
setBoundFactor(FixedFactor)
,BindingPackage.getAbstractFixedFactorValue_BoundFactor()
- Generated class or method.
- EMF model class or method.
- required="true"
-
setBoundFactor
void setBoundFactor(FixedFactor value)
Sets the value of the 'Bound Factor
' reference.- Parameters:
value
- the new value of the 'Bound Factor' reference.- See Also:
getBoundFactor()
- Generated class or method.
-
getValue
javax.measure.Measure<Double,Q> getValue()
Returns the value of the 'Value' attribute.If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Value' attribute.
- See Also:
setValue(Measure)
,BindingPackage.getAbstractFixedFactorValue_Value()
- Generated class or method.
- EMF model class or method.
- dataType="org.palladiosimulator.edp2.models.ExperimentData.EJSMeasure
"
-
setValue
void setValue(javax.measure.Measure<Double,Q> value)
Sets the value of the 'Value
' attribute.- Parameters:
value
- the new value of the 'Value' attribute.- See Also:
getValue()
- Generated class or method.
-
getPowerBinding
PowerFactorBinding getPowerBinding()
Returns the value of the 'Power Binding' container reference. It is bidirectional and its opposite is 'Fixed Factor Values
'.If the meaning of the 'Power Binding' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Power Binding' container reference.
- See Also:
setPowerBinding(PowerFactorBinding)
,BindingPackage.getAbstractFixedFactorValue_PowerBinding()
,PowerFactorBinding.getFixedFactorValues()
- Generated class or method.
- EMF model class or method.
- opposite="fixedFactorValues" transient="false"
-
setPowerBinding
void setPowerBinding(PowerFactorBinding value)
Sets the value of the 'Power Binding
' container reference.- Parameters:
value
- the new value of the 'Power Binding' container reference.- See Also:
getPowerBinding()
- Generated class or method.
-
-