Package org.ujmp.core.export.destination
Class AbstractMatrixStringExportDestination
- java.lang.Object
-
- org.ujmp.core.export.destination.AbstractMatrixExportDestination
-
- org.ujmp.core.export.destination.AbstractMatrixStringExportDestination
-
- All Implemented Interfaces:
MatrixExportDestination
,MatrixStringExportDestination
,MatrixDenseCSVStringExportFormat
,MatrixExportFormat
,MatrixHtmlStringExportFormat
,MatrixLatexStringExportFormat
,MatrixMatlabScriptStringExportFormat
,MatrixRScriptStringExportFormat
,MatrixSQLStringExportFormat
- Direct Known Subclasses:
DefaultMatrixStringExportDestination
public abstract class AbstractMatrixStringExportDestination extends AbstractMatrixExportDestination implements MatrixStringExportDestination
-
-
Constructor Summary
Constructors Constructor Description AbstractMatrixStringExportDestination(Matrix matrix)
-
Method Summary
-
Methods inherited from class org.ujmp.core.export.destination.AbstractMatrixExportDestination
getMatrix
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Constructor Detail
-
AbstractMatrixStringExportDestination
public AbstractMatrixStringExportDestination(Matrix matrix)
-
-