Uses of Enum Class
org.djutils.math.functions.KnotReport
Packages that use KnotReport
-
Uses of KnotReport in org.djutils.math.functions
Methods in org.djutils.math.functions that return KnotReportModifier and TypeMethodDescriptionKnotReport.combineWith(KnotReport other) Combine twoKnotReports and return the combined knowledge.ArcSine.getKnotReport(Interval<?> interval) ArcTangent.getKnotReport(Interval<?> interval) Concatenation.getKnotReport(Interval<?> interval) Constant.getKnotReport(Interval<?> interval) Exponential.getKnotReport(Interval<?> interval) Logarithm.getKnotReport(Interval<?> interval) MathFunction.getKnotReport(Interval<?> interval) Report what is known about knots of thisMathFunctionin someInterval.Nan.getKnotReport(Interval<?> interval) Power.getKnotReport(Interval<?> interval) Product.getKnotReport(Interval<?> interval) Quotient.getKnotReport(Interval<?> interval) Sine.getKnotReport(Interval<?> interval) Sum.getKnotReport(Interval<?> interval) static KnotReportReturns the enum constant of this class with the specified name.static KnotReport[]KnotReport.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.djutils.math.functions with parameters of type KnotReportModifier and TypeMethodDescriptionKnotReport.combineWith(KnotReport other) Combine twoKnotReports and return the combined knowledge.