Package de.fzi.power.infrastructure
Interface AbstractPowerConsumingResource
-
- 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
- All Known Subinterfaces:
PowerConsumingResourceSet
,StatefulPowerConsumingResourceSet
- All Known Implementing Classes:
AbstractPowerConsumingResourceImpl
,PowerConsumingResourceSetImpl
,StatefulPowerConsumingResourceSetImpl
public interface AbstractPowerConsumingResource extends PowerConsumingEntity
A representation of the model object ' Abstract Power Consuming Resource'.The following features are supported:
- See Also:
InfrastructurePackage.getAbstractPowerConsumingResource()
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<org.palladiosimulator.pcm.resourceenvironment.ProcessingResourceSpecification>
getProcessingResourceSpecifications()
Returns the value of the 'Processing Resource Specifications' reference list.-
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
-
getProcessingResourceSpecifications
EList<org.palladiosimulator.pcm.resourceenvironment.ProcessingResourceSpecification> getProcessingResourceSpecifications()
Returns the value of the 'Processing Resource Specifications' reference list. The list contents are of typeProcessingResourceSpecification
.If the meaning of the 'Processing Resource Specifications' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Processing Resource Specifications' reference list.
- See Also:
InfrastructurePackage.getAbstractPowerConsumingResource_ProcessingResourceSpecifications()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
-