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

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

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

Subclasses of StructureComparator in org.infai.emo.matcher.impl
 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.
 

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

Constructors in org.infai.emo.matcher.util with parameters of type StructureComparator
Matching(StructureComparator comparator)
          New Matching with the specified comparator of type StructureComparator.