Uses of Class
qa.generator.location.QALocationGenerator
Packages that use QALocationGenerator
-
Uses of QALocationGenerator in qa.generator
Methods in qa.generator with parameters of type QALocationGeneratorModifier and TypeMethodDescriptionQAGeneratorProcess.addTestSet
(String testType, QACluster cluster, QALocationGenerator locationGenerator) -
Uses of QALocationGenerator in qa.generator.location
Subclasses of QALocationGenerator in qa.generator.locationModifier and TypeClassDescriptionclass
class
Create locations for the source at a preset list of distances from the receiver reference.class
Smart location tester which processes previous sequences to see how many hits they got and then dynamically tries to chose a sensible place for the next set.class
Methods in qa.generator.location that return QALocationGeneratorModifier and TypeMethodDescriptionLocationManager.makeLocationGenerator
(String locGenName, QACluster cluster, int totalSequences, double[] rangeLimits) -
Uses of QALocationGenerator in qa.generator.testset
Methods in qa.generator.testset that return QALocationGeneratorConstructors in qa.generator.testset with parameters of type QALocationGeneratorModifierConstructorDescriptionLongRandomTestSet
(QAControl qaControl, String testName, QALocationGenerator locationGenerator, QACluster qaCluster, double sampleRate, long currentSample) Generate a long term test set, which will basically go on for ever, repeating if it's sequenced, or continuing with random or smart generated sequences.QATestSet
(String testName, QALocationGenerator locationGenerator, QACluster qaCluster, double sampleRate) SimpleTestSet
(String testName, QALocationGenerator locationGenerator, QACluster qaCluster, double sampleRate, long currentSample)