| Package | Description |
|---|---|
| org.eclipse.epsilon.flock | |
| org.eclipse.epsilon.flock.emc.wrappers | |
| org.eclipse.epsilon.flock.equivalences |
| Modifier and Type | Method and Description |
|---|---|
ConservativeCopyContext |
IFlockContext.getConservativeCopyContext() |
ConservativeCopyContext |
FlockContext.getConservativeCopyContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelElement.conservativelySetValueForProperty(ModelValue<?> equivalentValue,
java.lang.String propertyName,
ConservativeCopyContext context) |
abstract ModelValue<?> |
ModelValue.getEquivalentIn(Model model,
ConservativeCopyContext context) |
ModelValue<?> |
ModelElement.getEquivalentIn(Model model,
ConservativeCopyContext context) |
java.lang.Object |
Model.getUnwrappedEquivalent(java.lang.Object unwrappedModelElement,
Model otherModel,
ConservativeCopyContext context) |
java.lang.Object |
ModelValue.getUnwrappedEquivalentIn(Model model,
ConservativeCopyContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeBasedEquivalence.automaticallyPopulateEquivalent(ConservativeCopyContext context,
IgnoredProperties ignoredProperties) |
void |
NoEquivalence.automaticallyPopulateEquivalent(ConservativeCopyContext context,
IgnoredProperties ignoredProperties) |
abstract void |
Equivalence.automaticallyPopulateEquivalent(ConservativeCopyContext context,
IgnoredProperties ignoredProperties) |
void |
Equivalences.conservativeCopy(MigrationStrategy strategy,
ConservativeCopyContext context) |
| Constructor and Description |
|---|
TypeBasedEquivalence.ConservativeCopy(ConservativeCopyContext context) |
TypeBasedEquivalence.ConservativeCopy(ConservativeCopyContext context,
IgnoredProperties ignoredProperties) |