public interface IAclfAdjustment
extends org.eclipse.emf.ecore.EObject
AclfAdjustPackage.getIAclfAdjustment()
Modifier and Type | Method and Description |
---|---|
boolean |
needAdjust(double tolerance)
Check if there is a need to perform adjustment.
|
boolean |
performAdjust(double accFactor)
Perform the adjustment.
|
boolean needAdjust(double tolerance)
tolerance
- Error tolerance for deciding adj/control action. In general, if certain value of the
adj/control device is less than the tolerance, there is no need for further adj/control
action.
boolean performAdjust(double accFactor)
accFactor
- acceleration factor for the adjustment, default value 1.0.