Package org.ujmp.core.importer.source
Class AbstractMatrixStringImportSource
java.lang.Object
org.ujmp.core.importer.source.AbstractMatrixImportSource
org.ujmp.core.importer.source.AbstractMatrixStringImportSource
- All Implemented Interfaces:
MatrixDenseCSVImportFormat
,MatrixImportFormat
,MatrixImportSource
,MatrixStringImportSource
- Direct Known Subclasses:
DefaultMatrixStringImportSource
public abstract class AbstractMatrixStringImportSource
extends AbstractMatrixImportSource
implements MatrixStringImportSource
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ujmp.core.importer.source.AbstractMatrixImportSource
getTargetMatrix
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.importer.format.MatrixDenseCSVImportFormat
asDenseCSV, asDenseCSV, asDenseCSV
-
Field Details
-
string
-
-
Constructor Details
-
AbstractMatrixStringImportSource
-
-
Method Details
-
getString
- Specified by:
getString
in interfaceMatrixStringImportSource
-