Package org.ujmp.core.export.exporter
Class DefaultMatrixWriterMatlabScriptExporter
- java.lang.Object
-
- org.ujmp.core.export.exporter.AbstractMatrixExporter
-
- org.ujmp.core.export.exporter.AbstractMatrixWriterExporter
-
- org.ujmp.core.export.exporter.DefaultMatrixWriterMatlabScriptExporter
-
- All Implemented Interfaces:
MatrixExporter
,MatrixWriterExporter
,MatrixExportFormat
,MatrixMatlabScriptExportFormat
public class DefaultMatrixWriterMatlabScriptExporter extends AbstractMatrixWriterExporter implements MatrixMatlabScriptExportFormat
-
-
Constructor Summary
Constructors Constructor Description DefaultMatrixWriterMatlabScriptExporter(Matrix matrix, java.io.Writer writer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
asMatlabScript(java.lang.String variableName)
-
Methods inherited from class org.ujmp.core.export.exporter.AbstractMatrixWriterExporter
getWriter
-
Methods inherited from class org.ujmp.core.export.exporter.AbstractMatrixExporter
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.exporter.MatrixExporter
getMatrix
-
-
-
-
Constructor Detail
-
DefaultMatrixWriterMatlabScriptExporter
public DefaultMatrixWriterMatlabScriptExporter(Matrix matrix, java.io.Writer writer)
-
-
Method Detail
-
asMatlabScript
public void asMatlabScript(java.lang.String variableName) throws java.io.IOException
- Specified by:
asMatlabScript
in interfaceMatrixMatlabScriptExportFormat
- Throws:
java.io.IOException
-
-