Class Stats.ProcessedCount

  • Enclosing class:
    Stats

    public static class Stats.ProcessedCount
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double failed  
      double skipped  
      double succeeded  
    • Constructor Summary

      Constructors 
      Constructor Description
      ProcessedCount()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • succeeded

        public double succeeded
      • skipped

        public double skipped
      • failed

        public double failed
    • Constructor Detail

      • ProcessedCount

        public ProcessedCount()