Interface ZcStepsizeAdjustmentStrategy
-
- All Known Implementing Classes:
DefaultZcStepsizeAdjustmentStrategy
public interface ZcStepsizeAdjustmentStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDecision()DoublegetStepsize(ZerocrossingConstraintState state, Double lastContinuousStepsize)BooleanisRelaxingStrongly()
-
-
-
Method Detail
-
getStepsize
Double getStepsize(ZerocrossingConstraintState state, Double lastContinuousStepsize)
-
getDecision
String getDecision()
-
isRelaxingStrongly
Boolean isRelaxingStrongly()
-
-