public interface CoolMapMatrixImporter<T>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Name used to identify this data importer.
|
CoolMapMatrix<T> |
importDataMatrix()
Method used to import the data matrix.
|
CoolMapMatrix<T> importDataMatrix() throws java.lang.Exception
java.lang.Exception
- throw an exception when problem occursjava.lang.String getName()