Package 

Class RequirementReport

  • All Implemented Interfaces:

    
    public class RequirementReport
    
                        

    Contains the report of a requirement check result.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      RequirementId getRequirementId() For identifying which requirement this report belongs to.
      boolean isFulfilled() Whether the requirement was fulfilled or not.
      String getDetails() Details about the requirement unfulfillment.
      String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait