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() |
Object |
getWrappedAlgorithm() |
abstract Class |
getWrappedAlgorithmClass()
Get the class of the algorithm being wrapped
|
String |
globalInfo()
Attempt to get default "about" information for this step by grabbing the
toolTip from the KFStep annotation.
|
void |
setWrappedAlgorithm(Object algo) |
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()
BaseStepglobalInfo in class BaseStep@NotPersistable @ProgrammaticProperty public Object getWrappedAlgorithm()
public void setWrappedAlgorithm(Object algo)
public String getIconPath()
public String getDefaultPackageLevelIconPath()
public String getDefaultIconPath()
public abstract Class getWrappedAlgorithmClass()
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.