Class AlgorithmSM2.sm2Task

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    AlgorithmSM2

    public class AlgorithmSM2.sm2Task
    extends java.lang.Object
    implements java.lang.Runnable
    • Constructor Summary

      Constructors 
      Constructor Description
      sm2Task​(int start, int end, int tDim, double[] r1ptj, double[] initial, double[] trapezoidConstant, double[] trapezoidSlope, double[] timeVals)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • start

        private final int start
      • end

        private final int end
      • tDim

        private final int tDim
      • r1ptj

        private final double[] r1ptj
      • initial

        private final double[] initial
      • trapezoidConstant

        private final double[] trapezoidConstant
      • trapezoidSlope

        private final double[] trapezoidSlope
      • timeVals

        private final double[] timeVals
    • Constructor Detail

      • sm2Task

        public sm2Task​(int start,
                       int end,
                       int tDim,
                       double[] r1ptj,
                       double[] initial,
                       double[] trapezoidConstant,
                       double[] trapezoidSlope,
                       double[] timeVals)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable