Uses of Class
qa.generator.location.QALocationGenerator
-
Uses of QALocationGenerator in qa.generator
Modifier and TypeMethodDescriptionQAGeneratorProcess.addTestSet
(String testType, QACluster cluster, QALocationGenerator locationGenerator) -
Uses of QALocationGenerator in qa.generator.location
Modifier 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
Modifier and TypeMethodDescriptionLocationManager.makeLocationGenerator
(String locGenName, QACluster cluster, int totalSequences, double[] rangeLimits) -
Uses of QALocationGenerator in qa.generator.testset
ModifierConstructorDescriptionLongRandomTestSet
(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)