Uses of Class
org.infai.emo.matcher.action.ModelComparator

Packages that use ModelComparator
org.infai.emo.matcher.action   
org.infai.emo.matcher.editor   
 

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

Fields in org.infai.emo.matcher.action declared as ModelComparator
private  ModelComparator ModelMatcher.comparator
          The main class that controls the order of the comparison.
private  ModelComparator MappingBuilder.comparator
          The main class that controls the order of the comparison.
 

Constructors in org.infai.emo.matcher.action with parameters of type ModelComparator
MappingBuilder(Matching baseMatch, ModelComparator comparator)
          Initializes a new MappingBuilder with the matching and the comparator.
ModelMatcher(Matching baseMatch, ModelComparator comparator)
          Constructor initializes the Matcher by setting required data.
 

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

Fields in org.infai.emo.matcher.editor declared as ModelComparator
private  ModelComparator ModelMatcherEditor.modelComparator
          The comparator that is responsible for the whole model-initializing and comparison.
 

Methods in org.infai.emo.matcher.editor that return ModelComparator
 ModelComparator ModelMatcherEditor.getModelComparator()