Class IRDAGChecker.CheckerResult

  • Enclosing class:
    IRDAGChecker

    public class IRDAGChecker.CheckerResult
    extends java.lang.Object
    Result of a checker.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFailReason()  
      boolean isPassed()  
      • Methods inherited from class java.lang.Object

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

      • isPassed

        public final boolean isPassed()
      • getFailReason

        public final java.lang.String getFailReason()