Class MigrationStrategy
java.lang.Object
org.eclipse.epsilon.flock.model.domain.MigrationStrategy
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<ModuleElement>
protected MigrateRules
protected TypeMappingConstructs
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addRule
(MigrateRule rule) void
addTypeMappingConstruct
(TypeMappingConstruct typeMappingConstruct) void
applyRulesTo
(MigrateRuleContext context) void
createEquivalence
(TypeMappingContext context) ignoredPropertiesFor
(MigrateRuleContext context)
-
Field Details
-
children
-
typeMappingConstructs
-
migrateRules
-
-
Constructor Details
-
MigrationStrategy
-
-
Method Details
-
getTypeMappingConstructs
-
getTypeMappingsAndRules
-
addTypeMappingConstruct
-
createEquivalence
- Throws:
EolRuntimeException
-
addRule
-
checkTypeMappingsAndRules
-
ignoredPropertiesFor
public IgnoredProperties ignoredPropertiesFor(MigrateRuleContext context) throws EolRuntimeException - Throws:
EolRuntimeException
-
applyRulesTo
- Throws:
EolRuntimeException
-