|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ViewComparator
The view comparator produces a comparison value for the views of
the two subgraphs of a given SimilarityStatement
.
Field Summary | |
java.lang.String |
name
The label of this ViewComparator. |
Constructor Summary | |
ViewComparator()
|
Method Summary | |
abstract ViewDifference |
compare(SimilarityStatement ss)
Compare must be defined in subclasses of ViewComparator. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String name
Constructor Detail |
public ViewComparator()
Method Detail |
public abstract ViewDifference compare(SimilarityStatement ss)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |