|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RaceDetector.DetectorImplementation | |
---|---|
cz.vutbr.fit.racedetector | Race detector for IBM ConTest What is a data race? |
Uses of RaceDetector.DetectorImplementation in cz.vutbr.fit.racedetector |
---|
Fields in cz.vutbr.fit.racedetector declared as RaceDetector.DetectorImplementation | |
---|---|
protected static RaceDetector.DetectorImplementation |
RaceDetector.DETECTOR
Algorithm that will be used for race detecting. |
Methods in cz.vutbr.fit.racedetector that return RaceDetector.DetectorImplementation | |
---|---|
static RaceDetector.DetectorImplementation |
RaceDetector.DetectorImplementation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RaceDetector.DetectorImplementation[] |
RaceDetector.DetectorImplementation.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Constructors in cz.vutbr.fit.racedetector with parameters of type RaceDetector.DetectorImplementation | |
---|---|
RaceDetector(RaceDetector.DetectorImplementation detectorType,
Detector detectorInstance)
Main constructor called by ConTest. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |