Interface ObjectCalculation
-
- All Superinterfaces:
Calculation
,java.io.Serializable
- All Known Implementing Classes:
AbstractObjectCalculation
,Bootstrap
,Concatenation
,Deletion
,Diag
,ExtractAnnotation
,Fill
,Flipdim
,IncludeAnnotation
,Join
,Replace
,Repmat
,Reshape
,Selection
,SetContent
,Shuffle
,Sortrows
,Squeeze
,SubMatrix
,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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
getObject(long... coordinates)
void
setObject(java.lang.Object value, long... coordinates)
-
Methods inherited from interface org.ujmp.core.calculation.Calculation
availableCoordinates, calc, calcLink, calcNew, calcOrig, containsCoordinates, getColumnCount, getDimension, getMetaData, getRowCount, getSize, getSource, getSources, getValueType, setMetaData
-
-