Package org.ujmp.core.export.destination
Interface MatrixWriterExportDestination
-
- All Superinterfaces:
MatrixDenseCSVExportFormat
,MatrixExportDestination
,MatrixExportFormat
,MatrixLatexExportFormat
,MatrixMatlabScriptExportFormat
,MatrixRScriptExportFormat
,MatrixSQLExportFormat
- All Known Implementing Classes:
AbstractMatrixWriterExportDestination
,DefaultMatrixWriterExportDestination
public interface MatrixWriterExportDestination extends MatrixDenseCSVExportFormat, MatrixSQLExportFormat, MatrixMatlabScriptExportFormat, MatrixRScriptExportFormat, MatrixLatexExportFormat, MatrixExportDestination
-
-
Method Summary
-
Methods inherited from interface org.ujmp.core.export.format.MatrixDenseCSVExportFormat
asDenseCSV, asDenseCSV, asDenseCSV
-
Methods inherited from interface org.ujmp.core.export.destination.MatrixExportDestination
getMatrix
-
Methods inherited from interface org.ujmp.core.export.format.MatrixLatexExportFormat
asLatex
-
Methods inherited from interface org.ujmp.core.export.format.MatrixMatlabScriptExportFormat
asMatlabScript
-
Methods inherited from interface org.ujmp.core.export.format.MatrixRScriptExportFormat
asRScript
-
Methods inherited from interface org.ujmp.core.export.format.MatrixSQLExportFormat
asSQL
-
-