Package | Description |
---|---|
com.interpss.core | |
com.interpss.core.algo.mslf | |
com.interpss.core.algo.mslf.impl | |
com.interpss.core.algo.mslf.util |
Modifier and Type | Method and Description |
---|---|
static MultiStateDclfAlgorithm<AclfNetwork> |
MultiStateAlgoObjectFactory.createMultiStateDclfAlgorithm(AclfNetwork baseAclfNet)
Create a !fixedStructure MultiStateDclfAlgorithm object
|
static MultiStateDclfAlgorithm<AclfNetwork> |
MultiStateAlgoObjectFactory.createMultiStateDclfAlgorithm(AclfNetwork baseAclfNet,
int noClonedNet)
Create a MultiStateDclfAlgorithm object, noClonedNet is equal to noDclfAlgo
|
static MultiStateDclfAlgorithm<AclfNetwork> |
MultiStateAlgoObjectFactory.createMultiStateDclfAlgorithm(AclfNetwork baseAclfNet,
int noClonedNet,
int noDclfAlgo,
int[] indexAry)
Create a MultiStateDclfAlgorithm object, noClonedNet is not equal to noDclfAlgo
|
static <T extends AclfNetwork> |
MultiStateAlgoObjectFactory.createMultiStateDclfAlgorithm(T baseAclfNet,
MultiStateAlgoObjectFactory.MStateIndexRec indRec)
Create a MultiStateDclfAlgorithm object, noClonedNet is not equal to noDclfAlgo
|
Modifier and Type | Method and Description |
---|---|
<TNet extends AclfNetwork> |
MslfAlgorithmFactory.createMultiStateDclfAlgorithm()
Returns a new object of class 'Multi State Dclf Algorithm'.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiStateDclfAlgorithmImpl<TNet extends AclfNetwork>
An implementation of the model object 'FS Loadflow Algorithm'.
|
Modifier and Type | Method and Description |
---|---|
<TNet extends AclfNetwork> |
MslfAlgorithmFactoryImpl.createMultiStateDclfAlgorithm() |
Modifier and Type | Method and Description |
---|---|
<TNet extends AclfNetwork> |
MslfAlgorithmSwitch.caseMultiStateDclfAlgorithm(MultiStateDclfAlgorithm<TNet> object)
Returns the result of interpreting the object as an instance of 'Multi State Dclf Algorithm'.
|