| Package | Description |
|---|---|
| de.fzi.power.binding | |
| de.fzi.power.binding.impl | |
| de.fzi.power.binding.util | |
| de.fzi.power.interpreter |
| Modifier and Type | Method and Description |
|---|---|
PowerBindingRepository |
BindingFactory.createPowerBindingRepository()
Returns a new object of class 'Power Binding Repository'.
|
PowerBindingRepository |
PowerBinding.getPowerBindingRepository()
Returns the value of the 'Power Binding Repository' container reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PowerBinding.setPowerBindingRepository(PowerBindingRepository value)
Sets the value of the '
Power Binding Repository' container reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
PowerBindingRepositoryImpl
An implementation of the model object '
Power Binding Repository'.
|
| Modifier and Type | Method and Description |
|---|---|
PowerBindingRepository |
BindingFactoryImpl.createPowerBindingRepository() |
PowerBindingRepository |
PowerBindingImpl.getPowerBindingRepository() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
PowerBindingImpl.basicSetPowerBindingRepository(PowerBindingRepository newPowerBindingRepository,
NotificationChain msgs) |
void |
PowerBindingImpl.setPowerBindingRepository(PowerBindingRepository newPowerBindingRepository) |
| Modifier and Type | Method and Description |
|---|---|
T |
BindingSwitch.casePowerBindingRepository(PowerBindingRepository object)
Returns the result of interpreting the object as an instance of '
Power Binding Repository'.
|
| Modifier and Type | Method and Description |
|---|---|
PowerBindingRepository |
ConsumptionContext.getPowerBindingRepository()
Get the PowerBindingRepository associated with the ConsumptionCotext.
|
| Modifier and Type | Method and Description |
|---|---|
static ConsumptionContext |
ConsumptionContext.createConsumptionContext(PowerBindingRepository bindingRepository,
AbstractEvaluationScope initialScope,
PowerModelRegistry powerModelRegistry)
Creates a consumption context.
|