| Package | Description |
|---|---|
| de.fzi.power.binding | |
| de.fzi.power.binding.impl | |
| de.fzi.power.binding.util | |
| de.fzi.power.interpreter.calculator.expressionoasis.custom |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FixedFactorValueDimensionless
A representation of the model object '
Fixed Factor Value Dimensionless'.
|
interface |
FixedFactorValuePower
A representation of the model object '
Fixed Factor Value Power'.
|
| Modifier and Type | Method and Description |
|---|---|
EList<AbstractFixedFactorValue<?>> |
PowerFactorBinding.getFixedFactorValues()
Returns the value of the 'Fixed Factor Values' containment reference list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFixedFactorValueImpl<Q extends javax.measure.quantity.Quantity>
An implementation of the model object '
Abstract Fixed Factor Value'.
|
class |
FixedFactorValueDimensionlessImpl
An implementation of the model object '
Fixed Factor Value Dimensionless'.
|
class |
FixedFactorValuePowerImpl
An implementation of the model object '
Fixed Factor Value Power'.
|
| Modifier and Type | Method and Description |
|---|---|
EList<AbstractFixedFactorValue<?>> |
PowerFactorBindingImpl.getFixedFactorValues() |
| Modifier and Type | Method and Description |
|---|---|
<Q extends javax.measure.quantity.Quantity> |
BindingSwitch.caseAbstractFixedFactorValue(AbstractFixedFactorValue<Q> object)
Returns the result of interpreting the object as an instance of '
Abstract Fixed Factor Value'.
|
| Constructor and Description |
|---|
CustomExpressionContext(EList<AbstractFixedFactorValue<?>> eList,
Iterable<ConsumptionFactor> consumptionFactors)
Initializes a new instance of the
CustomExpressionContext class. |