org.ujmp.core.mapper
Class MatrixMapper

java.lang.Object
  extended by org.ujmp.core.mapper.MatrixMapper
All Implemented Interfaces:
ClassMapper

public class MatrixMapper
extends Object
implements ClassMapper


Method Summary
 Constructor<?> getDenseBigDecimalMatrix2DConstructor()
           
 Constructor<?> getDenseBigDecimalMatrixMultiDConstructor()
           
 Constructor<?> getDenseBigIntegerMatrix2DConstructor()
           
 Constructor<?> getDenseBigIntegerMatrixMultiDConstructor()
           
 Constructor<?> getDenseBooleanMatrix2DConstructor()
           
 Constructor<?> getDenseBooleanMatrixMultiDConstructor()
           
 Constructor<?> getDenseByteMatrix2DConstructor()
           
 Constructor<?> getDenseByteMatrixMultiDConstructor()
           
 Constructor<?> getDenseCharMatrix2DConstructor()
           
 Constructor<?> getDenseCharMatrixMultiDConstructor()
           
 Constructor<?> getDenseDateMatrix2DConstructor()
           
 Constructor<?> getDenseDateMatrixMultiDConstructor()
           
 Constructor<?> getDenseFloatMatrix2DConstructor()
           
 Constructor<?> getDenseFloatMatrixMultiDConstructor()
           
 Constructor<?> getDenseIntMatrix2DConstructor()
           
 Constructor<?> getDenseIntMatrixMultiDConstructor()
           
 Constructor<?> getDenseLongMatrix2DConstructor()
           
 Constructor<?> getDenseLongMatrixMultiDConstructor()
           
 Constructor<?> getDenseObjectMatrix2DConstructor()
           
 Constructor<?> getDenseObjectMatrixMultiDConstructor()
           
 Constructor<?> getDenseShortMatrix2DConstructor()
           
 Constructor<?> getDenseShortMatrixMultiDConstructor()
           
 Constructor<?> getDenseStringMatrix2DConstructor()
           
 Constructor<?> getDenseStringMatrixMultiDConstructor()
           
static MatrixMapper getInstance()
           
 MapMatrix<Class<? extends Matrix>,String> getMatrixClasses()
           
 Constructor<?> getSparseBigDecimalMatrix2DConstructor()
           
 Constructor<?> getSparseBigDecimalMatrixMultiDConstructor()
           
 Constructor<?> getSparseBigIntegerMatrix2DConstructor()
           
 Constructor<?> getSparseBigIntegerMatrixMultiDConstructor()
           
 Constructor<?> getSparseBooleanMatrix2DConstructor()
           
 Constructor<?> getSparseBooleanMatrixMultiDConstructor()
           
 Constructor<?> getSparseByteMatrix2DConstructor()
           
 Constructor<?> getSparseByteMatrixMultiDConstructor()
           
 Constructor<?> getSparseCharMatrix2DConstructor()
           
 Constructor<?> getSparseCharMatrixMultiDConstructor()
           
 Constructor<?> getSparseDateMatrix2DConstructor()
           
 Constructor<?> getSparseDateMatrixMultiDConstructor()
           
 Constructor<?> getSparseDoubleMatrix2DConstructor()
           
 Constructor<?> getSparseDoubleMatrixMultiDConstructor()
           
 Constructor<?> getSparseFloatMatrix2DConstructor()
           
 Constructor<?> getSparseFloatMatrixMultiDConstructor()
           
 Constructor<?> getSparseIntMatrix2DConstructor()
           
 Constructor<?> getSparseIntMatrixMultiDConstructor()
           
 Constructor<?> getSparseLongMatrix2DConstructor()
           
 Constructor<?> getSparseLongMatrixMultiDConstructor()
           
 Constructor<?> getSparseObjectMatrix2DConstructor()
           
 Constructor<?> getSparseObjectMatrixMultiDConstructor()
           
 Constructor<?> getSparseShortMatrix2DConstructor()
           
 Constructor<?> getSparseShortMatrixMultiDConstructor()
           
 Constructor<?> getSparseStringMatrix2DConstructor()
           
 Constructor<?> getSparseStringMatrixMultiDConstructor()
           
 void setDenseBigDecimalMatrix2DClassName(String className)
           
 void setDenseBigDecimalMatrixMultiDClassName(String className)
           
 void setDenseBigIntegerMatrix2DClassName(String className)
           
 void setDenseBigIntegerMatrixMultiDClassName(String className)
           
 void setDenseBooleanMatrix2DClassName(String className)
           
 void setDenseBooleanMatrixMultiDClassName(String className)
           
 void setDenseByteMatrix2DClassName(String className)
           
 void setDenseByteMatrixMultiDClassName(String className)
           
 void setDenseCharMatrix2DClassName(String className)
           
 void setDenseCharMatrixMultiDClassName(String className)
           
 void setDenseDateMatrix2DClassName(String className)
           
 void setDenseDateMatrixMultiDClassName(String className)
           
 void setDenseFloatMatrix2DClassName(String className)
           
 void setDenseFloatMatrixMultiDClassName(String className)
           
 void setDenseIntMatrix2DClassName(String className)
           
 void setDenseIntMatrixMultiDClassName(String className)
           
 void setDenseLongMatrix2DClassName(String className)
           
 void setDenseLongMatrixMultiDClassName(String className)
           
 void setDenseObjectMatrix2DClassName(String className)
           
 void setDenseObjectMatrixMultiDClassName(String className)
           
 void setDenseShortMatrix2DClassName(String className)
           
 void setDenseShortMatrixMultiDClassName(String className)
           
 void setDenseStringMatrix2DClassName(String className)
           
 void setDenseStringMatrixMultiDClassName(String className)
           
 void setSparseBigDecimalMatrix2DClassName(String className)
           
 void setSparseBigDecimalMatrixMultiDClassName(String className)
           
 void setSparseBigIntegerMatrix2DClassName(String className)
           
 void setSparseBigIntegerMatrixMultiDClassName(String className)
           
 void setSparseBooleanMatrix2DClassName(String className)
           
 void setSparseBooleanMatrixMultiDClassName(String className)
           
 void setSparseByteMatrix2DClassName(String className)
           
 void setSparseByteMatrixMultiDClassName(String className)
           
 void setSparseCharMatrix2DClassName(String className)
           
 void setSparseCharMatrixMultiDClassName(String className)
           
 void setSparseDateMatrix2DClassName(String className)
           
 void setSparseDateMatrixMultiDClassName(String className)
           
 void setSparseDoubleMatrix2DClassName(String className)
           
 void setSparseDoubleMatrixMultiDClassName(String className)
           
 void setSparseFloatMatrix2DClassName(String className)
           
 void setSparseFloatMatrixMultiDClassName(String className)
           
 void setSparseIntMatrix2DClassName(String className)
           
 void setSparseIntMatrixMultiDClassName(String className)
           
 void setSparseLongMatrix2DClassName(String className)
           
 void setSparseLongMatrixMultiDClassName(String className)
           
 void setSparseObjectMatrix2DClassName(String className)
           
 void setSparseObjectMatrixMultiDClassName(String className)
           
 void setSparseShortMatrix2DClassName(String className)
           
 void setSparseShortMatrixMultiDClassName(String className)
           
 void setSparseStringMatrix2DClassName(String className)
           
 void setSparseStringMatrixMultiDClassName(String className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static MatrixMapper getInstance()

setSparseDoubleMatrix2DClassName

public void setSparseDoubleMatrix2DClassName(String className)
                                      throws Exception
Throws:
Exception

setSparseDoubleMatrixMultiDClassName

public void setSparseDoubleMatrixMultiDClassName(String className)
                                          throws Exception
Throws:
Exception

setDenseBooleanMatrix2DClassName

public void setDenseBooleanMatrix2DClassName(String className)
                                      throws Exception
Throws:
Exception

setDenseBooleanMatrixMultiDClassName

public void setDenseBooleanMatrixMultiDClassName(String className)
                                          throws Exception
Throws:
Exception

setSparseBooleanMatrix2DClassName

public void setSparseBooleanMatrix2DClassName(String className)
                                       throws Exception
Throws:
Exception

setSparseBooleanMatrixMultiDClassName

public void setSparseBooleanMatrixMultiDClassName(String className)
                                           throws Exception
Throws:
Exception

setDenseFloatMatrix2DClassName

public void setDenseFloatMatrix2DClassName(String className)
                                    throws Exception
Throws:
Exception

setDenseFloatMatrixMultiDClassName

public void setDenseFloatMatrixMultiDClassName(String className)
                                        throws Exception
Throws:
Exception

setSparseFloatMatrix2DClassName

public void setSparseFloatMatrix2DClassName(String className)
                                     throws Exception
Throws:
Exception

setSparseFloatMatrixMultiDClassName

public void setSparseFloatMatrixMultiDClassName(String className)
                                         throws Exception
Throws:
Exception

setDenseIntMatrix2DClassName

public void setDenseIntMatrix2DClassName(String className)
                                  throws Exception
Throws:
Exception

setDenseIntMatrixMultiDClassName

public void setDenseIntMatrixMultiDClassName(String className)
                                      throws Exception
Throws:
Exception

setSparseIntMatrix2DClassName

public void setSparseIntMatrix2DClassName(String className)
                                   throws Exception
Throws:
Exception

setSparseIntMatrixMultiDClassName

public void setSparseIntMatrixMultiDClassName(String className)
                                       throws Exception
Throws:
Exception

setDenseShortMatrix2DClassName

public void setDenseShortMatrix2DClassName(String className)
                                    throws Exception
Throws:
Exception

setDenseShortMatrixMultiDClassName

public void setDenseShortMatrixMultiDClassName(String className)
                                        throws Exception
Throws:
Exception

setSparseShortMatrix2DClassName

public void setSparseShortMatrix2DClassName(String className)
                                     throws Exception
Throws:
Exception

setSparseShortMatrixMultiDClassName

public void setSparseShortMatrixMultiDClassName(String className)
                                         throws Exception
Throws:
Exception

setDenseLongMatrix2DClassName

public void setDenseLongMatrix2DClassName(String className)
                                   throws Exception
Throws:
Exception

setDenseLongMatrixMultiDClassName

public void setDenseLongMatrixMultiDClassName(String className)
                                       throws Exception
Throws:
Exception

setSparseLongMatrix2DClassName

public void setSparseLongMatrix2DClassName(String className)
                                    throws Exception
Throws:
Exception

setSparseLongMatrixMultiDClassName

public void setSparseLongMatrixMultiDClassName(String className)
                                        throws Exception
Throws:
Exception

setDenseByteMatrix2DClassName

public void setDenseByteMatrix2DClassName(String className)
                                   throws Exception
Throws:
Exception

setDenseByteMatrixMultiDClassName

public void setDenseByteMatrixMultiDClassName(String className)
                                       throws Exception
Throws:
Exception

setSparseByteMatrix2DClassName

public void setSparseByteMatrix2DClassName(String className)
                                    throws Exception
Throws:
Exception

setSparseByteMatrixMultiDClassName

public void setSparseByteMatrixMultiDClassName(String className)
                                        throws Exception
Throws:
Exception

setDenseCharMatrix2DClassName

public void setDenseCharMatrix2DClassName(String className)
                                   throws Exception
Throws:
Exception

setDenseCharMatrixMultiDClassName

public void setDenseCharMatrixMultiDClassName(String className)
                                       throws Exception
Throws:
Exception

setSparseCharMatrix2DClassName

public void setSparseCharMatrix2DClassName(String className)
                                    throws Exception
Throws:
Exception

setSparseCharMatrixMultiDClassName

public void setSparseCharMatrixMultiDClassName(String className)
                                        throws Exception
Throws:
Exception

setDenseDateMatrix2DClassName

public void setDenseDateMatrix2DClassName(String className)
                                   throws Exception
Throws:
Exception

setDenseDateMatrixMultiDClassName

public void setDenseDateMatrixMultiDClassName(String className)
                                       throws Exception
Throws:
Exception

setSparseDateMatrix2DClassName

public void setSparseDateMatrix2DClassName(String className)
                                    throws Exception
Throws:
Exception

setSparseDateMatrixMultiDClassName

public void setSparseDateMatrixMultiDClassName(String className)
                                        throws Exception
Throws:
Exception

setDenseStringMatrix2DClassName

public void setDenseStringMatrix2DClassName(String className)
                                     throws Exception
Throws:
Exception

setDenseBigIntegerMatrix2DClassName

public void setDenseBigIntegerMatrix2DClassName(String className)
                                         throws Exception
Throws:
Exception

setDenseBigDecimalMatrix2DClassName

public void setDenseBigDecimalMatrix2DClassName(String className)
                                         throws Exception
Throws:
Exception

setDenseStringMatrixMultiDClassName

public void setDenseStringMatrixMultiDClassName(String className)
                                         throws Exception
Throws:
Exception

setDenseBigIntegerMatrixMultiDClassName

public void setDenseBigIntegerMatrixMultiDClassName(String className)
                                             throws Exception
Throws:
Exception

setDenseBigDecimalMatrixMultiDClassName

public void setDenseBigDecimalMatrixMultiDClassName(String className)
                                             throws Exception
Throws:
Exception

setSparseStringMatrix2DClassName

public void setSparseStringMatrix2DClassName(String className)
                                      throws Exception
Throws:
Exception

setSparseBigIntegerMatrix2DClassName

public void setSparseBigIntegerMatrix2DClassName(String className)
                                          throws Exception
Throws:
Exception

setSparseBigDecimalMatrix2DClassName

public void setSparseBigDecimalMatrix2DClassName(String className)
                                          throws Exception
Throws:
Exception

setSparseStringMatrixMultiDClassName

public void setSparseStringMatrixMultiDClassName(String className)
                                          throws Exception
Throws:
Exception

setSparseBigIntegerMatrixMultiDClassName

public void setSparseBigIntegerMatrixMultiDClassName(String className)
                                              throws Exception
Throws:
Exception

setSparseBigDecimalMatrixMultiDClassName

public void setSparseBigDecimalMatrixMultiDClassName(String className)
                                              throws Exception
Throws:
Exception

setDenseObjectMatrix2DClassName

public void setDenseObjectMatrix2DClassName(String className)
                                     throws Exception
Throws:
Exception

setDenseObjectMatrixMultiDClassName

public void setDenseObjectMatrixMultiDClassName(String className)
                                         throws Exception
Throws:
Exception

setSparseObjectMatrix2DClassName

public void setSparseObjectMatrix2DClassName(String className)
                                      throws Exception
Throws:
Exception

setSparseObjectMatrixMultiDClassName

public void setSparseObjectMatrixMultiDClassName(String className)
                                          throws Exception
Throws:
Exception

getMatrixClasses

public MapMatrix<Class<? extends Matrix>,String> getMatrixClasses()

getDenseBooleanMatrix2DConstructor

public Constructor<?> getDenseBooleanMatrix2DConstructor()

getDenseByteMatrix2DConstructor

public Constructor<?> getDenseByteMatrix2DConstructor()

getDenseCharMatrix2DConstructor

public Constructor<?> getDenseCharMatrix2DConstructor()

getDenseDateMatrix2DConstructor

public Constructor<?> getDenseDateMatrix2DConstructor()

getDenseFloatMatrix2DConstructor

public Constructor<?> getDenseFloatMatrix2DConstructor()

getDenseIntMatrix2DConstructor

public Constructor<?> getDenseIntMatrix2DConstructor()

getDenseLongMatrix2DConstructor

public Constructor<?> getDenseLongMatrix2DConstructor()

getDenseShortMatrix2DConstructor

public Constructor<?> getDenseShortMatrix2DConstructor()

getDenseObjectMatrix2DConstructor

public Constructor<?> getDenseObjectMatrix2DConstructor()

getDenseStringMatrix2DConstructor

public Constructor<?> getDenseStringMatrix2DConstructor()

getDenseBooleanMatrixMultiDConstructor

public Constructor<?> getDenseBooleanMatrixMultiDConstructor()

getDenseByteMatrixMultiDConstructor

public Constructor<?> getDenseByteMatrixMultiDConstructor()

getDenseCharMatrixMultiDConstructor

public Constructor<?> getDenseCharMatrixMultiDConstructor()

getDenseDateMatrixMultiDConstructor

public Constructor<?> getDenseDateMatrixMultiDConstructor()

getDenseFloatMatrixMultiDConstructor

public Constructor<?> getDenseFloatMatrixMultiDConstructor()

getDenseIntMatrixMultiDConstructor

public Constructor<?> getDenseIntMatrixMultiDConstructor()

getDenseLongMatrixMultiDConstructor

public Constructor<?> getDenseLongMatrixMultiDConstructor()

getDenseShortMatrixMultiDConstructor

public Constructor<?> getDenseShortMatrixMultiDConstructor()

getDenseObjectMatrixMultiDConstructor

public Constructor<?> getDenseObjectMatrixMultiDConstructor()

getDenseStringMatrixMultiDConstructor

public Constructor<?> getDenseStringMatrixMultiDConstructor()

getDenseBigIntegerMatrixMultiDConstructor

public Constructor<?> getDenseBigIntegerMatrixMultiDConstructor()

getDenseBigDecimalMatrixMultiDConstructor

public Constructor<?> getDenseBigDecimalMatrixMultiDConstructor()

getSparseBooleanMatrix2DConstructor

public Constructor<?> getSparseBooleanMatrix2DConstructor()

getSparseByteMatrix2DConstructor

public Constructor<?> getSparseByteMatrix2DConstructor()

getSparseCharMatrix2DConstructor

public Constructor<?> getSparseCharMatrix2DConstructor()

getSparseDateMatrix2DConstructor

public Constructor<?> getSparseDateMatrix2DConstructor()

getSparseDoubleMatrix2DConstructor

public Constructor<?> getSparseDoubleMatrix2DConstructor()

getSparseFloatMatrix2DConstructor

public Constructor<?> getSparseFloatMatrix2DConstructor()

getSparseIntMatrix2DConstructor

public Constructor<?> getSparseIntMatrix2DConstructor()

getSparseLongMatrix2DConstructor

public Constructor<?> getSparseLongMatrix2DConstructor()

getSparseShortMatrix2DConstructor

public Constructor<?> getSparseShortMatrix2DConstructor()

getSparseObjectMatrix2DConstructor

public Constructor<?> getSparseObjectMatrix2DConstructor()

getSparseStringMatrix2DConstructor

public Constructor<?> getSparseStringMatrix2DConstructor()

getSparseBooleanMatrixMultiDConstructor

public Constructor<?> getSparseBooleanMatrixMultiDConstructor()

getSparseByteMatrixMultiDConstructor

public Constructor<?> getSparseByteMatrixMultiDConstructor()

getSparseCharMatrixMultiDConstructor

public Constructor<?> getSparseCharMatrixMultiDConstructor()

getSparseDateMatrixMultiDConstructor

public Constructor<?> getSparseDateMatrixMultiDConstructor()

getSparseDoubleMatrixMultiDConstructor

public Constructor<?> getSparseDoubleMatrixMultiDConstructor()

getSparseFloatMatrixMultiDConstructor

public Constructor<?> getSparseFloatMatrixMultiDConstructor()

getSparseIntMatrixMultiDConstructor

public Constructor<?> getSparseIntMatrixMultiDConstructor()

getSparseLongMatrixMultiDConstructor

public Constructor<?> getSparseLongMatrixMultiDConstructor()

getSparseShortMatrixMultiDConstructor

public Constructor<?> getSparseShortMatrixMultiDConstructor()

getSparseObjectMatrixMultiDConstructor

public Constructor<?> getSparseObjectMatrixMultiDConstructor()

getSparseStringMatrixMultiDConstructor

public Constructor<?> getSparseStringMatrixMultiDConstructor()

getSparseBigIntegerMatrixMultiDConstructor

public Constructor<?> getSparseBigIntegerMatrixMultiDConstructor()

getSparseBigDecimalMatrixMultiDConstructor

public Constructor<?> getSparseBigDecimalMatrixMultiDConstructor()

getSparseBigIntegerMatrix2DConstructor

public Constructor<?> getSparseBigIntegerMatrix2DConstructor()

getSparseBigDecimalMatrix2DConstructor

public Constructor<?> getSparseBigDecimalMatrix2DConstructor()

getDenseBigIntegerMatrix2DConstructor

public Constructor<?> getDenseBigIntegerMatrix2DConstructor()

getDenseBigDecimalMatrix2DConstructor

public Constructor<?> getDenseBigDecimalMatrix2DConstructor()


Copyright © 2010. All Rights Reserved.