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.
Constructor Summary |
NSVDEdge(double v,
NonSeqViewComparator or)
|
NSVDEdge(double v,
NonSeqViewComparator or,
double[][] sims)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NSVDEdge
public NSVDEdge(double v,
NonSeqViewComparator or)
NSVDEdge
public NSVDEdge(double v,
NonSeqViewComparator or,
double[][] sims)
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)