public class SourceSynchronizationOperation
extends java.lang.Object
implements org.eclipse.gmf.runtime.common.core.service.IOperation
Constructor and Description |
---|
SourceSynchronizationOperation(ModelChangeDelta object)
Constructor that takes in the delta that will be used to emit a command
to modify the source code.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
java.lang.Object |
execute(org.eclipse.gmf.runtime.common.core.service.IProvider provider) |
ModelChangeDelta |
getDelta()
Returns the ModelChangeDelta specified in the constructor.
|
java.util.Set |
getParticipantIDs()
Returns the participant IDs of the delta specified in the constructor.
|
int |
hashCode() |
public SourceSynchronizationOperation(ModelChangeDelta object)
object
- ModelChangeDelta the delta that will be used to emit a
command to modify the source code.public java.util.Set getParticipantIDs()
public java.lang.Object execute(org.eclipse.gmf.runtime.common.core.service.IProvider provider)
execute
in interface org.eclipse.gmf.runtime.common.core.service.IOperation
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public final ModelChangeDelta getDelta()