Uses of Interface
org.apache.commons.betwixt.strategy.PluralStemmer

Packages that use PluralStemmer
org.apache.commons.betwixt  
org.apache.commons.betwixt.strategy  
 

Uses of PluralStemmer in org.apache.commons.betwixt
 

Methods in org.apache.commons.betwixt that return PluralStemmer
 org.apache.commons.betwixt.strategy.PluralStemmer XMLIntrospector.getPluralStemmer()
          Get singular and plural matching strategy.
protected  org.apache.commons.betwixt.strategy.PluralStemmer XMLIntrospector.createPluralStemmer()
          A Factory method to lazily create a new strategy to detect matching singular and plural properties.
 

Methods in org.apache.commons.betwixt with parameters of type PluralStemmer
 void XMLIntrospector.setPluralStemmer(org.apache.commons.betwixt.strategy.PluralStemmer pluralStemmer)
          Sets the strategy used to detect matching singular and plural properties
 

Uses of PluralStemmer in org.apache.commons.betwixt.strategy
 

Classes in org.apache.commons.betwixt.strategy that implement PluralStemmer
 class DefaultPluralStemmer
          A default implementation of the plural name stemmer which tests for some common english plural/singular patterns and then uses a simple starts-with algorithm
 



Copyright © 2002-2004 The Apache Software Foundation. All Rights Reserved.