Package org.ujmp.core.export.destination
Interface MatrixStreamExportDestination
- All Superinterfaces:
MatrixDenseCSVExportFormat
,MatrixExportDestination
,MatrixExportFormat
,MatrixLatexExportFormat
,MatrixMatlabScriptExportFormat
,MatrixRScriptExportFormat
,MatrixSQLExportFormat
- All Known Implementing Classes:
AbstractMatrixStreamExportDestination
,DefaultMatrixStreamExportDestination
public interface MatrixStreamExportDestination
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