Patents by Inventor Jon Gregory SEQUEIRA

Jon Gregory SEQUEIRA has filed for patents to protect the following inventions. This listing includes patent applications that are pending as well as patents that have already been granted by the United States Patent and Trademark Office (USPTO).

  • Patent number: 10545737
    Abstract: The design, creation, use, and execution of command line parsers based on subcommand classes instead of boilerplate code is described. Commands and subcommands have corresponding class definitions, which upon instantiation based on command line content will provide and execute code to perform the command. Subcommand dispatching may be accomplished using delegates, using an interface implementation, or otherwise. Class attributes may define help text, argument aliases, and other metadata. Subcommand types may be passed as generic arguments, as objects, or otherwise. Arguments may be made optional or be required by providing or omitting class constructor parameter default values. By using classes to implement subcommands and avoiding reliance on large error-prone if or switch statements, parser development is made easier and more efficient.
    Type: Grant
    Filed: June 13, 2017
    Date of Patent: January 28, 2020
    Assignee: Microsoft Technology Licensing, LLC
    Inventors: Piotr Milosz Puszkiewicz, Jon Gregory Sequeira, Livar Correia de Oliveira Cavalcanti Cunha
  • Publication number: 20180357051
    Abstract: The design, creation, use, and execution of command line parsers based on subcommand classes instead of boilerplate code is described. Commands and subcommands have corresponding class definitions, which upon instantiation based on command line content will provide and execute code to perform the command. Subcommand dispatching may be accomplished using delegates, using an interface implementation, or otherwise. Class attributes may define help text, argument aliases, and other metadata. Subcommand types may be passed as generic arguments, as objects, or otherwise. Arguments may be made optional or be required by providing or omitting class constructor parameter default values. By using classes to implement subcommands and avoiding reliance on large error-prone if or switch statements, parser development is made easier and more efficient.
    Type: Application
    Filed: June 13, 2017
    Publication date: December 13, 2018
    Inventors: Piotr Milosz PUSZKIEWICZ, Jon Gregory SEQUEIRA, Livar Correia de Oliveira Cavalcanti CUNHA