|
SSJ V. 2.6.2. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object umontreal.iro.lecuyer.hups.EmptyRandomization
public class EmptyRandomization
This class implements an empty
PointSetRandomization
.
The method randomize
does nothing.
The internal stream is never used.
This class can be used in methods where a randomization is needed
but you don't want one.
Constructor Summary | |
---|---|
EmptyRandomization()
|
Method Summary | |
---|---|
RandomStream |
getStream()
Returns the internal RandomStream . |
void |
randomize(PointSet p)
This method does nothing. |
void |
setStream(RandomStream stream)
Sets the internal RandomStream to
stream. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EmptyRandomization()
Method Detail |
---|
public void randomize(PointSet p)
randomize
in interface PointSetRandomization
p
- Point set to randomizepublic void setStream(RandomStream stream)
RandomStream
to
stream.
setStream
in interface PointSetRandomization
stream
- stream to use in the randomizationpublic RandomStream getStream()
RandomStream
.
getStream
in interface PointSetRandomization
|
SSJ V. 2.6.2. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |