|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectweka.core.setupgenerator.AbstractParameter
weka.core.setupgenerator.ListParameter
public class ListParameter
Container class for search parameters.
| Field Summary | |
|---|---|
protected String[] |
m_List
the explicit list of values to use. |
| Fields inherited from class weka.core.setupgenerator.AbstractParameter |
|---|
m_Property |
| Constructor Summary | |
|---|---|
ListParameter()
|
|
| Method Summary | |
|---|---|
String |
getList()
Get the blank-separated list of values. |
String[] |
getOptions()
returns the options of the current setup. |
String |
globalInfo()
Returns a string describing the object. |
Enumeration |
listOptions()
Gets an enumeration describing the available options. |
String |
listTipText()
Returns the tip text for this property. |
void |
setList(String value)
Set the blank-separated list of values. |
void |
setOptions(String[] options)
Parses the options for this object. |
String |
toString()
Returns a string representation of the search parameter. |
| Methods inherited from class weka.core.setupgenerator.AbstractParameter |
|---|
clone, getProperty, propertyTipText, setProperty, typeTipText |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String[] m_List
| Constructor Detail |
|---|
public ListParameter()
| Method Detail |
|---|
public String globalInfo()
globalInfo in class AbstractParameterpublic Enumeration listOptions()
listOptions in interface weka.core.OptionHandlerlistOptions in class AbstractParameterpublic String[] getOptions()
getOptions in interface weka.core.OptionHandlergetOptions in class AbstractParameter
public void setOptions(String[] options)
throws Exception
setOptions in interface weka.core.OptionHandlersetOptions in class AbstractParameteroptions - the options to use
Exception - if setting of options failspublic String listTipText()
public String getList()
public void setList(String value)
value - the list of values.public String toString()
toString in class AbstractParameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||