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 String
normalize(String name)
Normalize the string by replacing parts.
-