Package org.ujmp.core.importer
Class AbstractMatrixURLImporter
- java.lang.Object
-
- org.ujmp.core.importer.AbstractMatrixURLImporter
-
- All Implemented Interfaces:
MatrixImporter
,MatrixURLImporter
public abstract class AbstractMatrixURLImporter extends java.lang.Object implements MatrixURLImporter
-
-
Field Summary
Fields Modifier and Type Field Description private java.net.URL
url
-
Constructor Summary
Constructors Constructor Description AbstractMatrixURLImporter(java.net.URL url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.URL
getURL()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ujmp.core.importer.MatrixImporter
getTargetMatrix
-
-
-
-
Method Detail
-
getURL
public final java.net.URL getURL()
- Specified by:
getURL
in interfaceMatrixURLImporter
-
-