Class ViewDifference

java.lang.Object
  |
  +--ViewDifference
Direct Known Subclasses:
NSVCBagIRDifference, NSVDEdge, NSVDVertex

public class ViewDifference
extends java.lang.Object

A ViewDifference is the result of the application of a ViewComparator to two Subgraphs.


Field Summary
 ViewComparator origin
          The ViewComparator that produced this ViewDifference.
 double view
          The overall result or value of this ViewDifference.
 
Constructor Summary
ViewDifference(double v, ViewComparator or)
           
 
Method Summary
 java.lang.String toGnuplotHeader()
           
 java.lang.String toGnuplotString()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

origin

public ViewComparator origin
The ViewComparator that produced this ViewDifference.


view

public double view
The overall result or value of this ViewDifference.

Constructor Detail

ViewDifference

public ViewDifference(double v,
                      ViewComparator or)
Method Detail

toString

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

toGnuplotString

public java.lang.String toGnuplotString()

toGnuplotHeader

public java.lang.String toGnuplotHeader()