Package de.fzi.power.binding
Interface DistributionPowerBinding
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,Entity
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,NamedElement
,Notifier
,PowerBinding
,PowerFactorBinding
- All Known Implementing Classes:
DistributionPowerBindingImpl
public interface DistributionPowerBinding extends PowerFactorBinding
A representation of the model object ' Distribution Power Binding'.The following features are supported:
- See Also:
BindingPackage.getDistributionPowerBinding()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DistributionPowerModelSpecification
getDistributionPowerModel()
Returns the value of the 'Distribution Power Model' reference.void
setDistributionPowerModel(DistributionPowerModelSpecification value)
Sets the value of the 'Distribution Power Model
' 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
-
Methods inherited from interface de.fzi.power.binding.PowerBinding
getPowerBindingRepository, setPowerBindingRepository
-
Methods inherited from interface de.fzi.power.binding.PowerFactorBinding
getFixedFactorValues
-
-
-
-
Method Detail
-
getDistributionPowerModel
DistributionPowerModelSpecification getDistributionPowerModel()
Returns the value of the 'Distribution Power Model' reference.If the meaning of the 'Distribution Power Model' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Distribution Power Model' reference.
- See Also:
setDistributionPowerModel(DistributionPowerModelSpecification)
,BindingPackage.getDistributionPowerBinding_DistributionPowerModel()
- Generated class or method.
- EMF model class or method.
- required="true"
-
setDistributionPowerModel
void setDistributionPowerModel(DistributionPowerModelSpecification value)
Sets the value of the 'Distribution Power Model
' reference.- Parameters:
value
- the new value of the 'Distribution Power Model' reference.- See Also:
getDistributionPowerModel()
- Generated class or method.
-
-