Package | Description |
---|---|
com.interpss.dstab.algo | |
com.interpss.dstab.algo.defaultImpl | |
com.interpss.dstab.algo.impl | |
com.interpss.dstab.algo.util |
Modifier and Type | Method and Description |
---|---|
void |
DynamicSimuAlgorithm.setSolver(IDStabSolver solver)
set the DStab solver
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDStabSolver
Abstract base class for implementing DStabSolver
|
class |
DStabSolver3SeqImpl |
class |
DStabSolverImpl
InterPSS default dynamic simulation implementation
|
Modifier and Type | Method and Description |
---|---|
void |
DynamicSimuAlgorithmImpl.setSolver(IDStabSolver newSolver) |
Modifier and Type | Method and Description |
---|---|
T |
DstabAlgorithmSwitch.caseIDStabSolver(IDStabSolver object)
Returns the result of interpreting the object as an instance of 'ID Stab Solver'.
|