|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xvsm.selectors.Selector
org.xvsm.selectors.RandomSelector
public class RandomSelector
Field Summary |
---|
Fields inherited from class org.xvsm.selectors.Selector |
---|
CNT_ALL |
Constructor Summary | |
---|---|
RandomSelector()
Default Constructor with default count 1. |
|
RandomSelector(int count)
Constructor with count as parameter. |
Method Summary | |
---|---|
java.util.Properties |
getProperties()
Get the properties of this Selector. |
void |
setProperties(java.util.Properties properties)
Sets the properties of this Selector. |
java.lang.String |
toString()
|
Methods inherited from class org.xvsm.selectors.Selector |
---|
getCount, setCount |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RandomSelector()
public RandomSelector(int count)
count
- the count of the selector.Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Properties getProperties()
null
or an empty properties object can be
returned.
getProperties
in class Selector
public void setProperties(java.util.Properties properties)
setProperties
in class Selector
properties
- the properties
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |