Package org.tensorics.incubate.function
Interface DiscreteFunction<X extends java.lang.Comparable<? super X>,Y>
-
- Type Parameters:
X- the type of the independent variable of the functionY- the type of the dependent variable of the function
- All Superinterfaces:
KeyValueFunction<X,Y>,java.io.Serializable
- All Known Implementing Classes:
SortedMapBackedDiscreteFunction
public interface DiscreteFunction<X extends java.lang.Comparable<? super X>,Y> extends KeyValueFunction<X,Y>, java.io.Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()java.util.List<X>getXs()java.util.List<Y>getYs()java.util.List<Y>getYsErr()-
Methods inherited from interface org.tensorics.incubate.function.KeyValueFunction
getY
-
-