25package umontreal.ssj.hups;
57 protected String label;
84 return set.iterator();
111 return set.getNumPoints();
140 return (
"RQMC with point set" +
set.
toString() +
" " + rand.toString());
This abstract class represents a general point set.
void randomize()
Randomizes the point set.
PointSet getPointSet()
Returns the point set associated to this object.
String toString()
For now, just returns the label for the associated RQMC point set.
int getNumPoints()
Returns the number of points in the associated point set.
PointSetRandomization getRandomization()
Returns the randomization associated to this object.
String getLabel()
Returns the label for the associated RQMC point set.
void setLabel(String label)
Gives a label (a short string) to identify this object, e.g., when making plots.
RQMCPointSet(PointSet p, PointSetRandomization rand)
Constructor with the point set p and the randomization rand.
PointSetIterator iterator()
Returns a new point set iterator for the point set associated to this object.
This is the interface for iterators that permit one to go through the points of a PointSet and the su...
This interface is for a randomization that can be used to randomize a umontreal.ssj....