|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Match.Candidacy | |
---|---|
net.xqhs.graphs.matcher | This package contains the definition of the net.xqhs.graphs.matcher.GraphMatcher interface and the
GraphMatcherQuick implementation. |
Uses of Match.Candidacy in net.xqhs.graphs.matcher |
---|
Methods in net.xqhs.graphs.matcher that return Match.Candidacy | |
---|---|
Match.Candidacy |
Match.considerCandidate(Match mc,
java.util.Map<Edge,java.util.Set<Match>> eMatchIndex,
java.util.Map<Edge,java.util.Set<Match>> ePMatchIndex,
MonitorPack monitor)
The method checks if the given match is a merge candidate for this match, and if it is, the matches are added to the merge candidate lists of each other. |
Match.Candidacy |
Match.getCandidacy(Match mc,
java.util.Map<Edge,java.util.Set<Match>> eMatchIndex,
java.util.Map<Edge,java.util.Set<Match>> ePMatchIndex,
MonitorPack monitor)
The method checks whether another match can be considered as a candidate for merger with this match, and, if yes, what kind (see Match.Candidacy ). |
protected Match.Candidacy |
Match.getCandidacyInternal(Match mc,
MonitorPack monitor)
Internal method that tests candidacy status based solely on internal properties of the matches. |
static Match.Candidacy |
Match.Candidacy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Match.Candidacy[] |
Match.Candidacy.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |