Interface BooleanCalculation
-
- All Superinterfaces:
Calculation
,java.io.Serializable
- All Known Implementing Classes:
AbstractBooleanCalculation
,And
,Eq
,Ge
,Gt
,Le
,Lt
,Ne
,Not
,Or
,ToBooleanMatrix
,Xor
public interface BooleanCalculation 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 boolean
getBoolean(long... coordinates)
void
setBoolean(boolean 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
-
-