Class AbstractCell<T>

    • Field Detail

      • row

        protected final Row row
      • column

        protected final Column column
      • index

        protected int index
      • value

        protected T value
    • Constructor Detail

      • AbstractCell

        protected AbstractCell​(Row r,
                               Column c)
    • Method Detail

      • getRow

        public Row getRow()
        Specified by:
        getRow in interface Cell<T>
      • getValue

        public T getValue()
        Specified by:
        getValue in interface Cell<T>
      • insert

        public void insert​(org.kie.api.runtime.KieSession session)
        Specified by:
        insert in interface Cell<T>
      • setIndex

        public void setIndex​(int i)
        Specified by:
        setIndex in interface Cell<T>
      • getIndex

        public int getIndex()
        Specified by:
        getIndex in interface Cell<T>
      • isEmpty

        public boolean isEmpty()
        Specified by:
        isEmpty in interface Cell<T>