Class MultipleInflection

java.lang.Object
net.thucydides.core.util.MultipleInflection

public class MultipleInflection
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Modifier Constructor Description
    protected MultipleInflection​(int cardinality, Inflector inflector)  
  • Method Summary

    Modifier and Type Method Description
    Inflection times​(java.lang.String word)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MultipleInflection

      protected MultipleInflection​(int cardinality, Inflector inflector)
  • Method Details

    • times

      public Inflection times​(java.lang.String word)