Package org.ujmp.core.export.destination
Interface MatrixClipboardExportDestination
-
- All Superinterfaces:
MatrixDenseCSVExportFormat
,MatrixExportDestination
,MatrixExportFormat
,MatrixMatlabScriptExportFormat
,MatrixSQLExportFormat
- All Known Implementing Classes:
AbstracMatrixClipboardDestination
,DefaultMatrixClipboardExportDestination
public interface MatrixClipboardExportDestination extends MatrixDenseCSVExportFormat, MatrixSQLExportFormat, MatrixMatlabScriptExportFormat, 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.MatrixMatlabScriptExportFormat
asMatlabScript
-
Methods inherited from interface org.ujmp.core.export.format.MatrixSQLExportFormat
asSQL
-
-