public interface Resolution
extends org.eclipse.emf.ecore.EObject
Modifier and Type | Method and Description |
---|---|
void |
apply()
Applies the resolution to the merged resource.
|
Delta |
getDelta()
Returns the delta to resolve.
|
DeltaResolver |
getDeltaResolver()
Retrieve the delta resolver.
|
ResolutionType |
getType()
Returns the type.
|
void |
unapply()
Unapplies the resolution to the merged resource.
|
ResolutionType getType()
Delta getDelta()
void apply()
void unapply()
DeltaResolver getDeltaResolver()