Package org.djutils.math.functions
Class MathFunctionTest.SubClass
java.lang.Object
org.djutils.math.functions.MathFunctionTest.SubClass
- All Implemented Interfaces:
Comparable<MathFunction>,Function<Double,,Double> MathFunction
- Enclosing class:
- MathFunctionTest
Sub class to verify the default methods in MathFunction.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.djutils.math.functions.MathFunction
MathFunction.TupleSt -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareWithinSubType(MathFunction other) getKnotReport(org.djutils.math.functions.Interval<?> interval) getKnots(org.djutils.math.functions.Interval<?> interval) scaleBy(double factor) intMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.djutils.math.functions.MathFunction
compareChains, compareTo, getScale, mergeAdd, mergeDivide, mergeMultiply, printValue, simplify
-
Constructor Details
-
SubClass
SubClass()
-
-
Method Details
-
apply
-
getDerivative
- Specified by:
getDerivativein interfaceMathFunction
-
scaleBy
- Specified by:
scaleByin interfaceMathFunction
-
sortPriority
public int sortPriority()- Specified by:
sortPriorityin interfaceMathFunction
-
compareWithinSubType
- Specified by:
compareWithinSubTypein interfaceMathFunction
-
getKnotReport
- Specified by:
getKnotReportin interfaceMathFunction
-
getKnots
- Specified by:
getKnotsin interfaceMathFunction
-