| Modifier and Type | Method and Description |
|---|---|
ResourcePowerBinding |
BindingFactory.createResourcePowerBinding()
Returns a new object of class 'Resource Power Binding'.
|
ResourcePowerBinding |
PowerState.getBinding()
Returns the value of the 'Binding' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PowerState.setBinding(ResourcePowerBinding value)
Sets the value of the '
Binding'
reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourcePowerBindingImpl
An implementation of the model object '
Resource Power Binding'.
|
| Modifier and Type | Method and Description |
|---|---|
ResourcePowerBinding |
PowerStateImpl.basicGetBinding() |
ResourcePowerBinding |
BindingFactoryImpl.createResourcePowerBinding() |
ResourcePowerBinding |
PowerStateImpl.getBinding() |
| Modifier and Type | Method and Description |
|---|---|
void |
PowerStateImpl.setBinding(ResourcePowerBinding newBinding) |
| Modifier and Type | Method and Description |
|---|---|
T |
BindingSwitch.caseResourcePowerBinding(ResourcePowerBinding object)
Returns the result of interpreting the object as an instance of '
Resource Power Binding'.
|
| Modifier and Type | Method and Description |
|---|---|
ResourcePowerBinding |
PowerConsumingResource.getResourcePowerAssemblyContext()
Returns the value of the 'Resource Power Assembly Context' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PowerConsumingResource.setResourcePowerAssemblyContext(ResourcePowerBinding value)
Sets the value of the '
Resource Power Assembly Context' reference. |
| Modifier and Type | Method and Description |
|---|---|
ResourcePowerBinding |
PowerConsumingResourceImpl.basicGetResourcePowerAssemblyContext() |
ResourcePowerBinding |
PowerConsumingResourceImpl.getResourcePowerAssemblyContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
PowerConsumingResourceImpl.setResourcePowerAssemblyContext(ResourcePowerBinding newResourcePowerAssemblyContext) |
| Modifier and Type | Method and Description |
|---|---|
IResourcePowerModelCalculator |
CalculatorFactoryImpl.instantiateResourcePowerModelCalculator(ResourcePowerBinding binding) |
| Modifier and Type | Method and Description |
|---|---|
IResourcePowerModelCalculator |
AbstractCalculatorFactory.instantiateResourcePowerModelCalculator(ResourcePowerBinding binding) |
IResourcePowerModelCalculator |
CalculatorFactory.instantiateResourcePowerModelCalculator(ResourcePowerBinding binding)
Instantiate resource power model calculator.
|
| Constructor and Description |
|---|
AbstractResourcePowerModelCalculator(ResourcePowerBinding binding)
Create the power model calculator for a passed power-consuming resource.
|
| Modifier and Type | Method and Description |
|---|---|
IResourcePowerModelCalculator |
EssentialCalculatorsFactory.instantiateResourcePowerModelCalculator(ResourcePowerBinding binding) |
| Constructor and Description |
|---|
InterpolationModelCalculator(ResourcePowerBinding binding) |
LinearPowerModelCalculator(ResourcePowerBinding binding)
Create a calculator for a linear power model.
|
NonlinearRegressionCalculator(ResourcePowerBinding binding) |