| Package | Description |
|---|---|
| com.interpss.core.algo | |
| com.interpss.core.algo.impl | |
| com.interpss.core.algo.impl.mnet | |
| com.interpss.core.algo.util |
| Modifier and Type | Method and Description |
|---|---|
IMultiNetLfSolver |
LoadflowAlgorithm.getMultiNetSolver()
Returns the value of the 'Multi Net Solver' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoadflowAlgorithm.setMultiNetSolver(IMultiNetLfSolver value)
Sets the value of the '
Multi Net Solver' reference. |
| Modifier and Type | Method and Description |
|---|---|
IMultiNetLfSolver |
LoadflowAlgorithmImpl.getMultiNetSolver() |
| Modifier and Type | Method and Description |
|---|---|
void |
LoadflowAlgorithmImpl.setMultiNetSolver(IMultiNetLfSolver newMultiNetSolver) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMultiNetLfSolver
InterPSS default implementation of the multi-network Loadflow solver.
|
| Modifier and Type | Method and Description |
|---|---|
T |
CoreAlgorithmSwitch.caseIMultiNetLfSolver(IMultiNetLfSolver object)
Returns the result of interpreting the object as an instance of 'IMulti Net Lf Solver'.
|