|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
MatchListener | Interface MatchListener is implemented by classes that want to be notified of events during the matching process. |
Class Summary | |
JDOMatchEngine | Class JDOMatchEngine provides the match engine functionality, especially targeted at JDO implementations |
MatchEngine | Class MatchEngine performs the matching that is done by JavaMatch. |
MatchResult | Class MatchResult contains the result of a match. |
ResultItem | Class ResultItem contains the match result of a single object and its match value |
Exception Summary | |
MatchException | Class MatchException is the exception class that indicates something went wrong while performing the matching operation |
Package engine contains the core functionality of the JavaMatch Matching Engine.
The matching is done by a call to MatchEngine.executeQuery
. This method has two arguments: The query that is executed
(see net.sourceforge.javamatch.query
for the various queries), and the data
that against which the matching is done. It returns a
MatchResult
, that contains the best matching
ResultItems
.
|
Hosted by |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |