Uses of Class
org.infai.emo.matcher.Comparator

Packages that use Comparator
org.infai.emo.matcher   
org.infai.emo.matcher.impl   
org.infai.emo.matcher.util   
 

Uses of Comparator in org.infai.emo.matcher
 

Subclasses of Comparator in org.infai.emo.matcher
 class ElementComparator
          Abstract class for comparing two elements.
 class StructureComparator
          Abstract class for comparing two elements in context of the model structure.
 

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

Subclasses of Comparator in org.infai.emo.matcher.impl
 class AttributeComparator
          Class for comparing the attributes of two elements.
 class ContainerComparator
          This comparator is used to calculate the matching of two elements which are containments of other elements in the model.
 class ContentsComparator
          Compares the contents, thus the children of the two elements if you watch the models in a tree notation.
 class GenericFeatureComparator
          This Comparator is used to compare one specific feature of both elements.
 class MetaClassComparator
          Comparator for comparing two elements by testing their metaClasses on equality.
 class NullComparator
          Comparator for initializing the comparison-process with zero-values.
 class ReferenceComparator
          Class for comparing the references of two elements.
 

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

Fields in org.infai.emo.matcher.util declared as Comparator
private  Comparator Matching.comparator
          The comparator that was used to build up the actual matching.
 

Methods in org.infai.emo.matcher.util that return Comparator
 Comparator Matching.getComparator()