Package gprover

Class CClass

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long id_count
      A static counter for generating unique IDs.
      static int MAX_GEO
      The maximum number of geometric objects.
    • Constructor Summary

      Constructors 
      Constructor Description
      CClass()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()
      Returns a string representation of the geometric object.
      • Methods inherited from class java.lang.Object

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

      • MAX_GEO

        public static final int MAX_GEO
        The maximum number of geometric objects.
        See Also:
        Constant Field Values
      • id_count

        public static long id_count
        A static counter for generating unique IDs.
    • Constructor Detail

      • CClass

        public CClass()
    • Method Detail

      • toString

        public java.lang.String toString()
        Returns a string representation of the geometric object.
        Overrides:
        toString in class java.lang.Object
        Returns:
        the text description of the geometric object