Uses of Interface
qa.generator.clusters.QACluster
Packages that use QACluster
Package
Description
-
Uses of QACluster in qa
Modifier and TypeMethodDescriptionQAControl.findCluster
(String clusterName) find a cluster from it's name.Modifier and TypeMethodDescriptionQAParameters.getClusterParameters
(QACluster qaCluster) Get cluster specific parameters.QAControl.getClusterPrimaryDetector
(QACluster qaCluster) Get the primary detection data block for a cluster.void
QAParameters.setClusterParameters
(QACluster qaCluster, ClusterParameters clusterParameters) Set cluster specific parameters -
Uses of QACluster in qa.analyser
Methods in qa.analyser that return types with arguments of type QAClusterModifier and TypeMethodDescriptionQAQueuedTask.getUniqueClusters()
Get a list of unique clusters represented in these dataMethods in qa.analyser with parameters of type QAClusterModifier and TypeMethodDescriptionboolean
QAAnalyser.canDetectCluster
(QACluster qaCluster, PamDataBlock dataBlock) QAQueuedTask.getTestsForCluster
(QACluster cluster) Get the tests associated with a particular cluster. -
Uses of QACluster in qa.generator
Methods in qa.generator with parameters of type QAClusterModifier and TypeMethodDescriptionQAGeneratorProcess.addTestSet
(String testType, QACluster cluster, QALocationGenerator locationGenerator) -
Uses of QACluster in qa.generator.clusters
Classes in qa.generator.clusters that implement QAClusterModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
Using Munger SL distribution of 178/176.class
class
-
Uses of QACluster in qa.generator.location
Methods in qa.generator.location that return QAClusterMethods in qa.generator.location with parameters of type QAClusterModifier and TypeMethodDescriptionLocationManager.makeLocationGenerator
(String locGenName, QACluster cluster, int totalSequences, double[] rangeLimits) static 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.Constructors in qa.generator.location with parameters of type QAClusterModifierConstructorDescriptionQALocationGenerator
(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 QACluster in qa.generator.testset
Methods in qa.generator.testset that return QAClusterMethods in qa.generator.testset with parameters of type QAClusterConstructors in qa.generator.testset with parameters of type QAClusterModifierConstructorDescriptionLongRandomTestSet
(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) ViewerTestSet
(String signalType, QACluster qaCluster, String version, int nSequences, Long endTime) -
Uses of QACluster in qa.swing
Modifier and TypeMethodDescriptionvoid
ClusterSelectionListener.clusterSelected
(QACluster qaCluster, int column, boolean selected) void
ClusterSelectPanel.enableSelection
(QACluster qaCluster, int iColumn, boolean enable) Enable a Checkbox in the selectionboolean
ClusterSelectPanel.getSelection
(QACluster qaCluster, int iColumn) Get whether a particular cluster is selected or not.void
ClusterSelectPanel.setSelection
(QACluster qaCluster, int iColumn, boolean select) Set whether a particular cluster is selected or not.Modifier and TypeMethodDescriptionvoid
ClusterSelectPanel.setClusterList
(ArrayList<QACluster> clusterList) void
TestSelectPanel.setClusterList
(ArrayList<QACluster> clusterList)