public interface CustomLFMethod
extends org.eclipse.emf.ecore.EObject
The following features are supported:
CoreAlgorithmPackage.getCustomLFMethod()
Modifier and Type | Method and Description |
---|---|
AclfMethodType |
getFirstMethod()
Returns the value of the 'First Method' attribute.
|
AclfMethodType |
getSecondMethod()
Returns the value of the 'Second Method' attribute.
|
LfMethodSwitchCriteriaType |
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(AclfMethodType value)
Sets the value of the '
First Method ' attribute. |
void |
setSecondMethod(AclfMethodType value)
Sets the value of the '
Second Method ' attribute. |
void |
setSwitchCriteria(LfMethodSwitchCriteriaType 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. |
AclfMethodType getFirstMethod()
AclfMethodType
.
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 applyAclfMethodType
,
setFirstMethod(AclfMethodType)
,
CoreAlgorithmPackage.getCustomLFMethod_FirstMethod()
void setFirstMethod(AclfMethodType value)
First Method
' attribute.
value
- the new value of the 'First Method' attribute.AclfMethodType
,
getFirstMethod()
AclfMethodType getSecondMethod()
AclfMethodType
.
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 applyAclfMethodType
,
setSecondMethod(AclfMethodType)
,
CoreAlgorithmPackage.getCustomLFMethod_SecondMethod()
void setSecondMethod(AclfMethodType value)
Second Method
' attribute.
value
- the new value of the 'Second Method' attribute.AclfMethodType
,
getSecondMethod()
LfMethodSwitchCriteriaType getSwitchCriteria()
LfMethodSwitchCriteriaType
.
If the meaning of the 'Switch Criteria' attribute isn't clear, there really should be more of a description here...
Loadflow method switch criteriaLfMethodSwitchCriteriaType
,
setSwitchCriteria(LfMethodSwitchCriteriaType)
,
CoreAlgorithmPackage.getCustomLFMethod_SwitchCriteria()
void setSwitchCriteria(LfMethodSwitchCriteriaType value)
Switch Criteria
' attribute.
value
- the new value of the 'Switch Criteria' attribute.LfMethodSwitchCriteriaType
,
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()