|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectweka.core.setupgenerator.AbstractParameter
public abstract class AbstractParameter
Abstract container class for search parameters.
| Field Summary | |
|---|---|
protected String |
m_Property
the property to test. |
| Constructor Summary | |
|---|---|
AbstractParameter()
default constructor. |
|
| Method Summary | |
|---|---|
Object |
clone()
Returns a clone of itself. |
String[] |
getOptions()
returns the options of the current setup. |
String |
getProperty()
Get the property to update. |
abstract String |
globalInfo()
Returns a string describing the object. |
Enumeration |
listOptions()
Gets an enumeration describing the available options. |
String |
propertyTipText()
Returns the tip text for this property. |
void |
setOptions(String[] options)
Parses the options for this object. |
void |
setProperty(String value)
Set the property to update. |
String |
toString()
Returns a string representation of the search parameter. |
String |
typeTipText()
Returns the tip text for this property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String m_Property
| Constructor Detail |
|---|
public AbstractParameter()
| Method Detail |
|---|
public abstract String globalInfo()
public Object clone()
clone in class Objectpublic Enumeration listOptions()
listOptions in interface weka.core.OptionHandlerpublic String[] getOptions()
getOptions in interface weka.core.OptionHandler
public void setOptions(String[] options)
throws Exception
setOptions in interface weka.core.OptionHandleroptions - the options to use
Exception - if setting of options failspublic String propertyTipText()
public String getProperty()
public void setProperty(String value)
value - the property.public String typeTipText()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||