Class ComparisonEngine

java.lang.Object
  |
  +--ComparisonEngine

public class ComparisonEngine
extends java.lang.Object

The class `ComparisonEngine' contains the procedure that drives the comparison of two EXPRESS models. This class is not meant to be instantiated.


Field Summary
static PrettyPrint _prettyPrint
           
 
Constructor Summary
ComparisonEngine()
           
 
Method Summary
static void compareModels(Frame model1, Frame model2)
          Compares two EXPRESS models, establishing correspondences between their schemata.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_prettyPrint

public static PrettyPrint _prettyPrint
Constructor Detail

ComparisonEngine

public ComparisonEngine()
Method Detail

compareModels

public static void compareModels(Frame model1,
                                 Frame model2)
Compares two EXPRESS models, establishing correspondences between their schemata.
Parameters:
model1 - The first EXPRESS model frame.
model2 - The second EXPRESS model frame.