Package org.ujmp.core.importer
Class AbstractMatrixFileImporter
- java.lang.Object
-
- org.ujmp.core.importer.AbstractMatrixImporter
-
- org.ujmp.core.importer.AbstractMatrixFileImporter
-
- All Implemented Interfaces:
MatrixFileImporter
,MatrixImporter
- Direct Known Subclasses:
DefaultMatrixFileImporter
public abstract class AbstractMatrixFileImporter extends AbstractMatrixImporter implements MatrixFileImporter
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.File
file
-
Constructor Summary
Constructors Constructor Description AbstractMatrixFileImporter(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.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
-
AbstractMatrixFileImporter
public AbstractMatrixFileImporter(Matrix matrix, java.io.File file)
-
-
Method Detail
-
getFile
public final java.io.File getFile()
- Specified by:
getFile
in interfaceMatrixFileImporter
-
-