Class MatchFunctionList
java.lang.Object
com.aquima.interactions.matching.impl.model.MatchFunctionList
This class contains all the match function instances of the match engine.
- Since:
- 6.2
- Author:
- O. Kerpershoek, F. van der Meer
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
MatchFunctionList
(IMetaModel model, IMatchTypeFactory factory, IMatchEngineDS datasource, IResourceManager resources) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addMatchFunction
(IMatchFunction function) protected IMatchFunction
getMatchFunction
(String functionName) protected int
protected IMatchFunction[]
protected IMatchTypeFactory
-
Constructor Details
-
MatchFunctionList
protected MatchFunctionList(IMetaModel model, IMatchTypeFactory factory, IMatchEngineDS datasource, IResourceManager resources) throws InitializationException - Throws:
InitializationException
-
-
Method Details
-
getMatchTypeFactory
-
addMatchFunction
- Throws:
InitializationException
-
getMatchFunction
- Throws:
UnknownMatchFunctionException
-
getMatchFunctionCount
protected int getMatchFunctionCount() -
getMatchFunctions
-