| Package | Description |
|---|---|
| com.interpss.core.aclf | |
| com.interpss.core.aclf.impl | |
| com.interpss.core.algo | |
| com.interpss.core.algo.impl |
| Modifier and Type | Method and Description |
|---|---|
Mismatch |
IAclfNetFunc.maxMismatch(AclfMethod lfMethod)
Find max mismatch
|
org.apache.commons.math3.complex.Complex |
IAclfBus.mismatch(AclfMethod lfMethod)
Calculate bus mismatch = specified - calculated, with into network direction as the positive direction, in pu.
|
| Modifier and Type | Method and Description |
|---|---|
Mismatch |
BaseAclfNetworkImpl.maxMismatch(AclfMethod lfMethod) |
org.apache.commons.math3.complex.Complex |
BaseAclfBusImpl.mismatch(AclfMethod lfMethod)
Calculate bus mismatch = specified - calculated, with into network direction as the positive direction, in pu.
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<AclfMethod> |
AclfMethod.VALUES
A public read-only list of all the 'Aclf Method' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static AclfMethod |
AclfMethod.get(int value)
Returns the 'Aclf Method' literal with the specified integer value.
|
static AclfMethod |
AclfMethod.get(java.lang.String literal)
Returns the 'Aclf Method' literal with the specified literal value.
|
static AclfMethod |
AclfMethod.getByName(java.lang.String name)
Returns the 'Aclf Method' literal with the specified name.
|
AclfMethod |
CustomLFMethod.getFirstMethod()
Returns the value of the 'First Method' attribute.
|
AclfMethod |
LoadflowAlgorithm.getLfMethod()
Returns the value of the 'Lf Method' attribute.
|
AclfMethod |
CustomLFMethod.getSecondMethod()
Returns the value of the 'Second Method' attribute.
|
static AclfMethod |
AclfMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AclfMethod[] |
AclfMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetAdjustAlgorithm.doAllAdjust(Mismatch mismatch,
AclfMethod lfMethod)
Perform all adjust in the network, including Bus, Branch adjustment.
|
void |
LfAdjustAlgorithm.doAllAdjust(Mismatch mismatch,
AclfMethod lfMethod)
Perform all adjust in the network, including Bus, Branch adjustment.
|
boolean |
LoadflowAlgorithm.performAdjustment(Mismatch netMismatch,
AclfMethod lfMethod)
Perform adjustment.
|
void |
CustomLFMethod.setFirstMethod(AclfMethod value)
Sets the value of the '
First Method' attribute. |
void |
LoadflowAlgorithm.setLfMethod(AclfMethod value)
Sets the value of the '
Lf Method' attribute. |
void |
CustomLFMethod.setSecondMethod(AclfMethod value)
Sets the value of the '
Second Method' attribute. |
| Modifier and Type | Method and Description |
|---|---|
AclfMethod |
CoreAlgorithmFactoryImpl.createAclfMethodFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
AclfMethod |
CustomLFMethodImpl.getFirstMethod() |
AclfMethod |
LoadflowAlgorithmImpl.getLfMethod() |
AclfMethod |
CustomLFMethodImpl.getSecondMethod() |
| Modifier and Type | Method and Description |
|---|---|
void |
NetAdjustAlgorithmImpl.doAllAdjust(Mismatch mismatch,
AclfMethod lfMethod) |
void |
LfAdjustAlgorithmImpl.doAllAdjust(Mismatch mismatch,
AclfMethod lfMethod)
Perform adjustment.
|
boolean |
LoadflowAlgorithmImpl.performAdjustment(Mismatch netMismatch,
AclfMethod lfMethod) |
void |
CustomLFMethodImpl.setFirstMethod(AclfMethod newFirstMethod) |
void |
LoadflowAlgorithmImpl.setLfMethod(AclfMethod newLfMethod) |
void |
CustomLFMethodImpl.setSecondMethod(AclfMethod newSecondMethod) |