Package net.simplace.sim.components.util
Klasse ScalableInterpolationTable
java.lang.Object
net.simplace.sim.components.util.InterpolationTable
net.simplace.sim.components.util.ScalableInterpolationTable
-
Feldübersicht
FelderVon Klasse geerbte Felder net.simplace.sim.components.util.InterpolationTable
isOldstyle, x, xy, y -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungScalableInterpolationTable(net.simplace.sim.util.FWSimVariable<Double[]> xtable, net.simplace.sim.util.FWSimVariable<Double[]> ytable, net.simplace.sim.util.FWSimVariable<Double[]> xytable, net.simplace.sim.util.FWSimVariable<Double> scale_factor_y) ScalableInterpolationTable(net.simplace.sim.util.FWSimVariable<Double[]> xtable, net.simplace.sim.util.FWSimVariable<Double[]> ytable, net.simplace.sim.util.FWSimVariable<Double[]> xytable, net.simplace.sim.util.FWSimVariable<Double> scale_factor_y, Object caller) ScalableInterpolationTable(net.simplace.sim.util.FWSimVariable<Double[]> tx, net.simplace.sim.util.FWSimVariable<Double[]> ty, net.simplace.sim.util.FWSimVariable<Double> scale_factor_y) ScalableInterpolationTable(net.simplace.sim.util.FWSimVariable<Double[]> txy, net.simplace.sim.util.FWSimVariable<Double> scale_factor_y) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungdoubledoublegetUnscaledValueAt(double t) doublegetValueAt(double t) Von Klasse geerbte Methoden net.simplace.sim.components.util.InterpolationTable
apply, getXValues, getXYValues, getYValues
-
Felddetails
-
y_scale
-
-
Konstruktordetails
-
ScalableInterpolationTable
-
ScalableInterpolationTable
-
ScalableInterpolationTable
-
ScalableInterpolationTable
-
-
Methodendetails
-
getValueAt
public double getValueAt(double t) - Setzt außer Kraft:
getValueAtin KlasseInterpolationTable
-
getUnscaledValueAt
public double getUnscaledValueAt(double t) -
getScaleFactor
public double getScaleFactor()
-