edu.UCL.xmiddle.lib.reconciliation
Class startTestRec

java.lang.Object
  |
  +--edu.UCL.xmiddle.lib.reconciliation.startTestRec

public class startTestRec
extends java.lang.Object

Title: startTest

A starter for some tests

Copyright: Copyright (c) 2002


Field Summary
 org.w3c.dom.Document dataSchema
           
 org.w3c.dom.Document latestCommonTree
           
 org.w3c.dom.Document treeA
           
 org.w3c.dom.Document treeB
           
 org.w3c.dom.Document treeRec
           
 
Constructor Summary
startTestRec()
          Debug method ----only for testing----
 
Method Summary
 void executeReconciliation()
          Debug method ----only for testing----
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

treeA

public org.w3c.dom.Document treeA

treeB

public org.w3c.dom.Document treeB

latestCommonTree

public org.w3c.dom.Document latestCommonTree

dataSchema

public org.w3c.dom.Document dataSchema

treeRec

public org.w3c.dom.Document treeRec
Constructor Detail

startTestRec

public startTestRec()
Debug method ----only for testing----

Method Detail

executeReconciliation

public void executeReconciliation()
Debug method ----only for testing----


main

public static void main(java.lang.String[] args)