Class NSVDEdge

java.lang.Object
  |
  +--ViewDifference
        |
        +--NSVDEdge

public class NSVDEdge
extends ViewDifference

An NSVDEdge is the result of applying an NSVCEdge to a non-sequential similarity statement.


Field Summary
 
Fields inherited from class ViewDifference
origin, view
 
Constructor Summary
NSVDEdge(double v, NonSeqViewComparator or)
           
NSVDEdge(double v, NonSeqViewComparator or, double[][] sims)
           
 
Method Summary
static java.lang.String doubleToStringOfLength(double d, int length)
           
 boolean empty()
           
 int noEdgeSubgraphs()
           
 java.lang.String toString()
           
 
Methods inherited from class ViewDifference
toGnuplotHeader, toGnuplotString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NSVDEdge

public NSVDEdge(double v,
                NonSeqViewComparator or)

NSVDEdge

public NSVDEdge(double v,
                NonSeqViewComparator or,
                double[][] sims)
Method Detail

noEdgeSubgraphs

public int noEdgeSubgraphs()

empty

public boolean empty()

toString

public java.lang.String toString()
Overrides:
toString in class ViewDifference

doubleToStringOfLength

public static java.lang.String doubleToStringOfLength(double d,
                                                      int length)