Uses of Class
qa.QAControl
Package
Description
-
Uses of QAControl in qa
ModifierConstructorDescriptionQADataProcess
(QAControl qaControl, boolean isGenerator) RandomTestManager
(QAControl qaControl) -
Uses of QAControl in qa.analyser
-
Uses of QAControl in qa.database
ModifierConstructorDescriptionQASoundLogging
(QAControl qaControl, QASoundDataBlock qaGeneratorDataBlock) QATestLogging
(QAControl qaControl, SuperDetDataBlock pamDataBlock) -
Uses of QAControl in qa.generator
-
Uses of QAControl in qa.generator.location
Modifier and TypeMethodDescriptionstatic SetDistanceGenerator
SetDistanceGenerator.makeSteppedGenerator
(QAControl qaControl, QACluster cluster, int totalSequences, double[] rangeLimits) Make a stepped generator, starting at 1/3 nom range and working up to 3x nom range.ModifierConstructorDescriptionLocationManager
(QAControl qaControl) QALocationGenerator
(QAControl qaControl, QACluster qaCluster, double[] rangeLimits) RandomLocationGenerator
(QAControl qaControl, QACluster qaCluster, int totalSequences, double[] rangeLimits) SetDistanceGenerator
(QAControl qaControl, QACluster qaCluster, double[] distances, double[] rangeLimits) SmartLocationGenerator
(QAControl qaControl, QACluster qaCluster, int nLocations, double[] rangeLimits) SmartLocationGenerator2
(QAControl qaControl, QACluster qaCluster, int totalSequences, double[] rangeLimits) -
Uses of QAControl 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. -
Uses of QAControl in qa.monitor
-
Uses of QAControl in qa.operations
-
Uses of QAControl in qa.swing
ModifierConstructorDescriptionClusterSelectPanel
(QAControl qaControl, String[] colNames) OpsOptionsPanel
(QAControl qaControl) QACrossMatchPanel
(QAControl qaControl) QADisplayPanel
(QAControl qaControl) QADisplayProvider
(QAControl qaControl) QAMainPanel
(QAControl qaControl) QAOperationsDisplays
(QAControl qaControl, QAOperationsStatus qaOperationsStatus) QAOpsTable
(QAControl qaControl, PamDataBlock<QAOpsDataUnit> pamDataBlock) QASidePanel
(QAControl qaControl) QATestManagerPanel
(QAControl qaControl) QATestTable
(QAControl qaControl, QATestDataBlock pamDataBlock) TestSelectPanel
(QAControl qaControl, String[] colNames)