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 MultiStateAclfAlgorithm<AclfNetwork> |
MultiStateAlgoObjectFactory.createMultiStateAclfAlgorithm(AclfNetwork baseAclfNet)
Create a !fixedStructure MultiStateAclfAlgorithm object
|
static MultiStateAclfAlgorithm<AclfNetwork> |
MultiStateAlgoObjectFactory.createMultiStateAclfAlgorithm(AclfNetwork baseAclfNet,
int noClonedNet,
boolean createAclfAlgo)
Create a MultiStateAclfAlgorithm object, noClonedNet is equal to noDclfAlgo
|
static MultiStateAclfAlgorithm<AclfNetwork> |
MultiStateAlgoObjectFactory.createMultiStateAclfAlgorithm(AclfNetwork baseAclfNet,
int noClonedNet,
int noDclfAlgo,
int[] indexAry,
boolean createAclfAlgo)
Create a MultiStateAclfAlgorithm object, noClonedNet is not equal to noDclfAlgo
|
static <T extends AclfNetwork> |
MultiStateAlgoObjectFactory.createMultiStateAclfAlgorithm(T baseAclfNet,
MultiStateAlgoObjectFactory.MStateIndexRec indRec,
boolean createAclfAlgo)
Create a MultiStateAclfAlgorithm object, noClonedNet is not equal to noDclfAlgo
|
Modifier and Type | Method and Description |
---|---|
<TNet extends AclfNetwork> |
MslfAlgorithmFactory.createMultiStateAclfAlgorithm()
Returns a new object of class 'Multi State Aclf Algorithm'.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiStateAclfAlgorithmImpl<TNet extends AclfNetwork>
An implementation of the model object 'Multi State Aclf Algorithm'.
|
Modifier and Type | Method and Description |
---|---|
<TNet extends AclfNetwork> |
MslfAlgorithmFactoryImpl.createMultiStateAclfAlgorithm() |
Modifier and Type | Method and Description |
---|---|
<TNet extends AclfNetwork> |
MslfAlgorithmSwitch.caseMultiStateAclfAlgorithm(MultiStateAclfAlgorithm<TNet> object)
Returns the result of interpreting the object as an instance of 'Multi State Aclf Algorithm'.
|