cz.vutbr.fit.atomicity
Class RemoveAtomicity

java.lang.Object
  extended by cz.vutbr.fit.atomicity.RemoveAtomicity

public class RemoveAtomicity
extends java.lang.Object

This class implements a tool for removing violated atomicities from the set of atomicities to be checked.

The first argument represents the XML file that should be modify and the second arguments represents the file with the violated atomicities.

Author:
zdenek

Constructor Summary
RemoveAtomicity()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveAtomicity

public RemoveAtomicity()
Method Detail

main

public static void main(java.lang.String[] args)
The main program. Opens and load both XML files, remove from the first atomicity collection all atomicities present also in the second and store the new atomicity to the first XML file.

The first argument represents the XML file that should be modify and the second arguments represents the file with the violated atomicities.

Parameters:
args -