Uses of Class
org.infai.emo.matcher.editor.pages.ModelComparatorPage

Packages that use ModelComparatorPage
org.infai.emo.matcher.editor   
 

Uses of ModelComparatorPage in org.infai.emo.matcher.editor
 

Fields in org.infai.emo.matcher.editor declared as ModelComparatorPage
private  ModelComparatorPage ModelMatcherEditor.comparatorPage
          The page of this MultiPageEditor that visualizes the matching between both models.
 

Methods in org.infai.emo.matcher.editor that return ModelComparatorPage
 ModelComparatorPage ModelMatcherEditor.getComparatorPage()
           
 

Methods in org.infai.emo.matcher.editor with parameters of type ModelComparatorPage
 void ModelMatcherEditor.setComparatorPage(ModelComparatorPage comparatorPage)