|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.xqhs.graphs.matcher.GraphMatcherQuick.EdgeComparator
public static class GraphMatcherQuick.EdgeComparator
Graph/pattern edge comparator based on label and then hash code.
| Field Summary | |
|---|---|
private MonitorPack |
monitorLink
Link to the object measuring performance of the algorithm in terms of number of compared edges. |
| Constructor Summary | |
|---|---|
GraphMatcherQuick.EdgeComparator(MonitorPack monitor)
Creates an new edge comparator. |
|
| Method Summary | |
|---|---|
int |
compare(Edge e1,
Edge e2)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Comparator |
|---|
equals |
| Field Detail |
|---|
private MonitorPack monitorLink
| Constructor Detail |
|---|
public GraphMatcherQuick.EdgeComparator(MonitorPack monitor)
monitor - - the object measuring performance in terms of edge matches.| Method Detail |
|---|
public int compare(Edge e1,
Edge e2)
compare in interface java.util.Comparator<Edge>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||