public class SemQLMatchRule extends Object implements Serializable, IUniquelyNamed
SEP
Constructor and Description |
---|
SemQLMatchRule(String ruleName,
String i18nUniqueName,
String matchOnExpression,
Collection<String> binningExpressions,
String matchCondition,
int matchScore) |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getBinningExpressions() |
String |
getMatchCondition() |
String |
getMatchOnExpression()
The many path relative to the entity on which this rule was defined that
|
int |
getMatchScore() |
String |
getPrefixedUniqueName()
Return a unique name in the scope of the current IModel across all type of objects.
|
String |
getRuleName() |
String |
getUniqueName()
Return a unique name for this object type in the scope of the current IModel.
|
boolean |
isMatchingOnChildRecords() |
String |
toString() |
public String getRuleName()
public String getMatchOnExpression()
public boolean isMatchingOnChildRecords()
public Collection<String> getBinningExpressions()
public int getMatchScore()
public String getMatchCondition()
public String getUniqueName()
IUniquelyNamed
getUniqueName
in interface IUniquelyNamed
public String getPrefixedUniqueName()
IUniquelyNamed
IUniquelyNamed.getUniqueName()
method prefixed by the object type.getPrefixedUniqueName
in interface IUniquelyNamed
Copyright © 2017. All rights reserved.