Class AbstractMatrixStringLinkSource

java.lang.Object
org.ujmp.core.link.source.AbstractMatrixLinkSource
org.ujmp.core.link.source.AbstractMatrixStringLinkSource
All Implemented Interfaces:
MatrixDenseCSVLinkFormat, MatrixLinkFormat, MatrixLinkSource, MatrixStringLinkSource
Direct Known Subclasses:
DefaultMatrixStringLinkSource

public abstract class AbstractMatrixStringLinkSource extends AbstractMatrixLinkSource implements MatrixStringLinkSource
  • Field Details

    • string

      private final String string
  • Constructor Details

    • AbstractMatrixStringLinkSource

      public AbstractMatrixStringLinkSource(String string)
  • Method Details