Klasse TableDefinedFunctionSimple<X,Y>
java.lang.Object
net.simplace.sim.components.util.helper.TableDefinedFunctionSimple<X,Y>
- Alle implementierten Schnittstellen:
Function<X,Y>
- Bekannte direkte Unterklassen:
TableDefinedFunction
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungTableDefinedFunctionSimple(X[] xtable, Y[] ytable) TableDefinedFunctionSimple(X[] xtable, Y[] ytable, boolean caching) TableDefinedFunctionSimple(X[] xtable, Y[] ytable, boolean caching, boolean extrapolating) TableDefinedFunctionSimple(X[] xtable, Y[] ytable, boolean caching, boolean extrapolating, TableDefinedFunctionSimple.InterpolationMethod method) TableDefinedFunctionSimple(X[] xtable, Y[] ytable, boolean caching, boolean extrapolating, TableDefinedFunctionSimple.InterpolationMethod method, double factor) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected Yprotected Yprotected intprotected Doubleprotected YgetValueAt(X x) protected booleanvoidsetMissingValue(Y v)
-
Felddetails
-
xTableValues
-
yTableValues
-
y
-
missing
-
iLast
protected int iLast -
isCaching
protected boolean isCaching -
isExtrapolating
protected boolean isExtrapolating -
isConstant
protected boolean isConstant -
scaleFactor
-
interpolMethod
-
xrounding
-
yrounding
-
-
Konstruktordetails
-
TableDefinedFunctionSimple
-
TableDefinedFunctionSimple
-
TableDefinedFunctionSimple
-
TableDefinedFunctionSimple
public TableDefinedFunctionSimple(X[] xtable, Y[] ytable, boolean caching, boolean extrapolating, TableDefinedFunctionSimple.InterpolationMethod method) -
TableDefinedFunctionSimple
public TableDefinedFunctionSimple(X[] xtable, Y[] ytable, boolean caching, boolean extrapolating, TableDefinedFunctionSimple.InterpolationMethod method, double factor)
-
-
Methodendetails