| Package | Description |
|---|---|
| org.eclipse.emf.edapt.spi.history | |
| org.eclipse.emf.edapt.spi.history.impl | |
| org.eclipse.emf.edapt.spi.history.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Add
A representation of the model object 'Add'.
|
interface |
Remove
A representation of the model object 'Remove'.
|
interface |
Set
A representation of the model object 'Set'.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<ValueChange> |
InitializerChange.getChanges()
Returns the value of the 'Changes' containment reference list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddImpl
An implementation of the model object 'Add'.
|
class |
RemoveImpl
An implementation of the model object 'Remove'.
|
class |
SetImpl
An implementation of the model object 'Set'.
|
class |
ValueChangeImpl
An implementation of the model object 'Value Change'.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<ValueChange> |
CreateImpl.getChanges() |
org.eclipse.emf.common.util.EList<ValueChange> |
InitializerChangeImpl.getChanges() |
| Modifier and Type | Method and Description |
|---|---|
T |
HistorySwitch.caseValueChange(ValueChange object)
Returns the result of interpreting the object as an instance of 'Value Change'.
|
boolean |
HistoryValidator.validateValueChange(ValueChange valueChange,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
Copyright © 2020. All rights reserved.