Package | Description |
---|---|
com.interpss.core.algo.mslf | |
com.interpss.core.algo.mslf.impl | |
com.interpss.core.algo.mslf.util |
Modifier and Type | Interface and Description |
---|---|
interface |
MultiNetDclfAlgorithm<TNet extends AclfNetwork>
A representation of the model object 'Multi Net Dclf Algorithm'.
|
interface |
MultiStateAclfAlgorithm<TNet extends AclfNetwork>
A representation of the model object 'Multi State Aclf Algorithm'.
|
interface |
MultiStateDclfAlgorithm<TNet extends AclfNetwork>
A representation of the model object 'FS Loadflow Algorithm'.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseMultiStateLfAlgorithmImpl<TNet extends AclfNetwork>
An implementation of the model object 'FS Loadflow Algorithm'.
|
class |
MultiNetDclfAlgorithmImpl<TNet extends AclfNetwork>
An implementation of the model object 'Multi Net Dclf Algorithm'.
|
class |
MultiStateAclfAlgorithmImpl<TNet extends AclfNetwork>
An implementation of the model object 'Multi State Aclf Algorithm'.
|
class |
MultiStateDclfAlgorithmImpl<TNet extends AclfNetwork>
An implementation of the model object 'FS Loadflow Algorithm'.
|
Modifier and Type | Method and Description |
---|---|
<TNet extends AclfNetwork> |
MslfAlgorithmSwitch.caseBaseMultiStateLfAlgorithm(BaseMultiStateLfAlgorithm<TNet> object)
Returns the result of interpreting the object as an instance of 'Base Multi State Lf Algorithm'.
|