Package de.fzi.power.infrastructure
Interface StatefulPowerConsumingResourceSet
-
- 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:
StatefulPowerConsumingResourceSetImpl
public interface StatefulPowerConsumingResourceSet extends AbstractPowerConsumingResource
A representation of the model object 'Stateful Power Consuming Resource Set'.The following features are supported:
- See Also:
InfrastructurePackage.getStatefulPowerConsumingResourceSet()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractPowerStateBindinggetPowerState()Returns the value of the 'Power State' reference.StatefulResourcePowerBindinggetStatefulResourcePowerBinding()Returns the value of the 'Stateful Resource Power Binding' reference.voidsetPowerState(AbstractPowerStateBinding value)Sets the value of the 'Power State' reference.voidsetStatefulResourcePowerBinding(StatefulResourcePowerBinding value)Sets the value of the 'Stateful Resource Power Binding' 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
-
getPowerState
AbstractPowerStateBinding getPowerState()
Returns the value of the 'Power State' reference.If the meaning of the 'Power State' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Power State' reference.
- See Also:
setPowerState(AbstractPowerStateBinding),InfrastructurePackage.getStatefulPowerConsumingResourceSet_PowerState()- Generated class or method.
- EMF model class or method.
- required="true"
-
setPowerState
void setPowerState(AbstractPowerStateBinding value)
Sets the value of the 'Power State' reference.- Parameters:
value- the new value of the 'Power State' reference.- See Also:
getPowerState()- Generated class or method.
-
getStatefulResourcePowerBinding
StatefulResourcePowerBinding getStatefulResourcePowerBinding()
Returns the value of the 'Stateful Resource Power Binding' reference.If the meaning of the 'Stateful Resource Power Binding' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Stateful Resource Power Binding' reference.
- See Also:
setStatefulResourcePowerBinding(StatefulResourcePowerBinding),InfrastructurePackage.getStatefulPowerConsumingResourceSet_StatefulResourcePowerBinding()- Generated class or method.
- EMF model class or method.
- required="true"
-
setStatefulResourcePowerBinding
void setStatefulResourcePowerBinding(StatefulResourcePowerBinding value)
Sets the value of the 'Stateful Resource Power Binding' reference.- Parameters:
value- the new value of the 'Stateful Resource Power Binding' reference.- See Also:
getStatefulResourcePowerBinding()- Generated class or method.
-
-