Interface MatrixWriterExporter

All Superinterfaces:
MatrixExporter
All Known Implementing Classes:
AbstractMatrixWriterExporter, DefaultMatrixWriterCSVExporter, DefaultMatrixWriterHtmlExporter, DefaultMatrixWriterLatexExporter, DefaultMatrixWriterMatlabScriptExporter, DefaultMatrixWriterRScriptExporter, DefaultMatrixWriterSQLExporter

public interface MatrixWriterExporter extends MatrixExporter
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.ujmp.core.export.exporter.MatrixExporter

    getMatrix
  • Method Details

    • getWriter

      Writer getWriter()