Class ColumnD2TimeRel

    • Constructor Detail

      • ColumnD2TimeRel

        public ColumnD2TimeRel​(D2SD<?,​?> struct,
                               int columnIndex,
                               java.lang.String name)
    • Method Detail

      • fill

        public void fill​(double value,
                         int fromRow,
                         int toRow)
        Fills column in rows fromRow .. toRow with given value
        Parameters:
        value -
        fromRow -
        toRow -
      • fill

        public void fill​(double value)
        Fills column with given value
        Parameters:
        value -
      • fill

        public void fill​(D2TimeRel value,
                         int fromRow,
                         int toRow)
        Fills column in rows fromRow .. toRow with given value
        Parameters:
        value -
        fromRow -
        toRow -
      • fill

        public void fill​(D2TimeRel value)
        Fills column with given value
        Parameters:
        value -
      • getDataColumn

        public final sk.ipesoft.d2000.datatable.TimespanColumn<?,​?,​?> getDataColumn()
      • replace

        public void replace​(double toFind,
                            double toReplace,
                            int fromRow,
                            int toRow)
        Replaces values toFind by value toReplace searching rows fromRow .. toRow
        Parameters:
        toFind -
        toReplace -
        fromRow -
        toRow -
      • replace

        public void replace​(double toFind,
                            double toReplace)
        Replaces values toFind by value toReplace
        Parameters:
        toFind -
        toReplace -
      • replace

        public void replace​(D2TimeRel toFind,
                            D2TimeRel toReplace,
                            int fromRow,
                            int toRow)
        Replaces values toFind by value toReplace searching rows fromRow .. toRow
        Parameters:
        toFind -
        toReplace -
        fromRow -
        toRow -
      • replace

        public void replace​(D2TimeRel toFind,
                            D2TimeRel toReplace)
        Replaces values toFind by value toReplace
        Parameters:
        toFind -
        toReplace -