Class MMFFOOPCalc

    • Constructor Summary

      Constructors 
      Constructor Description
      MMFFOOPCalc()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) double compute​(java.lang.Object[] dataIn)  
      (package private) void setData​(javajs.util.Lst<java.lang.Object[]> calc, int i)  
      • Methods inherited from class java.lang.Object

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

      • MMFFOOPCalc

        MMFFOOPCalc()
    • Method Detail

      • setData

        void setData​(javajs.util.Lst<java.lang.Object[]> calc,
                     int i)
      • compute

        double compute​(java.lang.Object[] dataIn)
        Specified by:
        compute in class Calculation