| Constructor and Description |
|---|
CustomExpressionContext(EList<AbstractFixedFactorValue<?>> eList,
Iterable<ConsumptionFactor> consumptionFactors)
Initializes a new instance of the
CustomExpressionContext class. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FixedFactor
A representation of the model object 'Fixed Factor'.
|
interface |
MeasuredFactor
A representation of the model object 'Measured Factor'.
|
| Modifier and Type | Method and Description |
|---|---|
EList<ConsumptionFactor> |
PowerModelSpecification.getConsumptionFactors()
Returns the value of the 'Consumption Factors' containment reference list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConsumptionFactorImpl
An implementation of the model object 'Consumption Factor
'.
|
class |
FixedFactorImpl
An implementation of the model object 'Fixed Factor'.
|
class |
MeasuredFactorImpl
An implementation of the model object 'Measured Factor'.
|
| Modifier and Type | Method and Description |
|---|---|
EList<ConsumptionFactor> |
PowerModelSpecificationImpl.getConsumptionFactors() |
| Modifier and Type | Field and Description |
|---|---|
static ConsumptionFactor |
PowerModelConstants.LINEAR_PASSTHROUGH_DISTRIBUTION_CONSTANT_LOSS |
| Modifier and Type | Method and Description |
|---|---|
T |
SpecificationSwitch.caseConsumptionFactor(ConsumptionFactor object)
Returns the result of interpreting the object as an instance of 'Consumption Factor
'.
|