Class MatchContext
java.lang.Object
com.aquima.interactions.matching.impl.model.EntityContext
com.aquima.interactions.matching.impl.model.MatchContext
- All Implemented Interfaces:
IMatchValue
This class is responsible for converting the match request to an entity context that can be used to match against the
cases.
- Since:
- 6.2
- Author:
- O. Kerpershoek, F. van der Meer
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
MatchContext
(IMatchRequest request, CaseBaseList casebases) -
Method Summary
Modifier and TypeMethodDescriptionprotected int
protected int
protected int
protected boolean
Methods inherited from class com.aquima.interactions.matching.impl.model.EntityContext
equals, hashCode, match
-
Constructor Details
-
MatchContext
-
-
Method Details
-
getMaxResults
protected int getMaxResults() -
getCaseThreshold
protected int getCaseThreshold() -
useKeyField
protected boolean useKeyField() -
getMaxKeyResults
protected int getMaxKeyResults()
-