Modifier and Type | Method and Description |
---|---|
ResourceAttachmentChange |
CompareFactory.createResourceAttachmentChange()
Returns a new object of class 'Resource Attachment Change'
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultConflictDetector.checkResourceAttachmentConflict(Comparison comparison,
ResourceAttachmentChange diff,
Iterable<Diff> candidates)
This will be called once for each ResourceAttachmentChange in the comparison model.
|
protected void |
DefaultConflictDetector.checkResourceAttachmentConflict(Comparison comparison,
ResourceAttachmentChange diff,
ReferenceChange candidate)
This will be called from
DefaultConflictDetector.checkResourceAttachmentConflict(Comparison, ResourceAttachmentChange, Iterable) for each
ReferenceChange in the comparison model that is on the other side and that impacts the changed root. |
Modifier and Type | Class and Description |
---|---|
class |
ResourceAttachmentChangeImpl
An implementation of the model object 'Resource Attachment Change'
|
Modifier and Type | Method and Description |
---|---|
ResourceAttachmentChange |
CompareFactoryImpl.createResourceAttachmentChange() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractChangeFactory.isRelatedToAnExtensionAdd(ResourceAttachmentChange input)
Check if the given resource attachment change is related to a graphical add.
|
protected boolean |
AbstractChangeFactory.isRelatedToAnExtensionChange(ResourceAttachmentChange input)
Check if the given resource attachment change is related to a graphical change.
|
protected boolean |
AbstractChangeFactory.isRelatedToAnExtensionDelete(ResourceAttachmentChange input)
Check if the given resource attachment change is related to a graphical delete.
|
protected boolean |
AbstractChangeFactory.isRelatedToAnExtensionMove(ResourceAttachmentChange input)
Check if the given resource attachment change is related to a graphical ;ove.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceAttachmentChangeSpec
This specialization of the
ResourceAttachmentChangeImpl class allows us to define the derived
features and operations implementations. |
Modifier and Type | Method and Description |
---|---|
protected void |
ResourceAttachmentChangeMerger.addInTarget(ResourceAttachmentChange diff,
boolean rightToLeft)
This will be called when we need to create an element in the target side.
|
protected void |
ResourceAttachmentChangeMerger.removeFromTarget(ResourceAttachmentChange diff,
boolean rightToLeft)
This will be called when we need to remove an element from the target side.
|
Modifier and Type | Method and Description |
---|---|
T |
CompareSwitch.caseResourceAttachmentChange(ResourceAttachmentChange object)
Returns the result of interpreting the object as an instance of 'Resource Attachment Change'
|
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.