public abstract class SingleAssociatorEnhancer extends AbstractAssociator implements OptionHandler
Constructor and Description |
---|
SingleAssociatorEnhancer() |
Modifier and Type | Method and Description |
---|---|
String |
associatorTipText()
Returns the tip text for this property
|
Associator |
getAssociator()
Get the associator used as the base associator.
|
Capabilities |
getCapabilities()
Returns default capabilities of the base associator.
|
String[] |
getOptions()
Gets the current settings of the associator.
|
Enumeration |
listOptions()
Returns an enumeration describing the available options.
|
void |
setAssociator(Associator value)
Set the base associator.
|
void |
setOptions(String[] options)
Parses a given list of options.
|
forName, getRevision, makeCopies, makeCopy, runAssociator
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
buildAssociations
public Enumeration listOptions()
listOptions
in interface OptionHandler
public void setOptions(String[] options) throws Exception
-W classname
Specify the full class name of the base associator.
Options after -- are passed to the designated associator.
setOptions
in interface OptionHandler
options
- the list of options as an array of stringsException
- if an option is not supportedpublic String[] getOptions()
getOptions
in interface OptionHandler
public String associatorTipText()
public void setAssociator(Associator value)
value
- the associator to use.public Associator getAssociator()
public Capabilities getCapabilities()
getCapabilities
in interface Associator
getCapabilities
in interface CapabilitiesHandler
getCapabilities
in class AbstractAssociator
Capabilities
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.