Interface Summary |
BlockPicker |
A user extensible component to pick the next block definition to use for
the next matching pass. |
DomainSelector |
Select the domain for each of the standardization groups in a system object |
MatchEngineConfiguration |
A marker interface to implement for a MatchEngine configuration
for a specific match engine adapter implementation |
MatchEngineController |
The interface of the match engine controller. |
Matcher |
Loads and forwards requests to the
adapter interface implementation configured. |
MatcherAPI |
The interface a match engine adapter has to implement to enable communication
between the framework and the specific match engine. |
PassController |
User implementable interface that controls whether to attempt another pass
with the next block. |
Standardizer |
Loads and forwards requests to the
adapter interface implementation configured. |
StandardizerAPI |
The interface a standardization engine adapter has to implement to enable
communication between the framework and the specific standardization engine. |
StandardizerEngineConfiguration |
A marker interface to implement for a StandardizationEngine configuration
for a specific standardization engine adapter implementation |
Class Summary |
BlockPickerHelper |
A Helper class to load the configured implementation class as configured
for the block picker component |
MatchEngineControllerFactory |
The Factory class to create the match engine controller. |
MatchEngineControllerImpl |
The match engine controller provides the main entry point to the
Match Engine Functional Area (MEFA) and exposes the public functionality
to Standardize and Match records. |
MatcherAPIHelper |
A Helper class to load the configured implementation class as configured
for the matcher api component |
MatcherFactory |
Factory class to create instance of MatcherLocal |
MatcherImpl |
Impl class for Matcher. |
MatchOptions |
The options to control the matching and results for the findWeights methods |
MEFAFactory |
Helper class to load configured component implementation classes |
PassControllerHelper |
A Helper class to load the configured implementation class as configured
for the PassController component |
ScoreElement |
Represents the results of a match against a particular object, represented by
it's EUID. |
StandardizerAPIHelper |
A Helper class to load the configured implementation class as configured
for the standardizer api component |
StandardizerFactory |
Factory class to create instance of Standardizer |
StandardizerImpl |
Loads and forwards requests to the
adapter interface implementation configured. |