Package qa.generator.clusters
Class DolphinWhistlesCluster
java.lang.Object
qa.generator.clusters.StandardQACluster
qa.generator.clusters.DolphinWhistlesCluster
- All Implemented Interfaces:
QACluster
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the primary detection type in the form of a class type for a PamDataUnit.Methods inherited from class qa.generator.clusters.StandardQACluster
getDepthDistribution, getFrequencyRange, getName, getSequenceGenerator, getSoundGenerator, getVersion, setSequenceGenerator, setSoundGenerator
-
Constructor Details
-
DolphinWhistlesCluster
public DolphinWhistlesCluster()
-
-
Method Details
-
getPrimaryDetectorType
Description copied from interface:QACluster
Get the primary detection type in the form of a class type for a PamDataUnit.
This will be used to set a default primary detector prior to the user selecting one.- Returns:
- type of primary detector (generally whistles or clicks).
-