| Modifier and Type | Method and Description |
|---|---|
StatefulPowerConsumingResource |
InfrastructureFactory.createStatefulPowerConsumingResource()
Returns a new object of class 'Stateful Power Consuming Resource'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StatefulPowerConsumingResourceImpl
An implementation of the model object '
Stateful Power Consuming Resource'.
|
| Modifier and Type | Method and Description |
|---|---|
StatefulPowerConsumingResource |
InfrastructureFactoryImpl.createStatefulPowerConsumingResource() |
| Modifier and Type | Method and Description |
|---|---|
T |
InfrastructureSwitch.caseStatefulPowerConsumingResource(StatefulPowerConsumingResource object)
Returns the result of interpreting the object as an instance of '
Stateful Power Consuming Resource'.
|
| Modifier and Type | Method and Description |
|---|---|
org.jscience.physics.amount.Amount<javax.measure.quantity.Power> |
PowerConsumptionSwitch.caseStatefulPowerConsumingResource(StatefulPowerConsumingResource resource) |
Void |
PowerModelUpdaterSwitch.caseStatefulPowerConsumingResource(StatefulPowerConsumingResource powerConsumingResource) |
org.jscience.physics.amount.Amount<javax.measure.quantity.Power> |
ConsumptionContext.evaluateStatefulResourcePowerConsumption(StatefulPowerConsumingResource resource)
Evaluates the power consumption of a passed stateful resource.
|
void |
PowerModelRegistry.updateStatefulPowerConsumingResource(StatefulPowerConsumingResource powerConsumingResource,
IResourcePowerModelCalculator resourceCalculator) |
| Modifier and Type | Method and Description |
|---|---|
IResourcePowerModelCalculator |
CalculatorInstantiator.instantiateStatefulResourcePowerModelCalculator(StatefulPowerConsumingResource resource)
Instantiate the resource power model calculator of a stateful resource.
|
IResourcePowerModelCalculator |
ExtensibleCalculatorInstantiatorImpl.instantiateStatefulResourcePowerModelCalculator(StatefulPowerConsumingResource resource) |
| Constructor and Description |
|---|
StatefulPowerConsumingResourceCalculator(StatefulPowerConsumingResource resource,
Map<PowerState,IResourcePowerModelCalculator> powerCalculatorsPerState) |