Class BooleanResult

  • All Implemented Interfaces:
    Result

    public class BooleanResult
    extends java.lang.Object
    implements Result
    Version:
    1.7
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean result  
    • Constructor Summary

      Constructors 
      Constructor Description
      BooleanResult​(boolean result)  
      BooleanResult​(java.lang.Boolean result)  
    • Field Detail

      • result

        private boolean result
    • Constructor Detail

      • BooleanResult

        public BooleanResult​(boolean result)
      • BooleanResult

        public BooleanResult​(java.lang.Boolean result)
    • Method Detail

      • equals

        public boolean equals​(Result other,
                              double tolerance)
        Specified by:
        equals in interface Result
      • toFormattedString

        public java.lang.String toFormattedString()
        Specified by:
        toFormattedString in interface Result
      • toLongString

        public java.lang.String toLongString()
        Specified by:
        toLongString in interface Result
      • toShortString

        public java.lang.String toShortString()
        Specified by:
        toShortString in interface Result