com.softwareag.mdm.service.comparison
Class NodeDifference

java.lang.Object
  extended bycom.softwareag.mdm.service.comparison.NodeDifference

public class NodeDifference
extends Object

Represents the finest granularity of comparison, the difference between the values of two adaptations' nodes.


Constructor Summary
NodeDifference(Object leftValue, Path leftValuePath, Object rightValue, Path rightValuePath)
           
 
Method Summary
 Object getLeftValue()
           
 Path getLeftValuePath()
           
 Object getRightValue()
           
 Path getRightValuePath()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodeDifference

public NodeDifference(Object leftValue,
                      Path leftValuePath,
                      Object rightValue,
                      Path rightValuePath)
Method Detail

toString

public String toString()

getLeftValue

public Object getLeftValue()

getLeftValuePath

public Path getLeftValuePath()

getRightValue

public Object getRightValue()

getRightValuePath

public Path getRightValuePath()


(report a bug)
webMethods MDM 4.2.8 [0558]
Copyright Software AG 2000-2007. All rights reserved.