Package | Description |
---|---|
com.interpss.core.algo | |
com.interpss.core.algo.impl | |
com.interpss.core.algo.util |
Modifier and Type | Method and Description |
---|---|
LfAdjustAlgorithm |
CoreAlgorithmFactory.createLfAdjustAlgorithm()
Returns a new object of class 'Lf Adjust Algorithm'.
|
LfAdjustAlgorithm |
LoadflowAlgorithm.getLfAdjAlgo()
Returns the value of the 'Lf Adj Algo' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
LoadflowAlgorithm.setLfAdjAlgo(LfAdjustAlgorithm value)
Sets the value of the '
Lf Adj Algo ' containment reference. |
Modifier and Type | Method and Description |
---|---|
void |
LfAdjustAlgorithm.initialize(java.util.function.Consumer<LfAdjustAlgorithm> initializer)
initialize the Adj Algo before running the Loadflow
|
Modifier and Type | Class and Description |
---|---|
class |
LfAdjustAlgorithmImpl
An implementation of the model object 'Lf Adjust Config'.
|
Modifier and Type | Field and Description |
---|---|
protected LfAdjustAlgorithm |
LoadflowAlgorithmImpl.lfAdjAlgo
The cached value of the '
Lf Adj Algo ' containment reference. |
Modifier and Type | Method and Description |
---|---|
LfAdjustAlgorithm |
CoreAlgorithmFactoryImpl.createLfAdjustAlgorithm() |
LfAdjustAlgorithm |
LoadflowAlgorithmImpl.getLfAdjAlgo() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
LoadflowAlgorithmImpl.basicSetLfAdjAlgo(LfAdjustAlgorithm newLfAdjAlgo,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
LoadflowAlgorithmImpl.setLfAdjAlgo(LfAdjustAlgorithm newLfAdjAlgo) |
Modifier and Type | Method and Description |
---|---|
void |
LfAdjustAlgorithmImpl.initialize(java.util.function.Consumer<LfAdjustAlgorithm> initializer) |
Modifier and Type | Method and Description |
---|---|
T |
CoreAlgorithmSwitch.caseLfAdjustAlgorithm(LfAdjustAlgorithm object)
Returns the result of interpreting the object as an instance of 'Lf Adjust Algorithm'.
|