Package com.opttek.optquest.heatmap
Interface IKrigTestPointSequence
- All Known Implementing Classes:
COptQuestKrigUserDefinedTestPointSequence
,KrigQuadraticBiasedTestPointSequence
,KrigQuasiRandomTestPointSequence
,KrigRangeScaledTestPointSequence
public interface IKrigTestPointSequence
This is an interface for the Kriging generators to use
implementations how to return points in the sequence every
time ::next() is called. It works like a pseudoiterator
and ::hasNext() is supposed to return if there are more
points in the sequence.
-
Method Summary
-
Method Details
-
hasNext
boolean hasNext() -
next
COptQuestKrigTestPoint next()
-