org.ujmp.core.objectmatrix.calculation
Class AbstractObjectCalculation

java.lang.Object
  extended by org.ujmp.core.calculation.AbstractCalculation
      extended by org.ujmp.core.objectmatrix.calculation.AbstractObjectCalculation
All Implemented Interfaces:
Serializable, Calculation, ObjectCalculation
Direct Known Subclasses:
Bootstrap, Concatenation, Deletion, ExtractAnnotation, Fill, Flipdim, IncludeAnnotation, Join, Replace, Repmat, Reshape, Selection, Shuffle, Sortrows, Swap, ToObjectMatrix, Transpose, Tril, Triu, Unique, UniqueValueCount

public abstract class AbstractObjectCalculation
extends AbstractCalculation
implements ObjectCalculation

See Also:
Serialized Form

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
 
Constructor Summary
AbstractObjectCalculation(int dimension, Matrix... sources)
           
AbstractObjectCalculation(Matrix... sources)
           
 
Method Summary
 ObjectMatrix calcLink()
           
 Matrix calcNew()
           
 Matrix calcOrig()
           
 ValueType getValueType()
           
 void setObject(Object value, long... coordinates)
           
 
Methods inherited from class org.ujmp.core.calculation.AbstractCalculation
allCoordinates, availableCoordinates, calc, calcMulti, contains, getAnnotation, getDimension, getSize, getSource, getSources, getStorageType, getValueCount, isSparse, setAnnotation, setDimension, setSources
 
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.objectmatrix.calculation.ObjectCalculation
getObject
 
Methods inherited from interface org.ujmp.core.calculation.Calculation
allCoordinates, availableCoordinates, calc, calcMulti, contains, getAnnotation, getDimension, getSize, getSource, getSources, getStorageType, getValueCount, isSparse, setAnnotation, setDimension, setSources
 

Constructor Detail

AbstractObjectCalculation

public AbstractObjectCalculation(Matrix... sources)

AbstractObjectCalculation

public AbstractObjectCalculation(int dimension,
                                 Matrix... sources)
Method Detail

calcLink

public final ObjectMatrix calcLink()
                            throws MatrixException
Specified by:
calcLink in interface Calculation
Throws:
MatrixException

calcNew

public final Matrix calcNew()
                     throws MatrixException
Specified by:
calcNew in interface Calculation
Throws:
MatrixException

calcOrig

public Matrix calcOrig()
                throws MatrixException
Specified by:
calcOrig in interface Calculation
Throws:
MatrixException

setObject

public void setObject(Object value,
                      long... coordinates)
               throws MatrixException
Specified by:
setObject in interface ObjectCalculation
Throws:
MatrixException

getValueType

public ValueType getValueType()
Specified by:
getValueType in interface Calculation


Copyright © 2010. All Rights Reserved.