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 Subgraph
s.
Field Summary |
ViewComparator |
origin
The ViewComparator that produced this ViewDifference. |
double |
view
The overall result or value of this ViewDifference. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
origin
public ViewComparator origin
- The ViewComparator that produced this ViewDifference.
view
public double view
- The overall result or value of this ViewDifference.
ViewDifference
public ViewDifference(double v,
ViewComparator or)
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()