Uses of Interface
org.eclipse.emf.compare.diff.metamodel.ComparisonSnapshot

Packages that use ComparisonSnapshot
org.eclipse.emf.compare.diff.metamodel   
org.eclipse.emf.compare.diff.metamodel.impl   
org.eclipse.emf.compare.diff.metamodel.util   
org.eclipse.emf.compare.ui.editor This package provides the editor that can be used on a comparison result exported as an emfdiff file to open EMF Compare's GUI without running the whole comparison process anew. 
org.eclipse.emf.compare.ui.export Provides the API that can be used in order to add new export actions to EMF Compare's GUI. 
 

Uses of ComparisonSnapshot in org.eclipse.emf.compare.diff.metamodel
 

Subinterfaces of ComparisonSnapshot in org.eclipse.emf.compare.diff.metamodel
 interface ComparisonResourceSetSnapshot
          A representation of the model object ' Comparison Resource Set Snapshot'.
 interface ComparisonResourceSnapshot
          A representation of the model object 'Comparison Snapshot'.
 

Uses of ComparisonSnapshot in org.eclipse.emf.compare.diff.metamodel.impl
 

Classes in org.eclipse.emf.compare.diff.metamodel.impl that implement ComparisonSnapshot
 class ComparisonResourceSetSnapshotImpl
          An implementation of the model object ' Comparison Resource Set Snapshot'.
 class ComparisonResourceSnapshotImpl
          An implementation of the model object 'Comparison Snapshot'.
 

Uses of ComparisonSnapshot in org.eclipse.emf.compare.diff.metamodel.util
 

Methods in org.eclipse.emf.compare.diff.metamodel.util with parameters of type ComparisonSnapshot
 T DiffSwitch.caseComparisonSnapshot(ComparisonSnapshot object)
          Returns the result of interpreting the object as an instance of 'Comparison Snapshot'.
 

Uses of ComparisonSnapshot in org.eclipse.emf.compare.ui.editor
 

Constructors in org.eclipse.emf.compare.ui.editor with parameters of type ComparisonSnapshot
ModelCompareEditorInput(ComparisonSnapshot snapshot)
          This constructor takes a ModelInputSnapshot as input.
 

Uses of ComparisonSnapshot in org.eclipse.emf.compare.ui.export
 

Methods in org.eclipse.emf.compare.ui.export with parameters of type ComparisonSnapshot
 void IExportAction.exportSnapshot(ComparisonSnapshot snapshot)
          This will be called when the described action will be triggered.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.