Interface SimilarNamedWays.NormalizeRule
-
- All Known Implementing Classes:
SimilarNamedWays.RegExprRule,SimilarNamedWays.SynonymRule
- Enclosing class:
- SimilarNamedWays
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface SimilarNamedWays.NormalizeRule
A normalization that is applied to names before testing them
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringnormalize(java.lang.String name)Normalize the string by replacing parts.
-
-
-
Method Detail
-
normalize
java.lang.String normalize(java.lang.String name)
Normalize the string by replacing parts.- Parameters:
name- name to normalize- Returns:
- normalized string
-
-