Uses of Interface
org.metadiff.template.MappingCallback

Packages that use MappingCallback
org.metadiff.ext.generic   
org.metadiff.template Collection of generic and specific extensions distributed with a MetaDiff framework. 
 

Uses of MappingCallback in org.metadiff.ext.generic
 

Methods in org.metadiff.ext.generic with parameters of type MappingCallback
 ModelMapping IdBasedMappingFinder.matchModels(ModelResource sourceA, ModelResource sourceB, MappingCallback callback)
           
 ModelMapping CallbackMappingFinder.matchModels(ModelResource sourceA, ModelResource sourceB, MappingCallback callback)
           
private  ModelMapping CallbackMappingFinder.matchModels(MdrResource sourceA, MdrResource sourceB, MappingCallback callback)
           
 

Uses of MappingCallback in org.metadiff.template
 

Methods in org.metadiff.template with parameters of type MappingCallback
 ModelMapping ModelMappingFinder.matchModels(ModelResource sourceA, ModelResource sourceB, MappingCallback callback)
          takes two models resources as input and returns a mapping between them.