Class DataProgressEventArgs


  • public final class DataProgressEventArgs
    extends Object
    Used to provide progress on how many cases have been read.
    • Constructor Detail

      • DataProgressEventArgs

        public DataProgressEventArgs()
    • Method Detail

      • getUnweightedCaseCount

        public long getUnweightedCaseCount()
        Gets the number of cases read so far. The count does not include any weights that may be applied to cases.
      • setUnweightedCaseCount

        public void setUnweightedCaseCount​(long value)
        Gets the number of cases read so far. The count does not include any weights that may be applied to cases.
      • getWeightedCaseCount

        public double getWeightedCaseCount()
        Gets the number of cases read so far. The count includes any weights that may be applied to cases.
      • setWeightedCaseCount

        public void setWeightedCaseCount​(double value)
        Gets the number of cases read so far. The count includes any weights that may be applied to cases.
      • getUnweightedTemporalCount

        public Long getUnweightedTemporalCount()
        Gets the number of temporal rows read so far for all cases.
      • setUnweightedTemporalCount

        public void setUnweightedTemporalCount​(Long value)
        Gets the number of temporal rows read so far for all cases.