Package pulse.tasks

Class Identifier

    • Constructor Detail

      • Identifier

        public Identifier()
        Creates an Identifier by incrementing the previously recorded ID.
    • Method Detail

      • parse

        public static Identifier parse​(String string)
        Seeks an Identifier from the list of available tasks in TaskManager that matches this string.
        Parameters:
        string - the string describing the identifier.
        Returns:
        a matching Identifier.
      • externalIdentifier

        public static Identifier externalIdentifier​(int id)