org.metadiff.ext.tucsdiff
Class TucsDiffSetOperation
java.lang.Object
org.metadiff.ext.tucsdiff.TucsDiffOperation
org.metadiff.ext.tucsdiff.TucsDiffSetOperation
- public class TucsDiffSetOperation
- extends TucsDiffOperation
- Author:
- Mark Kofman
Field Summary |
private org.eclipse.emf.ecore.EObject |
eObject
|
private org.eclipse.emf.ecore.EStructuralFeature |
feature
|
private java.lang.Object |
newValue
|
private java.lang.Object |
oldValue
|
Constructor Summary |
TucsDiffSetOperation(org.eclipse.emf.ecore.EObject eObject,
org.eclipse.emf.ecore.EStructuralFeature feature,
java.lang.Object oldValue,
java.lang.Object newValue)
|
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
eObject
private org.eclipse.emf.ecore.EObject eObject
feature
private org.eclipse.emf.ecore.EStructuralFeature feature
oldValue
private java.lang.Object oldValue
newValue
private java.lang.Object newValue
TucsDiffSetOperation
public TucsDiffSetOperation(org.eclipse.emf.ecore.EObject eObject,
org.eclipse.emf.ecore.EStructuralFeature feature,
java.lang.Object oldValue,
java.lang.Object newValue)
toString
public java.lang.String toString()