|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DiffResourceSet | |
---|---|
org.eclipse.emf.compare.diff.metamodel | |
org.eclipse.emf.compare.diff.metamodel.impl | |
org.eclipse.emf.compare.diff.metamodel.util | |
org.eclipse.emf.compare.diff.service | Provides differencing service for models. |
org.eclipse.emf.compare.ui | This package provides the GUI components used to display EMF Compare's comparison results. |
Uses of DiffResourceSet in org.eclipse.emf.compare.diff.metamodel |
---|
Methods in org.eclipse.emf.compare.diff.metamodel that return DiffResourceSet | |
---|---|
DiffResourceSet |
DiffFactory.createDiffResourceSet()
Returns a new object of class 'Resource Set' |
DiffResourceSet |
ComparisonResourceSetSnapshot.getDiffResourceSet()
Returns the value of the 'Diff Resource Set' containment reference |
Methods in org.eclipse.emf.compare.diff.metamodel with parameters of type DiffResourceSet | |
---|---|
void |
ComparisonResourceSetSnapshot.setDiffResourceSet(DiffResourceSet value)
Sets the value of the ' Diff Resource Set ' containment reference |
Uses of DiffResourceSet in org.eclipse.emf.compare.diff.metamodel.impl |
---|
Classes in org.eclipse.emf.compare.diff.metamodel.impl that implement DiffResourceSet | |
---|---|
class |
DiffResourceSetImpl
An implementation of the model object 'Resource Set'. |
Fields in org.eclipse.emf.compare.diff.metamodel.impl declared as DiffResourceSet | |
---|---|
protected DiffResourceSet |
ComparisonResourceSetSnapshotImpl.diffResourceSet
The cached value of the ' Diff Resource Set ' containment reference |
Methods in org.eclipse.emf.compare.diff.metamodel.impl that return DiffResourceSet | |
---|---|
DiffResourceSet |
DiffFactoryImpl.createDiffResourceSet()
|
DiffResourceSet |
ComparisonResourceSetSnapshotImpl.getDiffResourceSet()
|
Methods in org.eclipse.emf.compare.diff.metamodel.impl with parameters of type DiffResourceSet | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ComparisonResourceSetSnapshotImpl.basicSetDiffResourceSet(DiffResourceSet newDiffResourceSet,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
ComparisonResourceSetSnapshotImpl.setDiffResourceSet(DiffResourceSet newDiffResourceSet)
|
Uses of DiffResourceSet in org.eclipse.emf.compare.diff.metamodel.util |
---|
Methods in org.eclipse.emf.compare.diff.metamodel.util with parameters of type DiffResourceSet | |
---|---|
T |
DiffSwitch.caseDiffResourceSet(DiffResourceSet object)
Returns the result of interpreting the object as an instance of 'Resource Set'. |
Uses of DiffResourceSet in org.eclipse.emf.compare.diff.service |
---|
Methods in org.eclipse.emf.compare.diff.service that return DiffResourceSet | |
---|---|
static DiffResourceSet |
DiffService.doDiff(MatchResourceSet matchResourceSet)
Returns a DiffResourceSet created by differencing all MatchModels contained by match . |
static DiffResourceSet |
DiffService.doDiff(MatchResourceSet matchResourceSet,
boolean threeWay)
Returns a DiffResourceSet created by differencing all MatchModels contained by match . |
Uses of DiffResourceSet in org.eclipse.emf.compare.ui |
---|
Constructors in org.eclipse.emf.compare.ui with parameters of type DiffResourceSet | |
---|---|
ModelCompareInput(MatchResourceSet matchResourceset,
DiffResourceSet diffResourceSet)
Creates a CompareInput given the resulting match and diff of the comparison. |
|
ModelCompareInput(MatchResourceSet matchResourceset,
DiffResourceSet diffResourceSet,
ICompareInputDetailsProvider provider)
Creates a CompareInput given the resulting match and diff of the comparison. |
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |