Class CommandImpl

  • All Implemented Interfaces:
    Command

    public class CommandImpl
    extends java.lang.Object
    implements Command
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected long count  
    • Constructor Summary

      Constructors 
      Constructor Description
      CommandImpl​(long count)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getCount()
      The count of this command i.e., how often did the engine engine execute this command.
      void setCount​(long count)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)