public abstract class AbstractPropertyParameter extends AbstractParameter
| Constructor and Description |
|---|
AbstractPropertyParameter()
default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
clone, evaluate, spaceDimensionpublic AbstractPropertyParameter()
public abstract 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 AbstractParameterpublic void setOptions(String[] options) throws Exception
setOptions in interface weka.core.OptionHandlersetOptions in class AbstractParameteroptions - the options to useException - if setting of options failspublic String propertyTipText()
public String getProperty()
public void setProperty(String value)
value - the property.public String toString()
toString in class AbstractParameterCopyright © 2021 University of Waikato, Hamilton, NZ. All Rights Reserved.