public abstract class WekaAlgorithmWrapper extends BaseStep implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
m_defaultIconPath
Icon path to the default icon for the type of wrapped algorithm - e.g.
|
protected java.lang.String |
m_defaultPackageIconPath
Icon path to the default icon at the package level - e.g.
|
protected java.lang.String |
m_iconPath
Icon path to the specific icon for the wrapped algorithim
|
protected java.lang.Object |
m_wrappedAlgorithm
The wrapped algorithm
|
m_stepIsResourceIntensive, m_stepManager, m_stepName| 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. generic
Loader, Saver etc.
|
java.lang.String |
getDefaultPackageLevelIconPath()
Get the default icon at the package level for this type of wrapped
algorithm - e.g. weka.classifiers.meta
|
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, processIncoming, setName, setStepIsResourceIntensive, setStepManager, setStepMustRunSingleThreaded, start, stepMustRunSingleThreaded, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIncomingConnectionTypes, getOutgoingConnectionTypes, stepInitgetIncomingConnectionTypes, getOutgoingConnectionTypes, stepInitprotected java.lang.String m_iconPath
protected java.lang.String m_defaultPackageIconPath
protected java.lang.String m_defaultIconPath
protected java.lang.Object m_wrappedAlgorithm
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()