Package org.ujmp.core.export.exporter
Interface MatrixExporter
-
- All Known Subinterfaces:
MatrixByteArrayExporter
,MatrixClipboardExporter
,MatrixFileExporter
,MatrixStreamExporter
,MatrixStringExporter
,MatrixWriterExporter
- All Known Implementing Classes:
AbstractMatrixExporter
,AbstractMatrixWriterExporter
,DefaultMatrixWriterCSVExporter
,DefaultMatrixWriterHtmlExporter
,DefaultMatrixWriterLatexExporter
,DefaultMatrixWriterMatlabScriptExporter
,DefaultMatrixWriterRScriptExporter
,DefaultMatrixWriterSQLExporter
public interface MatrixExporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Matrix
getMatrix()
-
-
-
Method Detail
-
getMatrix
Matrix getMatrix()
-
-