Klasse ScalableInterpolationTable

java.lang.Object
net.simplace.sim.components.util.InterpolationTable
net.simplace.sim.components.util.ScalableInterpolationTable
Alle implementierten Schnittstellen:
Function<Double,Double>

public class ScalableInterpolationTable extends InterpolationTable
  • Felddetails

    • y_scale

      protected net.simplace.sim.util.FWSimVariable<Double> y_scale
  • Konstruktordetails

    • ScalableInterpolationTable

      public 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

      public ScalableInterpolationTable(net.simplace.sim.util.FWSimVariable<Double[]> txy, net.simplace.sim.util.FWSimVariable<Double> scale_factor_y)
    • ScalableInterpolationTable

      public 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)
    • ScalableInterpolationTable

      public 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)
  • Methodendetails

    • getValueAt

      public double getValueAt(double t)
      Setzt außer Kraft:
      getValueAt in Klasse InterpolationTable
    • getUnscaledValueAt

      public double getUnscaledValueAt(double t)
    • getScaleFactor

      public double getScaleFactor()