Package de.fzi.power.specification
Interface ConsumptionFactor
-
- 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 Subinterfaces:
FixedFactor
,MeasuredFactor
,ResourceReplicaMeasuredFactor
- All Known Implementing Classes:
ConsumptionFactorImpl
,FixedFactorImpl
,MeasuredFactorImpl
public interface ConsumptionFactor extends Entity
A representation of the model object 'Consumption Factor '.The following features are supported:
- See Also:
SpecificationPackage.getConsumptionFactor()
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PowerModelSpecification
getPowerModel()
Returns the value of the 'Power Model' container reference.void
setPowerModel(PowerModelSpecification value)
Sets the value of the 'Power Model
' container reference.-
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
-
getPowerModel
PowerModelSpecification getPowerModel()
Returns the value of the 'Power Model' container reference. It is bidirectional and its opposite is 'Consumption Factors
'.If the meaning of the 'Power Model' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Power Model' container reference.
- See Also:
setPowerModel(PowerModelSpecification)
,SpecificationPackage.getConsumptionFactor_PowerModel()
,PowerModelSpecification.getConsumptionFactors()
- Generated class or method.
- EMF model class or method.
- opposite="consumptionFactors" transient="false"
-
setPowerModel
void setPowerModel(PowerModelSpecification value)
Sets the value of the 'Power Model
' container reference.- Parameters:
value
- the new value of the 'Power Model' container reference.- See Also:
getPowerModel()
- Generated class or method.
-
-