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(java.lang.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 java.lang.DoubleDefaultZcStepsizeAdjustmentStrategy. getStepsize(ZerocrossingConstraintState state, java.lang.Double lastContinuousStepsize)java.lang.DoubleZcStepsizeAdjustmentStrategy. getStepsize(ZerocrossingConstraintState state, java.lang.Double lastContinuousStepsize)
-