| Package | Description |
|---|---|
| de.fzi.power.binding | |
| de.fzi.power.binding.impl | |
| de.fzi.power.binding.util | |
| de.fzi.power.infrastructure | |
| de.fzi.power.infrastructure.impl | |
| de.fzi.power.interpreter.calculators |
| Modifier and Type | Method and Description |
|---|---|
PowerState |
BindingFactory.createPowerState()
Returns a new object of class 'Power State'.
|
| Modifier and Type | Method and Description |
|---|---|
EList<PowerState> |
StatefulResourcePowerBinding.getPowerStates()
Returns the value of the 'Power States' containment reference list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PowerStateImpl
An implementation of the model object 'Power State'.
|
| Modifier and Type | Method and Description |
|---|---|
PowerState |
BindingFactoryImpl.createPowerState() |
| Modifier and Type | Method and Description |
|---|---|
EList<PowerState> |
StatefulResourcePowerBindingImpl.getPowerStates() |
| Modifier and Type | Method and Description |
|---|---|
T |
BindingSwitch.casePowerState(PowerState object)
Returns the result of interpreting the object as an instance of 'Power State'.
|
| Modifier and Type | Method and Description |
|---|---|
PowerState |
StatefulPowerConsumingResource.getPowerState()
Returns the value of the 'Power State' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatefulPowerConsumingResource.setPowerState(PowerState value)
Sets the value of the '
Power State' reference. |
| Modifier and Type | Method and Description |
|---|---|
PowerState |
StatefulPowerConsumingResourceImpl.basicGetPowerState() |
PowerState |
StatefulPowerConsumingResourceImpl.getPowerState() |
| Modifier and Type | Method and Description |
|---|---|
void |
StatefulPowerConsumingResourceImpl.setPowerState(PowerState newPowerState) |
| Constructor and Description |
|---|
StatefulPowerConsumingResourceCalculator(StatefulPowerConsumingResource resource,
Map<PowerState,IResourcePowerModelCalculator> powerCalculatorsPerState) |