public class StepTreeLeafDetails extends Object implements Serializable
StepTree - e.g. tool tip
text, wrapped algorithm name (in the case of a WekaAlgorithmWrapper.| Constructor and Description |
|---|
StepTreeLeafDetails(Object step)
Constructor
|
StepTreeLeafDetails(Object step,
boolean showTipText)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getToolTipText()
Get the tool tip for this leaf
|
StepVisual |
instantiateStep()
Instantiate the step at this leaf and return it wrapped in a StepVisual
|
boolean |
isWrappedAlgorithm()
Returns true if this leaf represents a wrapped Weka algorithm (i.e.
|
void |
setShowTipTexts(boolean show)
Set whether to show tip text or not
|
String |
toString()
Returns the leaf label
|
public StepTreeLeafDetails(Object step)
step - the step to wrap in this StepTreeLeafDetails instancepublic StepTreeLeafDetails(Object step, boolean showTipText)
step - the step to wrap in this StepTreeLeafDetails instanceshowTipText - true if the tool tip text should be shown for this
instancepublic void setShowTipTexts(boolean show)
show - true to show tip textpublic String getToolTipText()
public String toString()
public boolean isWrappedAlgorithm()
public StepVisual instantiateStep() throws Exception
Exception - if a problem occursCopyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.