| Modifier and Type | Method and Description |
|---|---|
static DclfAlgorithm |
DclfObjectFactory.createDclfAlgorithm()
Create a Dclf algorithm object
|
static DclfAlgorithm |
DclfObjectFactory.createDclfAlgorithm(AclfNetwork aclfNet)
Create a Dclf algorithm object
|
static DclfAlgorithm |
DclfObjectFactory.createDclfAlgorithm(AclfNetwork aclfNet,
boolean applyAdjust)
Create a Dclf algorithm object
|
| Modifier and Type | Method and Description |
|---|---|
DclfAlgorithm |
DclfFactory.createDclfAlgorithm()
Returns a new object of class 'Algorithm'.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IOutDclfResult.outDclfResult(DclfAlgorithm algo) |
| Modifier and Type | Method and Description |
|---|---|
double |
DclfFlowInterfaceAdapter.flowExport(DclfAlgorithm algo)
Calculate total export flow in PU
|
| Modifier and Type | Method and Description |
|---|---|
double |
DclfFlowInterfaceAdapterImpl.flowExport(DclfAlgorithm algo) |
| Modifier and Type | Class and Description |
|---|---|
class |
DclfAlgorithmImpl
DclfAlgo --> AclfNet
--> DclfSolver --> AclfNet
- DclfAlgo has two ref objects (AclfNet and DclfSolver).
|
| Modifier and Type | Method and Description |
|---|---|
DclfAlgorithm |
DclfFactoryImpl.createDclfAlgorithm() |
| Constructor and Description |
|---|
MultiOutageLODFHelper(DclfAlgorithm algo)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
T |
DclfSwitch.caseDclfAlgorithm(DclfAlgorithm object)
Returns the result of interpreting the object as an instance of 'Algorithm'.
|
| Modifier and Type | Method and Description |
|---|---|
DclfAlgorithm |
SimuContext.getDclfAlgorithm()
Returns the value of the 'Dclf Algorithm' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimuContext.setDclfAlgorithm(DclfAlgorithm value)
Sets the value of the '
Dclf Algorithm' reference. |
| Modifier and Type | Method and Description |
|---|---|
DclfAlgorithm |
SimuContextImpl.getDclfAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimuContextImpl.setDclfAlgorithm(DclfAlgorithm newDclfAlgorithm) |