public interface CustomLFMethod
extends org.eclipse.emf.ecore.EObject
The following features are supported:
CoreAlgorithmPackage.getCustomLFMethod()| Modifier and Type | Method and Description |
|---|---|
AclfMethod |
getFirstMethod()
Returns the value of the 'First Method' attribute.
|
AclfMethod |
getSecondMethod()
Returns the value of the 'Second Method' attribute.
|
LfMethodSwitchCriteria |
getSwitchCriteria()
Returns the value of the 'Switch Criteria' attribute.
|
int |
getSwitchIteration()
Returns the value of the 'Switch Iteration' attribute.
|
double |
getSwitchTolerance()
Returns the value of the 'Switch Tolerance' attribute.
|
void |
setFirstMethod(AclfMethod value)
Sets the value of the '
First Method' attribute. |
void |
setSecondMethod(AclfMethod value)
Sets the value of the '
Second Method' attribute. |
void |
setSwitchCriteria(LfMethodSwitchCriteria value)
Sets the value of the '
Switch Criteria' attribute. |
void |
setSwitchIteration(int value)
Sets the value of the '
Switch Iteration' attribute. |
void |
setSwitchTolerance(double value)
Sets the value of the '
Switch Tolerance' attribute. |
AclfMethod getFirstMethod()
AclfMethod.
If the meaning of the 'First Method' attribute isn't clear, there really should be more of a description here...
The frist loadflow method to applyAclfMethod,
setFirstMethod(AclfMethod),
CoreAlgorithmPackage.getCustomLFMethod_FirstMethod()void setFirstMethod(AclfMethod value)
First Method' attribute.
value - the new value of the 'First Method' attribute.AclfMethod,
getFirstMethod()AclfMethod getSecondMethod()
AclfMethod.
If the meaning of the 'Second Method' attribute isn't clear, there really should be more of a description here...
The second loadflow method to applyAclfMethod,
setSecondMethod(AclfMethod),
CoreAlgorithmPackage.getCustomLFMethod_SecondMethod()void setSecondMethod(AclfMethod value)
Second Method' attribute.
value - the new value of the 'Second Method' attribute.AclfMethod,
getSecondMethod()LfMethodSwitchCriteria getSwitchCriteria()
LfMethodSwitchCriteria.
If the meaning of the 'Switch Criteria' attribute isn't clear, there really should be more of a description here...
Loadflow method switch criteriaLfMethodSwitchCriteria,
setSwitchCriteria(LfMethodSwitchCriteria),
CoreAlgorithmPackage.getCustomLFMethod_SwitchCriteria()void setSwitchCriteria(LfMethodSwitchCriteria value)
Switch Criteria' attribute.
value - the new value of the 'Switch Criteria' attribute.LfMethodSwitchCriteria,
getSwitchCriteria()int getSwitchIteration()
If the meaning of the 'Switch Iteration' attribute isn't clear, there really should be more of a description here...
Loadflow method swith iteration stepssetSwitchIteration(int),
CoreAlgorithmPackage.getCustomLFMethod_SwitchIteration()void setSwitchIteration(int value)
Switch Iteration' attribute.
value - the new value of the 'Switch Iteration' attribute.getSwitchIteration()double getSwitchTolerance()
If the meaning of the 'Switch Tolerance' attribute isn't clear, there really should be more of a description here...
Loadflow method switch tolerancesetSwitchTolerance(double),
CoreAlgorithmPackage.getCustomLFMethod_SwitchTolerance()void setSwitchTolerance(double value)
Switch Tolerance' attribute.
value - the new value of the 'Switch Tolerance' attribute.getSwitchTolerance()