Class AbstractMatrixImportSourceSelector

java.lang.Object
org.ujmp.core.importer.sourceselector.AbstractMatrixImportSourceSelector
All Implemented Interfaces:
MatrixImportSourceSelector
Direct Known Subclasses:
DefaultMatrixImportSourceSelector

public abstract class AbstractMatrixImportSourceSelector extends Object implements MatrixImportSourceSelector
  • Field Details

    • targetMatrix

      private Matrix targetMatrix
  • Constructor Details

    • AbstractMatrixImportSourceSelector

      public AbstractMatrixImportSourceSelector()
    • AbstractMatrixImportSourceSelector

      public AbstractMatrixImportSourceSelector(Matrix targetMatrix)
  • Method Details

    • getTargetMatrix

      public Matrix getTargetMatrix()