Package 

Interface NamedExecutionUnit


  • 
    public interface NamedExecutionUnit
    
                        

    Provides a possibility to attach human-readable names to the execution units.

    • Method Summary

      Modifier and Type Method Description
      abstract String getName() Sanitized name after replacing spaces, colons, periods, and commas with underscores (_), and converting all characters to lowercase.
      • Methods inherited from class java.lang.Object

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

      • getName

         abstract String getName()

        Sanitized name after replacing spaces, colons, periods, and commas with underscores (_), and converting all characters to lowercase.