Package de.fzi.power.binding
Interface ConsumptionBehavior
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,Entity
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,NamedElement
,Notifier
- All Known Implementing Classes:
ConsumptionBehaviorImpl
public interface ConsumptionBehavior extends Entity
A representation of the model object ' Consumption Behavior'.The following features are supported:
- See Also:
BindingPackage.getConsumptionBehavior()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description tools.descartes.dlim.Sequence
getPowerCurve()
Returns the value of the 'Power Curve' containment reference.javax.measure.unit.Unit<javax.measure.quantity.Power>
getUnit()
Returns the value of the 'Unit' attribute.void
setPowerCurve(tools.descartes.dlim.Sequence value)
Sets the value of the 'Power Curve
' containment reference.void
setUnit(javax.measure.unit.Unit<javax.measure.quantity.Power> value)
Sets the value of the 'Unit
' 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 de.fzi.power.util.NamedElement
getName, setName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getPowerCurve
tools.descartes.dlim.Sequence getPowerCurve()
Returns the value of the 'Power Curve' containment reference.If the meaning of the 'Power Curve' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Power Curve' containment reference.
- See Also:
setPowerCurve(Sequence)
,BindingPackage.getConsumptionBehavior_PowerCurve()
- Generated class or method.
- EMF model class or method.
- containment="true" required="true"
-
setPowerCurve
void setPowerCurve(tools.descartes.dlim.Sequence value)
Sets the value of the 'Power Curve
' containment reference.- Parameters:
value
- the new value of the 'Power Curve' containment reference.- See Also:
getPowerCurve()
- Generated class or method.
-
getUnit
javax.measure.unit.Unit<javax.measure.quantity.Power> getUnit()
Returns the value of the 'Unit' attribute.If the meaning of the 'Unit' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Unit' attribute.
- See Also:
setUnit(Unit)
,BindingPackage.getConsumptionBehavior_Unit()
- Generated class or method.
- EMF model class or method.
- dataType="org.palladiosimulator.metricspec.EJSUnit
" required="true"
-
-