Class Rule

    • Constructor Summary

      Constructors 
      Constructor Description
      Rule()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getId()
      A purely informational ID for use in logging.
      void setId​(int id)
      A purely informational ID for use in logging.
      • Methods inherited from class java.lang.Object

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

      • Rule

        public Rule()
    • Method Detail

      • getId

        public int getId()
        A purely informational ID for use in logging. Should not be used outside of this module.
      • setId

        public void setId​(int id)
        A purely informational ID for use in logging. Should not be used outside of this module.