| Package | Description |
|---|---|
| com.interpss.core.algo | |
| com.interpss.core.algo.impl | |
| com.interpss.core.algo.util |
| Modifier and Type | Method and Description |
|---|---|
INrSolver |
LfCalculator.getNrSolver()
Returns the value of the 'Nr Solver' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoadflowAlgorithm.setNrSolver(INrSolver nrSolver)
set NR solver
|
void |
LfCalculator.setNrSolver(INrSolver value)
Sets the value of the '
Nr Solver' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultNrSolver
InterPSS desfault implementation of the NR solver interface
|
| Modifier and Type | Method and Description |
|---|---|
INrSolver |
LfCalculatorImpl.getNrSolver() |
| Modifier and Type | Method and Description |
|---|---|
void |
LoadflowAlgorithmImpl.setNrSolver(INrSolver nrSolver) |
void |
LfCalculatorImpl.setNrSolver(INrSolver newNrSolver) |
| Modifier and Type | Method and Description |
|---|---|
T |
CoreAlgorithmSwitch.caseINrSolver(INrSolver object)
Returns the result of interpreting the object as an instance of 'INr Solver'.
|