public class SemQLMatchRule extends Object implements Serializable, IUniquelyNamed
SEP
Constructor and Description |
---|
SemQLMatchRule(String ruleName,
String i18nUniqueName,
Collection<String> binningExpressions,
String matchCondition,
int matchScore) |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getBinningExpressions() |
String |
getMatchCondition() |
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.
|
String |
toString() |
public SemQLMatchRule(String ruleName, String i18nUniqueName, Collection<String> binningExpressions, String matchCondition, int matchScore)
public String getRuleName()
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 © 2015. All Rights Reserved.