public class MatchStrategy extends java.lang.Object implements MatchStrategyInterface
| Constructor and Description |
|---|
MatchStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRule(PartialMatchRuleInterface rule) |
java.lang.String |
getName() |
java.util.List<PartialMatchRule> |
getRules() |
MatchStrategy |
setName(java.lang.String name) |
MatchStrategy |
setRules(java.util.List<PartialMatchRule> rules) |
MatchStrategy |
setRules(PartialMatchRule... rules) |
public java.util.List<PartialMatchRule> getRules()
getRules in interface MatchStrategyInterfacepublic MatchStrategy setRules(PartialMatchRule... rules)
public MatchStrategy setRules(java.util.List<PartialMatchRule> rules)
public void addRule(PartialMatchRuleInterface rule)
addRule in interface MatchStrategyInterfacepublic java.lang.String getName()
public MatchStrategy setName(java.lang.String name)
Copyright © 2013–2016 GroupBy Inc.. All rights reserved.