Package org.ujmp.core.export.destination
Interface MatrixStringExportDestination
-
- All Superinterfaces:
MatrixDenseCSVStringExportFormat
,MatrixExportDestination
,MatrixExportFormat
,MatrixHtmlStringExportFormat
,MatrixLatexStringExportFormat
,MatrixMatlabScriptStringExportFormat
,MatrixRScriptStringExportFormat
,MatrixSQLStringExportFormat
- All Known Implementing Classes:
AbstractMatrixStringExportDestination
,DefaultMatrixStringExportDestination
public interface MatrixStringExportDestination extends MatrixDenseCSVStringExportFormat, MatrixSQLStringExportFormat, MatrixMatlabScriptStringExportFormat, MatrixRScriptStringExportFormat, MatrixLatexStringExportFormat, MatrixHtmlStringExportFormat, MatrixExportDestination
-
-
Method Summary
-
Methods inherited from interface org.ujmp.core.export.format.MatrixDenseCSVStringExportFormat
asDenseCSV, asDenseCSV, asDenseCSV
-
Methods inherited from interface org.ujmp.core.export.destination.MatrixExportDestination
getMatrix
-
Methods inherited from interface org.ujmp.core.export.format.MatrixHtmlStringExportFormat
asHtml
-
Methods inherited from interface org.ujmp.core.export.format.MatrixLatexStringExportFormat
asLatex
-
Methods inherited from interface org.ujmp.core.export.format.MatrixMatlabScriptStringExportFormat
asMatlabScript
-
Methods inherited from interface org.ujmp.core.export.format.MatrixRScriptStringExportFormat
asRScript
-
Methods inherited from interface org.ujmp.core.export.format.MatrixSQLStringExportFormat
asSQL
-
-