Class Verb


public class Verb extends AbstractProvider<BaseProviders>
Since:
1.5.0
  • Constructor Details

  • Method Details

    • base

      public String base()
      This method generates the base form of a random verb.
      Returns:
      a string of base form of a verb.
    • past

      public String past()
      This method generates a random verb in past tense.
      Returns:
      a string of verb in past tense.
    • pastParticiple

      public String pastParticiple()
      This method generates a random verb in past participle tense.
      Returns:
      a string of verb in past participle tense.
    • simplePresent

      public String simplePresent()
      This method generates a random verb in simple present tense.
      Returns:
      a string of verb in simple present tense.
    • ingForm

      public String ingForm()
      This method generates a random verb in -ing form.
      Returns:
      a string of verb in -ing form.