public interface OutputI
| Modifier and Type | Method and Description |
|---|---|
void |
displayEmpty() |
void |
displayOutput(TreeComponent comp,
java.lang.String algoName)
Render the output
|
void displayOutput(TreeComponent comp, java.lang.String algoName)
comp - The component and its descendants who have the analysis outputalgoName - Algorithm which has been run on compvoid displayEmpty()