Interface BooleanCalculation

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 Details

    • getBoolean

      boolean getBoolean(long... coordinates)
    • setBoolean

      void setBoolean(boolean value, long... coordinates)