Package org.jcsp.net

Class Requirement.BooleanComparable

  • All Implemented Interfaces:
    java.lang.Comparable
    Enclosing class:
    Requirement

    private class Requirement.BooleanComparable
    extends java.lang.Object
    implements java.lang.Comparable
    • Field Summary

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

      Constructors 
      Constructor Description
      BooleanComparable​(boolean val)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(java.lang.Object o)  
      • Methods inherited from class java.lang.Object

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

      • val

        private boolean val
    • Constructor Detail

      • BooleanComparable

        BooleanComparable​(boolean val)
    • Method Detail

      • compareTo

        public int compareTo​(java.lang.Object o)
        Specified by:
        compareTo in interface java.lang.Comparable