public interface AbstractModificationRepository<S extends AbstractSeedModifications,T extends AbstractChangePropagationStep> extends EObject
The following features are supported:
ModificationmarksPackage.getAbstractModificationRepository()
Modifier and Type | Method and Description |
---|---|
EList<T> |
getChangePropagationSteps()
Returns the value of the 'Change Propagation Steps' containment reference list.
|
S |
getSeedModifications()
Returns the value of the 'Seed Modifications' containment reference.
|
void |
setSeedModifications(S value)
Sets the value of the '
Seed Modifications ' containment reference. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
S getSeedModifications()
If the meaning of the 'Seed Modifications' containment reference isn't clear, there really should be more of a description here...
setSeedModifications(AbstractSeedModifications)
,
ModificationmarksPackage.getAbstractModificationRepository_SeedModifications()
void setSeedModifications(S value)
Seed Modifications
' containment reference.
value
- the new value of the 'Seed Modifications' containment reference.getSeedModifications()
EList<T> getChangePropagationSteps()
If the meaning of the 'Change Propagation Steps' containment reference list isn't clear, there really should be more of a description here...
ModificationmarksPackage.getAbstractModificationRepository_ChangePropagationSteps()