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

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

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

Subclasses of ElementComparator in org.infai.emo.matcher.impl
 class AttributeComparator
          Class for comparing the attributes of two elements.
 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 ElementComparator in org.infai.emo.matcher.util
 

Constructors in org.infai.emo.matcher.util with parameters of type ElementComparator
Matching(Mapping map, ElementComparator comparator)
          Creates a new Matching with the specified mapping.