Uses of Class
org.eclipse.epsilon.flock.emc.wrappers.Model
-
Packages that use Model Package Description org.eclipse.epsilon.flock.context org.eclipse.epsilon.flock.emc.wrappers org.eclipse.epsilon.flock.execute org.eclipse.epsilon.flock.execute.context -
-
Uses of Model in org.eclipse.epsilon.flock.context
Constructors in org.eclipse.epsilon.flock.context with parameters of type Model Constructor Description ConservativeCopyContext(Model originalModel, Model migratedModel, FlockExecution execution)
EquivalenceEstablishmentContext(Model originalModel, Model migratedModel, IEolContext context, FlockExecution execution)
MigrationStrategyCheckingContext(Model originalModel, FlockExecution execution)
-
Uses of Model in org.eclipse.epsilon.flock.emc.wrappers
Fields in org.eclipse.epsilon.flock.emc.wrappers declared as Model Modifier and Type Field Description protected Model
BackedModelValue. model
Methods in org.eclipse.epsilon.flock.emc.wrappers that return Model Modifier and Type Method Description Model
ModelElement. getModel()
Methods in org.eclipse.epsilon.flock.emc.wrappers with parameters of type Model Modifier and Type Method Description ModelValue<?>
ModelElement. getEquivalentIn(Model model, ConservativeCopyContext context)
abstract ModelValue<?>
ModelValue. getEquivalentIn(Model model, ConservativeCopyContext context)
Object
Model. getUnwrappedEquivalent(Object unwrappedModelElement, Model otherModel, ConservativeCopyContext context)
Object
ModelValue. getUnwrappedEquivalentIn(Model model, ConservativeCopyContext context)
Constructors in org.eclipse.epsilon.flock.emc.wrappers with parameters of type Model Constructor Description BackedModelValue(Model model, UnwrappedType underlyingModelObject)
-
Uses of Model in org.eclipse.epsilon.flock.execute
Methods in org.eclipse.epsilon.flock.execute with parameters of type Model Modifier and Type Method Description FlockResult
FlockExecution. run(Model originalModel)
-
Uses of Model in org.eclipse.epsilon.flock.execute.context
Fields in org.eclipse.epsilon.flock.execute.context declared as Model Modifier and Type Field Description protected Model
FlockContext. migratedModel
protected Model
FlockContext. originalModel
Methods in org.eclipse.epsilon.flock.execute.context that return Model Modifier and Type Method Description Model
FlockContext. getMigratedModel()
Model
FlockContext. getOriginalModel()
-