Uses of Interface
com.amalgamasimulation.utils.tablefunction.ITableFunction
Packages that use ITableFunction
-
Uses of ITableFunction in com.amalgamasimulation.utils.tablefunction
Classes in com.amalgamasimulation.utils.tablefunction that implement ITableFunctionModifier and TypeClassDescriptionclassclassclassConstantTableFunctionclassClass representing interval table function - a table function containing an ordered sequence of intervals [Xi, Xi+1) with a double value assigned to each interval.classClass representing interval table function - a table function containing an ordered sequence of intervals [Xi, Xi+1) with a double value assigned to each interval.Methods in com.amalgamasimulation.utils.tablefunction that return ITableFunction -
Uses of ITableFunction in com.amalgamasimulation.visualsets
Methods in com.amalgamasimulation.visualsets with parameters of type ITableFunctionModifier and TypeMethodDescriptionstatic LineVisualSet<Pair<Double, Double>> VisualSets.line(String name, ITableFunction tableFunction) Creates an instance ofLineVisualSetwith the specified name and step interpolation from the providedITableFunction.static LineBarVisualSet<Pair<Double, Double>> VisualSets.lineBar(String name, ITableFunction tableFunction) Creates an instance ofLineBarVisualSetwith the specified name and linear interpolation from the providedITableFunction.static LineBarVisualSet<Pair<Double, Double>> VisualSets.lineBar(String name, ITableFunction tableFunction, double granularity) Creates an instance ofLineBarVisualSetwith the specified name, linear interpolation, and specified x-axis granularity from the providedITableFunction.