| Package | Description |
|---|---|
| com.interpss.core.algo | |
| com.interpss.core.algo.impl | |
| com.interpss.core.algo.util |
| Modifier and Type | Method and Description |
|---|---|
LfCalculator |
CoreAlgorithmFactory.createLfCalculator()
Returns a new object of class 'Lf Calculator'.
|
LfCalculator |
LoadflowAlgorithm.getLfCalculator()
Returns the value of the 'Lf Calculator' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoadflowAlgorithm.setLfCalculator(LfCalculator value)
Sets the value of the '
Lf Calculator' containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
LfCalculatorImpl
An implementation of the model object 'Lf Calculator'.
|
| Modifier and Type | Field and Description |
|---|---|
protected LfCalculator |
LoadflowAlgorithmImpl.lfCalculator
The cached value of the '
Lf Calculator' containment reference. |
| Modifier and Type | Method and Description |
|---|---|
LfCalculator |
CoreAlgorithmFactoryImpl.createLfCalculator() |
LfCalculator |
LoadflowAlgorithmImpl.getLfCalculator() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
LoadflowAlgorithmImpl.basicSetLfCalculator(LfCalculator newLfCalculator,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
LoadflowAlgorithmImpl.setLfCalculator(LfCalculator newLfCalculator) |
| Modifier and Type | Method and Description |
|---|---|
T |
CoreAlgorithmSwitch.caseLfCalculator(LfCalculator object)
Returns the result of interpreting the object as an instance of 'Lf Calculator'.
|