public abstract class WekaAlgorithmWrapper extends BaseStep implements java.io.Serializable
Constructor and Description |
---|
WekaAlgorithmWrapper() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefaultIconPath()
Get the default icon for this type of wrapped algorithm (i.e.
|
java.lang.String |
getDefaultPackageLevelIconPath()
Get the default icon at the package level for this type of wrapped
algorithm - e.g.
|
java.lang.String |
getIconPath()
Get the path to the icon for this wrapped algorithm
|
java.lang.Object |
getWrappedAlgorithm()
Get the wrapped algorithm
|
abstract java.lang.Class |
getWrappedAlgorithmClass()
Get the class of the algorithm being wrapped
|
java.lang.String |
globalInfo()
Get global "help" info.
|
void |
setWrappedAlgorithm(java.lang.Object algo)
Set the wrapped algorithm
|
environmentSubstitute, getCustomEditorForStep, getDefaultSettings, getInteractiveViewers, getInteractiveViewersImpls, getName, getStepManager, isResourceIntensive, isStopRequested, outputStructureForConnectionType, outputStructureForConnectionType, processIncoming, setName, setStepIsResourceIntensive, setStepManager, setStepMustRunSingleThreaded, start, stepMustRunSingleThreaded, stop
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getIncomingConnectionTypes, getOutgoingConnectionTypes, stepInit
getIncomingConnectionTypes, getOutgoingConnectionTypes, stepInit
public java.lang.String globalInfo()
globalInfo
in class BaseStep
@NotPersistable @ProgrammaticProperty public java.lang.Object getWrappedAlgorithm()
public void setWrappedAlgorithm(java.lang.Object algo)
algo
- the algorithm to wraopublic java.lang.String getIconPath()
public java.lang.String getDefaultPackageLevelIconPath()
public java.lang.String getDefaultIconPath()
public abstract java.lang.Class getWrappedAlgorithmClass()