Interface ArrayRow.ArrayRowVariables

    • Method Detail

      • getCurrentSize

        int getCurrentSize()
      • getVariableValue

        float getVariableValue​(int index)
      • display

        void display()
      • clear

        void clear()
      • sizeInBytes

        int sizeInBytes()
      • invert

        void invert()
      • remove

        float remove​(SolverVariable v,
                     boolean removeFromDefinition)
      • divideByAmount

        void divideByAmount​(float amount)
      • add

        void add​(SolverVariable v,
                 float value,
                 boolean removeFromDefinition)
      • use

        float use​(ArrayRow definition,
                  boolean removeFromDefinition)