Package de.fzi.power.binding
Interface PowerFactorBinding
-
- 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
- All Known Subinterfaces:
DistributionPowerBinding
,ResourcePowerBinding
- All Known Implementing Classes:
DistributionPowerBindingImpl
,PowerFactorBindingImpl
,ResourcePowerBindingImpl
public interface PowerFactorBinding extends PowerBinding
A representation of the model object ' Power Factor Binding'.The following features are supported:
- See Also:
BindingPackage.getPowerFactorBinding()
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<AbstractFixedFactorValue<?>>
getFixedFactorValues()
Returns the value of the 'Fixed Factor Values' containment reference list.-
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
-
-
-
-
Method Detail
-
getFixedFactorValues
EList<AbstractFixedFactorValue<?>> getFixedFactorValues()
Returns the value of the 'Fixed Factor Values' containment reference list. The list contents are of typede.fzi.power.binding.FixedFactorValue
. It is bidirectional and its opposite is 'Power Binding
'.If the meaning of the 'Fixed Factor Values' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Fixed Factor Values' containment reference list.
- See Also:
BindingPackage.getPowerFactorBinding_FixedFactorValues()
,de.fzi.power.binding.FixedFactorValue#getPowerBinding
- Generated class or method.
- EMF model class or method.
- opposite="powerBinding" containment="true"
-
-