Uses of Class
cz.vutbr.fit.atomicity.AtomicityCollection

Packages that use AtomicityCollection
cz.vutbr.fit.atomicity   
cz.vutbr.fit.findbugs.atom.detect   
cz.vutbr.fit.racedetector Race detector for IBM ConTest What is a data race? 
 

Uses of AtomicityCollection in cz.vutbr.fit.atomicity
 

Methods in cz.vutbr.fit.atomicity with parameters of type AtomicityCollection
 void AtomicityCollection.addAll(AtomicityCollection ac)
          Add a new atomicity to the collection.
 void AtomicityCollection.removeAll(AtomicityCollection remCollection)
          Removes from this atomicity collection all records that are presented in the given atomicity collection.
 

Uses of AtomicityCollection in cz.vutbr.fit.findbugs.atom.detect
 

Methods in cz.vutbr.fit.findbugs.atom.detect that return AtomicityCollection
 AtomicityCollection AtomCollection.getAtomicityCol()
          The main functionality function.
protected static AtomicityCollection FilterAtomicPattern.joinSameLineAtomicity(AtomicityCollection atc)
           
 

Methods in cz.vutbr.fit.findbugs.atom.detect with parameters of type AtomicityCollection
protected static AtomicityCollection FilterAtomicPattern.joinSameLineAtomicity(AtomicityCollection atc)
           
 

Uses of AtomicityCollection in cz.vutbr.fit.racedetector
 

Fields in cz.vutbr.fit.racedetector declared as AtomicityCollection
protected static AtomicityCollection RaceDetector.atomicity
           
protected static AtomicityCollection AtomRaceDetect.violatedAtomicityCol