Uses of Class
org.infai.emo.matcher.util.Model

Packages that use Model
org.infai.emo.matcher.action   
org.infai.emo.matcher.editor   
org.infai.emo.matcher.editor.pages   
org.infai.emo.matcher.impl   
org.infai.emo.matcher.util   
 

Uses of Model in org.infai.emo.matcher.action
 

Fields in org.infai.emo.matcher.action declared as Model
private  Model ModelComparator.leftModel
          The first model that the user has chosen to compare.
private  Model ModelComparator.metaModel
          The metaModel that describes the elements and the structure of the both models.
private  Model ModelComparator.rightModel
          The second model that the user has chosen to compare.
 

Methods in org.infai.emo.matcher.action that return Model
 Model ModelComparator.getLeftModel()
           
 Model ModelComparator.getMetaModel()
           
 Model ModelComparator.getRightModel()
           
private  Model ModelComparator.initModel(org.eclipse.emf.ecore.EObject o)
          Create a model out of the given EObject.
private  Model ModelComparator.initModel(java.lang.String path)
          Create a model out of the given path.
 

Methods in org.infai.emo.matcher.action with parameters of type Model
 Matching ModelComparator.compareTo(Model model1, Model model2)
          This method compares the two given models using the following comparators:
MetaClassComparator AttributeComparator ReferenceComparator ContainerComparator ContentsComparator individually initialized GenericFeatureComparator(s) the PositionComparator (for critical matching-values only)

 

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

Fields in org.infai.emo.matcher.editor declared as Model
private  Model ModelMatcherTreeViewer.treeModel
          The model that contains all elements to be displayed in this tree.
 

Methods in org.infai.emo.matcher.editor that return Model
 Model ModelMatcherTreeViewer.getTreeModel()
           
 

Methods in org.infai.emo.matcher.editor with parameters of type Model
 void ModelMatcherTreeViewer.initInput(Model model, java.lang.String path)
          This method initializes the tree with the given model that resulted of the path given for this model.
 

Uses of Model in org.infai.emo.matcher.editor.pages
 

Fields in org.infai.emo.matcher.editor.pages declared as Model
private  Model ModelComparatorPage.leftModel
          The Model for the left Tree.
private  Model ModelComparatorPage.metaModel
          The MetaModel.
private  Model ModelComparatorPage.rightModel
          The Model for the right Tree.
 

Methods in org.infai.emo.matcher.editor.pages that return Model
 Model ModelComparatorPage.getLeftModel()
           
 Model ModelComparatorPage.getMetaModel()
           
 Model ModelComparatorPage.getRightModel()
           
 

Methods in org.infai.emo.matcher.editor.pages with parameters of type Model
 void DifferencePage.initLeftTree(Model model, java.lang.String path)
          This method initializes the left tree with the given model that resulted of the path given for this model.
 void DifferencePage.initRightTree(Model model, java.lang.String path)
          This method initializes the right tree with the given model that resulted of the path given for this model.
 void ModelComparatorPage.setLeftModel(Model leftModel)
           
 void ModelComparatorPage.setMetaModel(Model metaModel)
           
 void ModelComparatorPage.setRightModel(Model rightModel)
           
 

Uses of Model in org.infai.emo.matcher.impl
 

Fields in org.infai.emo.matcher.impl declared as Model
private  Model PositionComparator.leftModel
          The left model for the comparison.
private  Model PositionComparator.rightModel
          The right model for the comparison.
 

Constructors in org.infai.emo.matcher.impl with parameters of type Model
PositionComparator(Matching previousMatching, Model leftModel, Model rightModel)
          Initialize the comparator with the matching and the models.
 

Uses of Model in org.infai.emo.matcher.util
 

Fields in org.infai.emo.matcher.util declared as Model
private  Model Mapping.leftModel
          The left model of the mapping.
private  Model Mapping.rightModel
          The right model or the mapping.
 

Methods in org.infai.emo.matcher.util that return Model
 Model Mapping.getLeftModel()
           
 Model Mapping.getRightModel()
           
 

Constructors in org.infai.emo.matcher.util with parameters of type Model
Mapping(Model model1, Model model2, boolean crossProduct)
          Method that builds the mapping between the two models by creating tuples for every possible pair of elements of the models.