Package org.ujmp.core.export.destination
Class AbstractMatrixFileExportDestination
- java.lang.Object
-
- org.ujmp.core.export.destination.AbstractMatrixExportDestination
-
- org.ujmp.core.export.destination.AbstractMatrixFileExportDestination
-
- All Implemented Interfaces:
MatrixExportDestination
,MatrixFileExportDestination
,MatrixDenseCSVExportFormat
,MatrixExportFormat
,MatrixLatexExportFormat
,MatrixMatlabScriptExportFormat
,MatrixPLTExportFormat
,MatrixRScriptExportFormat
,MatrixSQLExportFormat
,MatrixXLSExportFormat
- Direct Known Subclasses:
DefaultMatrixFileExportDestination
public abstract class AbstractMatrixFileExportDestination extends AbstractMatrixExportDestination implements MatrixFileExportDestination
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.File
file
-
Constructor Summary
Constructors Constructor Description AbstractMatrixFileExportDestination(Matrix matrix, java.io.File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.File
getFile()
-
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.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.MatrixPLTExportFormat
asPLT
-
Methods inherited from interface org.ujmp.core.export.format.MatrixRScriptExportFormat
asRScript
-
Methods inherited from interface org.ujmp.core.export.format.MatrixSQLExportFormat
asSQL
-
Methods inherited from interface org.ujmp.core.export.format.MatrixXLSExportFormat
asXLS
-
-
-
-
Constructor Detail
-
AbstractMatrixFileExportDestination
public AbstractMatrixFileExportDestination(Matrix matrix, java.io.File file)
-
-