Interface DataValuesExporter

    • Method Detail

      • exportDoubleValues

        void exportDoubleValues​(String identifier,
                                double[] toExport)
      • exportIntegerValues

        void exportIntegerValues​(String identifier,
                                 int[] toExport)
      • exportStringValues

        void exportStringValues​(String identifier,
                                String[] toExport)