Uses of Class
org.intocps.maestro.interpreter.values.variablestep.constraint.zerocrossing.detection.ZerocrossingConstraintState
-
-
Uses of ZerocrossingConstraintState in org.intocps.maestro.interpreter.values.variablestep.constraint.zerocrossing.detection
Methods in org.intocps.maestro.interpreter.values.variablestep.constraint.zerocrossing.detection that return ZerocrossingConstraintState Modifier and Type Method Description ZerocrossingConstraintStateZerocrossingDetector. getZerocrossingState()static ZerocrossingConstraintStateZerocrossingConstraintState. valueOf(String name)Returns the enum constant of this type with the specified name.static ZerocrossingConstraintState[]ZerocrossingConstraintState. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ZerocrossingConstraintState in org.intocps.maestro.interpreter.values.variablestep.constraint.zerocrossing.stepsize
Methods in org.intocps.maestro.interpreter.values.variablestep.constraint.zerocrossing.stepsize with parameters of type ZerocrossingConstraintState Modifier and Type Method Description DoubleDefaultZcStepsizeAdjustmentStrategy. getStepsize(ZerocrossingConstraintState state, Double lastContinuousStepsize)DoubleZcStepsizeAdjustmentStrategy. getStepsize(ZerocrossingConstraintState state, Double lastContinuousStepsize)
-