Class AbstractTask<R>

    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractTask()  
      AbstractTask​(java.lang.String description)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.kinotic.continuum.grind.api.Task

        execute
    • Constructor Detail

      • AbstractTask

        public AbstractTask()
      • AbstractTask

        public AbstractTask​(java.lang.String description)
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Specified by:
        getDescription in interface Task<R>
        Returns:
        the description of this Task