org.ujmp.core.bigdecimalmatrix.calculation
Interface BigDecimalCalculation

All Superinterfaces:
Calculation, Serializable
All Known Implementing Classes:
AbstractBigDecimalCalculation, ToBigDecimalMatrix

public interface BigDecimalCalculation
extends Calculation


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.ujmp.core.calculation.Calculation
Calculation.Ret
 
Field Summary
 
Fields inherited from interface org.ujmp.core.calculation.Calculation
ALL, COLUMN, LINK, NEW, NONE, ORIG, ROW
 
Method Summary
 BigDecimal getBigDecimal(long... coordinates)
           
 void setBigDecimal(BigDecimal value, long... coordinates)
           
 
Methods inherited from interface org.ujmp.core.calculation.Calculation
allCoordinates, availableCoordinates, calc, calcLink, calcMulti, calcNew, calcOrig, contains, getAnnotation, getDimension, getSize, getSource, getSources, getStorageType, getValueCount, getValueType, isSparse, setAnnotation, setDimension, setSources
 

Method Detail

getBigDecimal

BigDecimal getBigDecimal(long... coordinates)
                         throws MatrixException
Throws:
MatrixException

setBigDecimal

void setBigDecimal(BigDecimal value,
                   long... coordinates)
                   throws MatrixException
Throws:
MatrixException


Copyright © 2010. All Rights Reserved.