|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ComparisonEngine
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 |
public static PrettyPrint _prettyPrint
Constructor Detail |
public ComparisonEngine()
Method Detail |
public static void compareModels(Frame model1, Frame model2)
model1
- The first EXPRESS model frame.model2
- The second EXPRESS model frame.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |