public class MatchingStrategyImpl extends Object implements MatchingStrategy
| Constructor and Description |
|---|
MatchingStrategyImpl(MatchingStrategyType matchStrategyType,
MatchFunction matchFunction)
Instantiates a new matching strategy impl.
|
| Modifier and Type | Method and Description |
|---|---|
MatchFunction |
getMatchFunction() |
MatchingStrategy |
getMatchingStrategy() |
MatchingStrategyType |
getType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmatchpublic MatchingStrategyImpl(MatchingStrategyType matchStrategyType, MatchFunction matchFunction)
matchStrategyType - the match strategy typematchFunction - the match functionpublic MatchingStrategyType getType()
getType in interface MatchingStrategypublic MatchFunction getMatchFunction()
getMatchFunction in interface MatchingStrategypublic MatchingStrategy getMatchingStrategy()
getMatchingStrategy in interface MatchingStrategyCopyright © 2020. All rights reserved.