Package | Description |
---|---|
com.interpss.core | |
com.interpss.core.algo.dclf | |
com.interpss.core.algo.dclf.impl | |
com.interpss.core.algo.dclf.util |
Modifier and Type | Method and Description |
---|---|
static SenAnalysisAlgorithm |
DclfAlgoObjectFactory.createSenAnalysisAlgorithm()
Create a SenAnalysis algorithm object
|
static SenAnalysisAlgorithm |
DclfAlgoObjectFactory.createSenAnalysisAlgorithm(AclfNetwork aclfNet)
Create a SenAnalysisAlgorithm object
|
static SenAnalysisAlgorithm |
DclfAlgoObjectFactory.createSenAnalysisAlgorithm(AclfNetwork aclfNet,
IDclfSolver.CacheType cacheType)
Create a SenAnalysisAlgorithm object
|
static SenAnalysisAlgorithm |
DclfAlgoObjectFactory.createSenAnalysisAlgorithm(AclfNetwork aclfNet,
IDclfSolver.CacheType cacheType,
boolean updateRefBus)
Create a SenAnalysisAlgorithm object
|
static SenAnalysisAlgorithm |
DclfAlgoObjectFactory.createSenAnalysisAlgorithm(AclfNetwork aclfNet,
IDclfSolver.CacheType cacheType,
boolean applyAdjust,
boolean updateRefBus)
Create a SenAnalysisAlgorithm object
|
Modifier and Type | Interface and Description |
---|---|
interface |
ContingencyAnalysisAlgorithm
A representation of the model object 'Contingency Analysis Algorithm'.
|
interface |
NetGenAdjustAlgorithm
A representation of the model object 'Deduce Flow Algorithm'.
|
Modifier and Type | Method and Description |
---|---|
SenAnalysisAlgorithm |
DclfAlgorithmFactory.createSenAnalysisAlgorithm()
Returns a new object of class 'Sen Analysis Algorithm'.
|
Modifier and Type | Method and Description |
---|---|
void |
IOutDclfResult.outDclfResult(SenAnalysisAlgorithm algo) |
Modifier and Type | Class and Description |
---|---|
class |
ContingencyAnalysisAlgorithmImpl
An implementation of the model object 'Contingency Analysis Algorithm'.
|
class |
NetGenAdjustAlgorithmImpl
An implementation of the model object 'Deduce Flow Algorithm'.
|
class |
SenAnalysisAlgorithmImpl
DclfAlgo --> AclfNet
--> DclfSolver --> AclfNet
- DclfAlgo has two ref objects (AclfNet and DclfSolver).
|
Modifier and Type | Method and Description |
---|---|
SenAnalysisAlgorithm |
DclfAlgorithmFactoryImpl.createSenAnalysisAlgorithm() |
Modifier and Type | Method and Description |
---|---|
T |
DclfAlgorithmSwitch.caseSenAnalysisAlgorithm(SenAnalysisAlgorithm object)
Returns the result of interpreting the object as an instance of 'Sen Analysis Algorithm'.
|