Package de.fzi.power.infrastructure
Interface PowerConsumingResourceSet
-
- All Superinterfaces:
AbstractPowerConsumingResource
,org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,Entity
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,NamedElement
,Notifier
,PowerConsumingEntity
- All Known Implementing Classes:
PowerConsumingResourceSetImpl
public interface PowerConsumingResourceSet extends AbstractPowerConsumingResource
A representation of the model object 'Power Consuming Resource Set'.The following features are supported:
- See Also:
InfrastructurePackage.getPowerConsumingResourceSet()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourcePowerBinding
getResourcePowerAssemblyContext()
Returns the value of the 'Resource Power Assembly Context' reference.void
setResourcePowerAssemblyContext(ResourcePowerBinding value)
Sets the value of the 'Resource Power Assembly Context
' reference.-
Methods inherited from interface de.fzi.power.infrastructure.AbstractPowerConsumingResource
getProcessingResourceSpecifications
-
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
-
-
-
-
Method Detail
-
getResourcePowerAssemblyContext
ResourcePowerBinding getResourcePowerAssemblyContext()
Returns the value of the 'Resource Power Assembly Context' reference.If the meaning of the 'Resource Power Assembly Context' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Resource Power Assembly Context' reference.
- See Also:
setResourcePowerAssemblyContext(ResourcePowerBinding)
,InfrastructurePackage.getPowerConsumingResourceSet_ResourcePowerAssemblyContext()
- Generated class or method.
- EMF model class or method.
-
setResourcePowerAssemblyContext
void setResourcePowerAssemblyContext(ResourcePowerBinding value)
Sets the value of the 'Resource Power Assembly Context
' reference.- Parameters:
value
- the new value of the 'Resource Power Assembly Context' reference.- See Also:
getResourcePowerAssemblyContext()
- Generated class or method.
-
-