Class MonitorPageJudgment


  • public class MonitorPageJudgment
    extends java.lang.Object
    Judge's verdict on whether a monitor page change is meaningful. Populated on monitor check pages when the monitor has a goal set and judging is enabled.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getConfidence()
      One of high, medium, low.
      java.util.List<java.lang.String> getFields()  
      java.lang.String getReason()  
      boolean isMeaningful()  
      • Methods inherited from class java.lang.Object

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

      • MonitorPageJudgment

        public MonitorPageJudgment()
    • Method Detail

      • isMeaningful

        public boolean isMeaningful()
      • getConfidence

        public java.lang.String getConfidence()
        One of high, medium, low.
      • getReason

        public java.lang.String getReason()
      • getFields

        public java.util.List<java.lang.String> getFields()