- All Superinterfaces:
Calculation
, Serializable
- All Known Implementing Classes:
AbstractBooleanCalculation
, And
, Eq
, Ge
, Gt
, Le
, Lt
, Ne
, Not
, Or
, ToBooleanMatrix
, Xor
public interface BooleanCalculation
extends Calculation
-
-
-
Method Summary
Methods inherited from interface org.ujmp.core.calculation.Calculation
availableCoordinates, calc, calcLink, calcNew, calcOrig, containsCoordinates, getColumnCount, getDimension, getMetaData, getRowCount, getSize, getSource, getSources, getValueType, setMetaData
-
Method Details
-
getBoolean
boolean getBoolean(long... coordinates)
-
setBoolean
void setBoolean(boolean value,
long... coordinates)