Package org.ujmp.core.export.destination
Interface MatrixFileExportDestination
-
- All Superinterfaces:
MatrixDenseCSVExportFormat
,MatrixExportDestination
,MatrixExportFormat
,MatrixLatexExportFormat
,MatrixMatlabScriptExportFormat
,MatrixPLTExportFormat
,MatrixRScriptExportFormat
,MatrixSQLExportFormat
,MatrixXLSExportFormat
- All Known Implementing Classes:
AbstractMatrixFileExportDestination
,DefaultMatrixFileExportDestination
public interface MatrixFileExportDestination extends MatrixExportDestination, MatrixDenseCSVExportFormat, MatrixSQLExportFormat, MatrixMatlabScriptExportFormat, MatrixRScriptExportFormat, MatrixLatexExportFormat, MatrixXLSExportFormat, MatrixPLTExportFormat
-
-
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.MatrixPLTExportFormat
asPLT
-
Methods inherited from interface org.ujmp.core.export.format.MatrixRScriptExportFormat
asRScript
-
Methods inherited from interface org.ujmp.core.export.format.MatrixSQLExportFormat
asSQL
-
Methods inherited from interface org.ujmp.core.export.format.MatrixXLSExportFormat
asXLS
-
-