Package de.fzi.power.infrastructure
Interface PowerConsumingEntity
-
- 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:
AbstractPowerConsumingResource
,MountedPowerDistributionUnit
,PowerConsumingProvidingEntity
,PowerConsumingResourceSet
,PowerDistributionUnit
,StatefulPowerConsumingResourceSet
- All Known Implementing Classes:
AbstractPowerConsumingResourceImpl
,MountedPowerDistributionUnitImpl
,PowerConsumingEntityImpl
,PowerConsumingProvidingEntityImpl
,PowerConsumingResourceSetImpl
,PowerDistributionUnitImpl
,StatefulPowerConsumingResourceSetImpl
public interface PowerConsumingEntity extends Entity
A representation of the model object ' Power Consuming Entity'.The following features are supported:
- See Also:
InfrastructurePackage.getPowerConsumingEntity()
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PowerProvidingEntity
getPowerProvidingEntity()
Returns the value of the 'Power Providing Entity' container reference.void
setPowerProvidingEntity(PowerProvidingEntity value)
Sets the value of the 'Power Providing Entity
' 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
-
getPowerProvidingEntity
PowerProvidingEntity getPowerProvidingEntity()
Returns the value of the 'Power Providing Entity' container reference. It is bidirectional and its opposite is 'Nested Power Consuming Entities
'.If the meaning of the 'Power Providing Entity' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Power Providing Entity' container reference.
- See Also:
setPowerProvidingEntity(PowerProvidingEntity)
,InfrastructurePackage.getPowerConsumingEntity_PowerProvidingEntity()
,PowerProvidingEntity.getNestedPowerConsumingEntities()
- Generated class or method.
- EMF model class or method.
- opposite="nestedPowerConsumingEntities" transient="false" ordered="false"
-
setPowerProvidingEntity
void setPowerProvidingEntity(PowerProvidingEntity value)
Sets the value of the 'Power Providing Entity
' container reference.- Parameters:
value
- the new value of the 'Power Providing Entity' container reference.- See Also:
getPowerProvidingEntity()
- Generated class or method.
-
-