org.ujmp.core.objectmatrix.calculation
Interface ObjectCalculation

All Superinterfaces:
Calculation, Serializable
All Known Implementing Classes:
AbstractObjectCalculation, Bootstrap, Concatenation, Deletion, ExtractAnnotation, Fill, Flipdim, IncludeAnnotation, Join, Replace, Repmat, Reshape, Selection, Shuffle, Sortrows, Squeeze, Swap, ToObjectMatrix, Transpose, Tril, Triu, Unique, UniqueValueCount

public interface ObjectCalculation
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
 Object getObject(long... coordinates)
           
 void setObject(Object 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

getObject

Object getObject(long... coordinates)
                 throws MatrixException
Throws:
MatrixException

setObject

void setObject(Object value,
               long... coordinates)
               throws MatrixException
Throws:
MatrixException


Copyright © 2010. All Rights Reserved.