Package org.ujmp.core.link.source
Interface MatrixStringLinkSource
-
- All Superinterfaces:
MatrixDenseCSVLinkFormat
,MatrixLinkFormat
,MatrixLinkSource
- All Known Implementing Classes:
AbstractMatrixStringLinkSource
,DefaultMatrixStringLinkSource
public interface MatrixStringLinkSource extends MatrixLinkSource, MatrixDenseCSVLinkFormat
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getString()
-
Methods inherited from interface org.ujmp.core.link.format.MatrixDenseCSVLinkFormat
asDenseCSV, asDenseCSV, asDenseCSV
-
-