|
||||||||||
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 GraphMatchingResultsMethod Detail |
---|
public int count()
count
in interface MatchingResult
public void sortByGraphSim()
sortByGraphSim
in interface MatchingResult
public void sortByClusterSim(java.lang.String clusterLabel)
sortByClusterSim
in interface MatchingResult
clusterLabel
- label provided in a matching descriptionpublic void setToFirst()
setToFirst
in interface MatchingResult
public GraphMatchingResult getFirst()
getFirst
in interface MatchingResult
public boolean hasNext()
hasNext
in interface MatchingResult
public GraphMatchingResult next()
next
in interface MatchingResult
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |