public interface BaseLfAdjustControlConfig
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
double |
getAdjStartError(double tolerance)
get adjustment starting error tolerance.
|
AdjustApplyType |
getAdjustAppType()
Returns the value of the 'Adjust App Type' attribute.
|
int |
getStartPoint()
Returns the value of the 'Start Point' attribute.
|
double |
getToleranceFactor()
Returns the value of the 'Tolerance Factor' attribute.
|
boolean |
isAdjust()
Returns the value of the 'Adjust' attribute.
|
void |
setAdjust(boolean value)
Sets the value of the '
Adjust' attribute. |
void |
setAdjustAppType(AdjustApplyType value)
Sets the value of the '
Adjust App Type' attribute. |
void |
setStartPoint(int value)
Sets the value of the '
Start Point' attribute. |
void |
setToleranceFactor(double value)
Sets the value of the '
Tolerance Factor' attribute. |
boolean isAdjust()
"true".
adjustment control activate flag
setAdjust(boolean),
LfAdjAlgoConfigPackage.getBaseLfAdjustControlConfig_Adjust()void setAdjust(boolean value)
Adjust' attribute.
value - the new value of the 'Adjust' attribute.isAdjust()int getStartPoint()
"10".
for example, 10 times of the tolerance
setStartPoint(int),
LfAdjAlgoConfigPackage.getBaseLfAdjustControlConfig_StartPoint()void setStartPoint(int value)
Start Point' attribute.
value - the new value of the 'Start Point' attribute.getStartPoint()double getToleranceFactor()
"10.0".
adjust/control considered converge at factor x tolerance
setToleranceFactor(double),
LfAdjAlgoConfigPackage.getBaseLfAdjustControlConfig_ToleranceFactor()void setToleranceFactor(double value)
Tolerance Factor' attribute.
value - the new value of the 'Tolerance Factor' attribute.getToleranceFactor()AdjustApplyType getAdjustAppType()
"PostIteration".
The literals are from the enumeration AdjustApplyType.
voltage adjustment apply type : During iteration or post iteration
AdjustApplyType,
setAdjustAppType(AdjustApplyType),
LfAdjAlgoConfigPackage.getBaseLfAdjustControlConfig_AdjustAppType()void setAdjustAppType(AdjustApplyType value)
Adjust App Type' attribute.
value - the new value of the 'Adjust App Type' attribute.AdjustApplyType,
getAdjustAppType()double getAdjStartError(double tolerance)
tolerance - error tolerance