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 <T extends AclfNetwork> |
MultiStateAlgoObjectFactory.createMultiNetDclfAlgorithm(T baseAclfNet)
Create a !fixedStructure MultiNEtDclfAlgorithm object
|
static <T extends AclfNetwork> |
MultiStateAlgoObjectFactory.createMultiNetDclfAlgorithm(T baseAclfNet,
int noClonedNet)
Create a MultiNetDclfAlgorithm object with noClonedNet cloned AclfNetworks
|
static <T extends AclfNetwork> |
MultiStateAlgoObjectFactory.createMultiNetDclfAlgorithm(T baseAclfNet,
int noClonedNet,
int noDclfAlgo,
int[] indexAry)
Create a MultiNetDclfAlgorithm object
|
Modifier and Type | Interface and Description |
---|---|
interface |
MultiStateDclfAlgorithm<TNet extends AclfNetwork>
A representation of the model object 'FS Loadflow Algorithm'.
|
Modifier and Type | Method and Description |
---|---|
<TNet extends AclfNetwork> |
MslfAlgorithmFactory.createMultiNetDclfAlgorithm()
Returns a new object of class 'Multi Net Dclf Algorithm'.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiNetDclfAlgorithmImpl<TNet extends AclfNetwork>
An implementation of the model object 'Multi Net Dclf Algorithm'.
|
class |
MultiStateDclfAlgorithmImpl<TNet extends AclfNetwork>
An implementation of the model object 'FS Loadflow Algorithm'.
|
Modifier and Type | Method and Description |
---|---|
<TNet extends AclfNetwork> |
MslfAlgorithmFactoryImpl.createMultiNetDclfAlgorithm() |
Modifier and Type | Method and Description |
---|---|
<TNet extends AclfNetwork> |
MslfAlgorithmSwitch.caseMultiNetDclfAlgorithm(MultiNetDclfAlgorithm<TNet> object)
Returns the result of interpreting the object as an instance of 'Multi Net Dclf Algorithm'.
|