Class Row


  • public class Row
    extends Object
    Represents a row in a decision table.
    • Constructor Detail

      • Row

        public Row()
    • Method Detail

      • getRowNumber

        public int getRowNumber()
      • getCells

        public List<Cell> getCells()