Class CommandImpl

    • Field Detail

      • count

        protected long count
    • Constructor Detail

      • CommandImpl

        public CommandImpl​(long count)
    • Method Detail

      • getCount

        public long getCount()
        Description copied from interface: Command
        The count of this command i.e., how often did the engine engine execute this command.
        Specified by:
        getCount in interface Command
      • setCount

        public void setCount​(long count)