Class DoubleCell

  • All Implemented Interfaces:
    Cell<Double>

    public class DoubleCell
    extends AbstractCell<Double>
    A cell in a decision table containing a long value
    • Constructor Detail

      • DoubleCell

        public DoubleCell​(Row row,
                          Column column)
    • Method Detail

      • setValue

        public void setValue​(String v)