Package org.ujmp.core.link.source
Class AbstractMatrixFileLinkSource
- java.lang.Object
-
- org.ujmp.core.link.source.AbstractMatrixLinkSource
-
- org.ujmp.core.link.source.AbstractMatrixFileLinkSource
-
- All Implemented Interfaces:
MatrixDenseCSVLinkFormat
,MatrixLinkFormat
,MatrixFileLinkSource
,MatrixLinkSource
- Direct Known Subclasses:
DefaultMatrixFileLinkSource
public abstract class AbstractMatrixFileLinkSource extends AbstractMatrixLinkSource implements MatrixFileLinkSource
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.File
file
-
Constructor Summary
Constructors Constructor Description AbstractMatrixFileLinkSource(java.io.File file)
AbstractMatrixFileLinkSource(java.lang.String file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.File
getFile()
-
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.link.format.MatrixDenseCSVLinkFormat
asDenseCSV, asDenseCSV, asDenseCSV
-
-