| Modifier and Type | Method and Description |
|---|---|
boolean |
CalculatorFactoryImpl.isCompatibleWith(PowerModelSpecification specification)
Determines whether this instance can handle the given power model.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractCalculatorFactory.isCompatibleWith(PowerModelSpecification specification) |
boolean |
CalculatorFactory.isCompatibleWith(PowerModelSpecification specification)
Checks if is compatible with.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DeclarativePowerModelSpecification
A representation of the model object '
Declarative Power Model Specification'.
|
interface |
DistributionPowerModelSpecification
A representation of the model object '
Distribution Power Model Specification'.
|
interface |
ResourcePowerModelSpecification
A representation of the model object '
Resource Power Model Specification'.
|
| Modifier and Type | Method and Description |
|---|---|
PowerModelSpecification |
ConsumptionFactor.getPowerModel()
Returns the value of the 'Power Model' container reference.
|
| Modifier and Type | Method and Description |
|---|---|
EList<PowerModelSpecification> |
PowerModelRepository.getPowerModelSpecifications()
Returns the value of the 'Power Model Specifications' containment reference
list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConsumptionFactor.setPowerModel(PowerModelSpecification value)
Sets the value of the '
Power Model' container reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
DeclarativePowerModelSpecificationImpl
An implementation of the model object '
Declarative Power Model Specification'.
|
class |
DistributionPowerModelSpecificationImpl
An implementation of the model object '
Distribution Power Model Specification'.
|
class |
PowerModelSpecificationImpl
An implementation of the model object '
Power Model Specification'.
|
class |
ResourcePowerModelSpecificationImpl
An implementation of the model object '
Resource Power Model Specification'.
|
| Modifier and Type | Method and Description |
|---|---|
PowerModelSpecification |
ConsumptionFactorImpl.getPowerModel() |
| Modifier and Type | Method and Description |
|---|---|
EList<PowerModelSpecification> |
PowerModelRepositoryImpl.getPowerModelSpecifications() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
ConsumptionFactorImpl.basicSetPowerModel(PowerModelSpecification newPowerModel,
NotificationChain msgs) |
void |
ConsumptionFactorImpl.setPowerModel(PowerModelSpecification newPowerModel) |
| Modifier and Type | Method and Description |
|---|---|
T |
SpecificationSwitch.casePowerModelSpecification(PowerModelSpecification object)
Returns the result of interpreting the object as an instance of '
Power Model Specification'.
|