Package | Description |
---|---|
com.interpss.core | |
com.interpss.core.algo | |
com.interpss.core.algo.impl | |
com.interpss.core.algo.mslf | |
com.interpss.core.algo.mslf.impl | |
com.interpss.core.algo.util |
Modifier and Type | Method and Description |
---|---|
static AclfDclfAlgorithm<ContingencyAnalysisAlgorithm> |
CoreObjectFactory.createAclfDclfAlgorithm()
Create a AclfDclfAlgorithm object
|
static AclfDclfAlgorithm<ContingencyAnalysisAlgorithm> |
CoreObjectFactory.createAclfDclfAlgorithm(BaseAclfNetwork<?,?> net)
Create a AclfDclfAlgorithm object
|
static AclfDclfAlgorithm<ContingencyAnalysisAlgorithm> |
CoreObjectFactory.createAclfDclfAlgorithm(BaseAclfNetwork<?,?> net,
AclfMethodType method)
Create a AclfDclfAlgorithm object
|
static AclfDclfAlgorithm<ContingencyAnalysisAlgorithm> |
CoreObjectFactory.createAclfDclfAlgorithm(BaseAclfNetwork<?,?> net,
IDclfSolver.CacheType cacheType)
Create a AclfDclfAlgorithm object
|
Modifier and Type | Method and Description |
---|---|
<TDcAlgo extends DclfAlgorithm> |
CoreAlgorithmFactory.createAclfDclfAlgorithm()
Returns a new object of class 'Aclf Dclf Algorithm'.
|
Modifier and Type | Class and Description |
---|---|
class |
AclfDclfAlgorithmImpl<TDcAlgo extends DclfAlgorithm>
An implementation of the model object 'Aclf Dclf Algorithm'.
|
Modifier and Type | Method and Description |
---|---|
<TDcAlgo extends DclfAlgorithm> |
CoreAlgorithmFactoryImpl.createAclfDclfAlgorithm() |
Modifier and Type | Method and Description |
---|---|
AclfDclfAlgorithm<ContingencyAnalysisAlgorithm> |
MultiStateAclfAlgorithm.createAclfAlgorithm(java.lang.String parentName,
java.lang.String algoName)
create a AclfDclfAlgorithm object.
|
AclfDclfAlgorithm<ContingencyAnalysisAlgorithm> |
MultiStateAclfAlgorithm.getMsAclfAlgo(int algoNo)
get an MState AclfAlgo object by algo number (0 ..
|
AclfDclfAlgorithm<ContingencyAnalysisAlgorithm> |
MultiStateAclfAlgorithm.getMsAclfAlgo(int aclfNetIndex,
int algoIndex)
get an MState AclfAlgo object by [aclfNetIndex, algoIndex].
|
AclfDclfAlgorithm<ContingencyAnalysisAlgorithm> |
MultiStateAclfAlgorithm.getMsAclfAlgo(java.lang.String algoId)
get an MState AclfAlgo object by algo id
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<AclfDclfAlgorithm<ContingencyAnalysisAlgorithm>> |
MultiStateAclfAlgorithm.getMsAclfAlgoList()
Returns the value of the 'Ms Aclf Algo List' containment reference list.
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<AclfDclfAlgorithm<ContingencyAnalysisAlgorithm>> |
MultiStateAclfAlgorithmImpl.msAclfAlgoList
The cached value of the '
Ms Aclf Algo List ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
AclfDclfAlgorithm<ContingencyAnalysisAlgorithm> |
MultiStateAclfAlgorithmImpl.createAclfAlgorithm(java.lang.String parentName,
java.lang.String algoName) |
AclfDclfAlgorithm<ContingencyAnalysisAlgorithm> |
MultiStateAclfAlgorithmImpl.getMsAclfAlgo(int algoNo) |
AclfDclfAlgorithm<ContingencyAnalysisAlgorithm> |
MultiStateAclfAlgorithmImpl.getMsAclfAlgo(int aclfNetIndex,
int algoIndex) |
AclfDclfAlgorithm<ContingencyAnalysisAlgorithm> |
MultiStateAclfAlgorithmImpl.getMsAclfAlgo(java.lang.String algoId) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<AclfDclfAlgorithm<ContingencyAnalysisAlgorithm>> |
MultiStateAclfAlgorithmImpl.getMsAclfAlgoList() |
Modifier and Type | Method and Description |
---|---|
<TDcAlgo extends DclfAlgorithm> |
CoreAlgorithmSwitch.caseAclfDclfAlgorithm(AclfDclfAlgorithm<TDcAlgo> object)
Returns the result of interpreting the object as an instance of 'Aclf Dclf Algorithm'.
|