public abstract class WekaAlgorithmWrapper extends BaseStep implements Serializable
| Constructor and Description |
|---|
WekaAlgorithmWrapper() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultIconPath()
Get the default icon for this type of wrapped algorithm (i.e.
|
String |
getDefaultPackageLevelIconPath()
Get the default icon at the package level for this type of wrapped
algorithm - e.g.
|
String |
getIconPath()
Get the path to the icon for this wrapped algorithm
|
Object |
getWrappedAlgorithm()
Get the wrapped algorithm
|
abstract Class |
getWrappedAlgorithmClass()
Get the class of the algorithm being wrapped
|
String |
globalInfo()
Get global "help" info.
|
void |
setWrappedAlgorithm(Object algo)
Set the wrapped algorithm
|
environmentSubstitute, getCustomEditorForStep, getDefaultSettings, getInteractiveViewers, getInteractiveViewersImpls, getName, getStepManager, isResourceIntensive, isStopRequested, outputStructureForConnectionType, processIncoming, setName, setStepIsResourceIntensive, setStepManager, start, stopequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIncomingConnectionTypes, getOutgoingConnectionTypes, stepInitgetIncomingConnectionTypes, getOutgoingConnectionTypes, stepInitpublic String globalInfo()
globalInfo in class BaseStep@NotPersistable @ProgrammaticProperty public Object getWrappedAlgorithm()
public void setWrappedAlgorithm(Object algo)
algo - the algorithm to wraopublic String getIconPath()
public String getDefaultPackageLevelIconPath()
public String getDefaultIconPath()
public abstract Class getWrappedAlgorithmClass()
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.