Package de.fzi.power.infrastructure
Interface MountedPowerDistributionUnit
-
- 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,PowerConsumingProvidingEntity,PowerDistributionUnit,PowerProvidingEntity
- All Known Implementing Classes:
MountedPowerDistributionUnitImpl
public interface MountedPowerDistributionUnit extends PowerDistributionUnit
A representation of the model object ' Mounted Power Distribution Unit'.The following features are supported:
- See Also:
InfrastructurePackage.getMountedPowerDistributionUnit()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.palladiosimulator.pcm.resourceenvironment.ResourceContainergetResourceContainer()Returns the value of the 'Resource Container' reference.voidsetResourceContainer(org.palladiosimulator.pcm.resourceenvironment.ResourceContainer value)Sets the value of the 'Resource 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
-
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
-
-
-
-
Method Detail
-
getResourceContainer
org.palladiosimulator.pcm.resourceenvironment.ResourceContainer getResourceContainer()
Returns the value of the 'Resource Container' reference.If the meaning of the 'Resource Container' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Resource Container' reference.
- See Also:
setResourceContainer(ResourceContainer),InfrastructurePackage.getMountedPowerDistributionUnit_ResourceContainer()- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setResourceContainer
void setResourceContainer(org.palladiosimulator.pcm.resourceenvironment.ResourceContainer value)
Sets the value of the 'Resource Container' reference.- Parameters:
value- the new value of the 'Resource Container' reference.- See Also:
getResourceContainer()- Generated class or method.
-
-