Class Task.Namer

    • Constructor Detail

      • Namer

        public Namer()
    • Method Detail

      • determineName

        public String determineName​(Task c)
        Description copied from interface: Namer
        Determines the name of the given object.
        Specified by:
        determineName in interface Namer<Task>
        Parameters:
        c - The object to determine the name of
        Returns:
        The object's inherent name. Never null.