Modifier and Type | Method and Description |
---|---|
static DclfAlgorithm |
DclfAlgoObjectFactory.createDclfAlgorithm()
Create a DclfAlgorithm algorithm object
|
static DclfAlgorithm |
DclfAlgoObjectFactory.createDclfAlgorithm(AclfNetwork aclfNet)
Create a Dclf algorithm object
|
static DclfAlgorithm |
DclfAlgoObjectFactory.createDclfAlgorithm(AclfNetwork aclfNet,
boolean updateRefBus)
Create a Dclf algorithm object
|
static DclfAlgorithm |
DclfAlgoObjectFactory.createDclfAlgorithm(AclfNetwork aclfNet,
IDclfSolver.CacheType cacheType,
boolean updateRefBus)
Create a Dclf algorithm object
|
static DclfAlgorithm |
DclfAlgoObjectFactory.createDclfAlgorithm(AclfNetwork aclfNet,
IDclfSolver.CacheType cacheType,
boolean applyAdjust,
boolean updateRefBus)
Create a Dclf algorithm object
|
Modifier and Type | Method and Description |
---|---|
static DclfAlgoBranch |
DclfAlgoObjectFactory.createDclfAlgoBranch(DclfAlgorithm algo,
AclfBranch branch)
create a DclfAlgoBranch object
|
static DclfAlgoBus |
DclfAlgoObjectFactory.createDclfAlgoBus(DclfAlgorithm algo,
AclfBus bus)
create a DclfAlgoBus object
|
static IDclfSolver |
DclfAlgoObjectFactory.createDclfSolver(DclfAlgorithm algo,
IDclfSolver.CacheType cacheType)
create a DclfSolver object
|
static void |
DclfAlgoObjectFactory.initDclfAlgo(DclfAlgorithm algo,
boolean applyAdjust,
boolean updateRefBus) |
Modifier and Type | Interface and Description |
---|---|
interface |
AclfDclfAlgorithm<TDcAlgo extends DclfAlgorithm>
A representation of the model object 'Aclf Dclf Algorithm'.
|
Modifier and Type | Method and Description |
---|---|
<TDcAlgo extends DclfAlgorithm> |
CoreAlgorithmFactory.createAclfDclfAlgorithm()
Returns a new object of class 'Aclf Dclf Algorithm'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ContingencyAnalysisAlgorithm
A representation of the model object 'Contingency Analysis Algorithm'.
|
interface |
EDclfAlgorithm
A representation of the model object 'EDclf Algorithm'.
|
interface |
NetGenAdjustAlgorithm
A representation of the model object 'Deduce Flow Algorithm'.
|
interface |
SenAnalysisAlgorithm
A representation of the model object 'Algorithm'.
|
Modifier and Type | Method and Description |
---|---|
DclfAlgorithm |
DclfAlgorithmFactory.createDclfAlgorithm()
Returns a new object of class 'Dclf Algorithm'.
|
DclfAlgorithm |
DclfAlgorithm.deepCopy()
make copy of all fields and refrences.
|
Modifier and Type | Class and Description |
---|---|
class |
ContingencyAnalysisAlgorithmImpl
An implementation of the model object 'Contingency Analysis Algorithm'.
|
class |
DclfAlgorithmImpl
An implementation of the model object 'Dc Loadflow'.
|
class |
EDclfAlgorithmImpl
An implementation of the model object 'EDclf 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 |
---|---|
DclfAlgorithm |
DclfAlgorithmFactoryImpl.createDclfAlgorithm() |
DclfAlgorithm |
DclfAlgorithmImpl.deepCopy() |
Modifier and Type | Field and Description |
---|---|
protected DclfAlgorithm |
BaseDclfSolver.dclfAlgo |
Constructor and Description |
---|
BaseDclfSolver(DclfAlgorithm algo) |
DblAryCacheDclfSolver(DclfAlgorithm algo) |
DclfSolver(DclfAlgorithm algo) |
HashMapCacheDclfSolver(DclfAlgorithm algo) |
Modifier and Type | Method and Description |
---|---|
T |
DclfAlgorithmSwitch.caseDclfAlgorithm(DclfAlgorithm object)
Returns the result of interpreting the object as an instance of '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 | Field and Description |
---|---|
protected TDcAlgo |
AclfDclfAlgorithmImpl.dclfAlgo
The cached value of the '
Dclf Algo ' reference. |
Modifier and Type | Method and Description |
---|---|
<TDcAlgo extends DclfAlgorithm> |
CoreAlgorithmFactoryImpl.createAclfDclfAlgorithm() |
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'.
|
Modifier and Type | Method and Description |
---|---|
static void |
AclfNetInfoHelper.outputBranchDclfDebugInfo(DclfAlgorithm dclfAlgo,
java.lang.String braId,
boolean activeOnly)
Console output of the branch debug info
|
static void |
AclfNetInfoHelper.outputBusDclfDebugInfo(DclfAlgorithm dclfAlgo,
java.lang.String busId,
boolean activeOnly) |
static void |
AclfNetInfoHelper.outputSubstationDclfDebugInfo(DclfAlgorithm dclfAlgo,
java.lang.String subName,
boolean activeOnly) |
Modifier and Type | Method and Description |
---|---|
static DclfAlgorithm |
DclfAlgorithmState.create() |
static DclfAlgorithm |
DclfAlgorithmState.create(DclfAlgorithmState bean) |
Modifier and Type | Method and Description |
---|---|
protected void |
DclfAlgorithmState.map2EObject(DclfAlgorithm eObj) |
static void |
DclfAlgorithmState.readData(com.hazelcast.nio.ObjectDataInput in,
DclfAlgorithm eObj) |
void |
DclfAlgorithmState.updateEObject(DclfAlgorithm eObj) |
static void |
DclfAlgorithmState.writeData(com.hazelcast.nio.ObjectDataOutput out,
DclfAlgorithm eObj) |
Constructor and Description |
---|
DclfAlgorithmState(DclfAlgorithm eObj) |