Package | Description |
---|---|
com.interpss.core.algo | |
com.interpss.core.algo.impl | |
com.interpss.core.algo.impl.solver | |
com.interpss.core.algo.util |
Modifier and Type | Method and Description |
---|---|
IChildNetLfSolver |
LoadflowAlgorithm.getChildNetSolver()
Returns the value of the 'Child Net Solver' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
LoadflowAlgorithm.setChildNetSolver(IChildNetLfSolver value)
Sets the value of the '
Child Net Solver ' reference. |
Modifier and Type | Field and Description |
---|---|
protected IChildNetLfSolver |
LoadflowAlgorithmImpl.childNetSolver
The cached value of the '
Child Net Solver ' reference. |
Modifier and Type | Method and Description |
---|---|
IChildNetLfSolver |
LoadflowAlgorithmImpl.getChildNetSolver() |
Modifier and Type | Method and Description |
---|---|
void |
LoadflowAlgorithmImpl.setChildNetSolver(IChildNetLfSolver newChildNetSolver) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultChildNetLfSolver
InterPSS default implementation of the multi-network Loadflow solver.
|
Modifier and Type | Method and Description |
---|---|
T |
CoreAlgorithmSwitch.caseIChildNetLfSolver(IChildNetLfSolver object)
Returns the result of interpreting the object as an instance of 'IChild Net Lf Solver'.
|