public class StepTreeLeafDetails extends Object implements Serializable
| Constructor and Description |
|---|
StepTreeLeafDetails(Object step) |
StepTreeLeafDetails(Object step,
boolean showTipText) |
| 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)
public StepTreeLeafDetails(Object step, boolean showTipText)
public 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.