Class AbstractMatrixImportSourceSelector
- java.lang.Object
-
- org.ujmp.core.importer.sourceselector.AbstractMatrixImportSourceSelector
-
- All Implemented Interfaces:
MatrixImportSourceSelector
- Direct Known Subclasses:
DefaultMatrixImportSourceSelector
public abstract class AbstractMatrixImportSourceSelector extends java.lang.Object implements MatrixImportSourceSelector
-
-
Field Summary
Fields Modifier and Type Field Description private Matrix
targetMatrix
-
Constructor Summary
Constructors Constructor Description AbstractMatrixImportSourceSelector()
AbstractMatrixImportSourceSelector(Matrix targetMatrix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Matrix
getTargetMatrix()
-
-
-
Field Detail
-
targetMatrix
private Matrix targetMatrix
-
-
Constructor Detail
-
AbstractMatrixImportSourceSelector
public AbstractMatrixImportSourceSelector()
-
AbstractMatrixImportSourceSelector
public AbstractMatrixImportSourceSelector(Matrix targetMatrix)
-
-
Method Detail
-
getTargetMatrix
public Matrix getTargetMatrix()
-
-