Class ViewComparator

java.lang.Object
  |
  +--ViewComparator
Direct Known Subclasses:
NonSeqViewComparator, SeqViewComparator

public abstract class ViewComparator
extends java.lang.Object

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

name

public java.lang.String name
The label of this ViewComparator.

Constructor Detail

ViewComparator

public ViewComparator()
Method Detail

compare

public abstract ViewDifference compare(SimilarityStatement ss)
Compare must be defined in subclasses of ViewComparator.