Package de.fzi.power.binding
Interface PowerBinding
-
- 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:
DistributionPowerBinding
,PowerFactorBinding
,ResourcePowerBinding
,StatefulResourcePowerBinding
- All Known Implementing Classes:
DistributionPowerBindingImpl
,PowerBindingImpl
,PowerFactorBindingImpl
,ResourcePowerBindingImpl
,StatefulResourcePowerBindingImpl
public interface PowerBinding extends Entity
A representation of the model object 'Power Binding'.The following features are supported:
- See Also:
BindingPackage.getPowerBinding()
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PowerBindingRepository
getPowerBindingRepository()
Returns the value of the 'Power Binding Repository' container reference.void
setPowerBindingRepository(PowerBindingRepository value)
Sets the value of the 'Power Binding Repository
' 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
-
getPowerBindingRepository
PowerBindingRepository getPowerBindingRepository()
Returns the value of the 'Power Binding Repository' container reference. It is bidirectional and its opposite is 'Power Bindings
'.If the meaning of the 'Power Binding Repository' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Power Binding Repository' container reference.
- See Also:
setPowerBindingRepository(PowerBindingRepository)
,BindingPackage.getPowerBinding_PowerBindingRepository()
,PowerBindingRepository.getPowerBindings()
- Generated class or method.
- EMF model class or method.
- opposite="powerBindings" transient="false"
-
setPowerBindingRepository
void setPowerBindingRepository(PowerBindingRepository value)
Sets the value of the 'Power Binding Repository
' container reference.- Parameters:
value
- the new value of the 'Power Binding Repository' container reference.- See Also:
getPowerBindingRepository()
- Generated class or method.
-
-