|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.fuberlin.wiwiss.semmf.result.impl.MatchingResultImpl
public class MatchingResultImpl
| Field Summary | |
|---|---|
private java.util.List |
gmdList
List holding GraphMatchingResults |
private java.util.Iterator |
it
Iterator over gmdList |
| Constructor Summary | |
|---|---|
MatchingResultImpl(java.util.List gmdList)
Constructor |
|
| Method Summary | |
|---|---|
int |
count()
|
GraphMatchingResult |
getFirst()
|
boolean |
hasNext()
|
GraphMatchingResult |
next()
|
void |
setToFirst()
sets the index of the Iterator to the first (best ranked) element in the List |
void |
sortByClusterSim(java.lang.String clusterLabel)
sorts all GraphMatching results by the given cluster similarity in descending order |
void |
sortByGraphSim()
sorts all GraphMatching results by their overall similarity in descending order |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.util.List gmdList
private java.util.Iterator it
| Constructor Detail |
|---|
public MatchingResultImpl(java.util.List gmdList)
gmdList - List holding GraphMatchingResults| Method Detail |
|---|
public int count()
count in interface MatchingResultpublic void sortByGraphSim()
sortByGraphSim in interface MatchingResultpublic void sortByClusterSim(java.lang.String clusterLabel)
sortByClusterSim in interface MatchingResultclusterLabel - label provided in a matching descriptionpublic void setToFirst()
setToFirst in interface MatchingResultpublic GraphMatchingResult getFirst()
getFirst in interface MatchingResultpublic boolean hasNext()
hasNext in interface MatchingResultpublic GraphMatchingResult next()
next in interface MatchingResult
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||