Package org.scijava

Interface Validated

    • Method Detail

      • isValid

        boolean isValid()
        Gets whether the object is completely valid (i.e., no problems during initialization).
      • getProblems

        List<ValidityProblem> getProblems()
        Gets the list of problems encountered while initializing the object.
        Returns:
        The list of problems, or a zero-length list in the case of isValid() returning true.