Package qa.generator.location
Class SmartLocationGenerator2
java.lang.Object
qa.generator.location.QALocationGenerator
qa.generator.location.RandomLocationGenerator
qa.generator.location.SmartLocationGenerator2
- Author:
- mo55
-
Field Summary
Fields inherited from class qa.generator.location.RandomLocationGenerator
logMaxRange, logMinRange
-
Constructor Summary
ConstructorDescriptionSmartLocationGenerator2
(QAControl qaControl, QACluster qaCluster, int totalSequences, double[] rangeLimits) -
Method Summary
Methods inherited from class qa.generator.location.RandomLocationGenerator
getNextLocation, isFinished
Methods inherited from class qa.generator.location.QALocationGenerator
getMaxRange, getMinRange, getQaCluster, getQaControl, getRangeLimits, setRangeLimits
-
Constructor Details
-
Method Details
-
getNominalRange
public double getNominalRange()- Overrides:
getNominalRange
in classQALocationGenerator
- Returns:
- The nominal range to centre the distribution of distances around.
-