Package | Description |
---|---|
com.interpss.core.algo.dclf | |
com.interpss.core.algo.dclf.impl | |
com.interpss.core.algo.dclf.solver |
Modifier and Type | Field and Description |
---|---|
static java.util.List<DclfMethod> |
DclfMethod.VALUES
A public read-only list of all the 'Dclf Method' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static DclfMethod |
DclfMethod.get(int value)
Returns the 'Dclf Method' literal with the specified integer value.
|
static DclfMethod |
DclfMethod.get(java.lang.String literal)
Returns the 'Dclf Method' literal with the specified literal value.
|
static DclfMethod |
DclfMethod.getByName(java.lang.String name)
Returns the 'Dclf Method' literal with the specified name.
|
static DclfMethod |
DclfMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DclfMethod[] |
DclfMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DclfAlgorithm.calculateDclf(DclfMethod method)
Calculate DC Loadflow and cache the results.
|
boolean |
DclfAlgorithm.calculateDclf(DclfMethod method,
boolean reset)
Calculate DC Loadflow and cache the results.
|
boolean |
EDclfAlgorithm.calculateEDclf(DclfMethod method)
Calculate Extended DC Loadflow and cache the results.
|
boolean |
EDclfAlgorithm.calculateEDclf(DclfMethod method,
boolean reset)
Calculate Extended DC Loadflow and cache the results.
|
Modifier and Type | Method and Description |
---|---|
DclfMethod |
DclfAlgorithmFactoryImpl.createDclfMethodFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
Modifier and Type | Method and Description |
---|---|
boolean |
DclfAlgorithmImpl.calculateDclf(DclfMethod method) |
boolean |
SenAnalysisAlgorithmImpl.calculateDclf(DclfMethod method) |
boolean |
DclfAlgorithmImpl.calculateDclf(DclfMethod method,
boolean reset) |
boolean |
EDclfAlgorithmImpl.calculateEDclf(DclfMethod method) |
boolean |
EDclfAlgorithmImpl.calculateEDclf(DclfMethod method,
boolean reset) |
Modifier and Type | Method and Description |
---|---|
boolean |
BaseDclfSolver.calculateDclf(DclfMethod method)
calculate DC Loadflow and store the bus results in the dcResult[] and
branch results in branch.weight
|
boolean |
IDclfSolver.calculateDclf(DclfMethod method)
calculate DC Loadflow and store the bus results in the dcResult[] and
branch results in branch.weight
|