Package de.fzi.power.infrastructure
Interface PowerConsumingProvidingEntity
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,Entity
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,NamedElement
,Notifier
,PowerConsumingEntity
,PowerProvidingEntity
- All Known Subinterfaces:
MountedPowerDistributionUnit
,PowerDistributionUnit
- All Known Implementing Classes:
MountedPowerDistributionUnitImpl
,PowerConsumingProvidingEntityImpl
,PowerDistributionUnitImpl
public interface PowerConsumingProvidingEntity extends PowerConsumingEntity, PowerProvidingEntity
A representation of the model object ' Power Consuming Providing Entity'.- See Also:
InfrastructurePackage.getPowerConsumingProvidingEntity()
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
-
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.infrastructure.PowerConsumingEntity
getPowerProvidingEntity, setPowerProvidingEntity
-
Methods inherited from interface de.fzi.power.infrastructure.PowerProvidingEntity
getDistributionPowerAssemblyContext, getNestedPowerConsumingEntities, getPowerInfrastructureModel, getSuppliablePeakPower, setDistributionPowerAssemblyContext, setPowerInfrastructureModel, setSuppliablePeakPower
-
-