Interface IEMFComparisonSource
public interface IEMFComparisonSource
This adapter is used by EMFCompare to check if a compare button especially for EMFCompare should be added.
- Since:
- 4.2
-
Method Summary
Modifier and Type Method Description java.lang.StringgetName()A human readable name for the comparison source.StorageTraversalgetStorageTraversal()TheStorageTraversalwhich shall be used by EMFCompare.
-
Method Details
-
getName
java.lang.String getName()A human readable name for the comparison source.- Returns:
- The name of this comparison source.
-
getStorageTraversal
StorageTraversal getStorageTraversal()TheStorageTraversalwhich shall be used by EMFCompare.- Returns:
- The traversal which shall be used by EMFCompare.
-