Package org.ujmp.core.importer
Class AbstractMatrixStringImporter
- java.lang.Object
-
- org.ujmp.core.importer.AbstractMatrixImporter
-
- org.ujmp.core.importer.AbstractMatrixStringImporter
-
- All Implemented Interfaces:
MatrixImporter
,MatrixStringImporter
public class AbstractMatrixStringImporter extends AbstractMatrixImporter implements MatrixStringImporter
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
string
-
Constructor Summary
Constructors Constructor Description AbstractMatrixStringImporter(Matrix matrix, java.lang.String string)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getString()
-
Methods inherited from class org.ujmp.core.importer.AbstractMatrixImporter
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.MatrixImporter
getTargetMatrix
-
-
-
-
Constructor Detail
-
AbstractMatrixStringImporter
public AbstractMatrixStringImporter(Matrix matrix, java.lang.String string)
-
-
Method Detail
-
getString
public java.lang.String getString()
- Specified by:
getString
in interfaceMatrixStringImporter
-
-