public class HASCOModelStatisticsPluginView extends ai.libs.jaicore.graphvisualizer.plugin.ASimpleMVCPluginView<HASCOModelStatisticsPluginModel,HASCOModelStatisticsPluginController,javafx.scene.layout.VBox>
| Constructor and Description |
|---|
HASCOModelStatisticsPluginView(HASCOModelStatisticsPluginModel model) |
HASCOModelStatisticsPluginView(HASCOModelStatisticsPluginModel model,
int n) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
java.lang.String |
getTitle() |
void |
update() |
void |
updateHistogram()
Updates the histogram at the bottom.
|
public HASCOModelStatisticsPluginView(HASCOModelStatisticsPluginModel model)
public HASCOModelStatisticsPluginView(HASCOModelStatisticsPluginModel model, int n)
public void update()
public void updateHistogram()
public java.lang.String getTitle()
public void clear()
clear in class ai.libs.jaicore.graphvisualizer.plugin.ASimpleMVCPluginView<HASCOModelStatisticsPluginModel,HASCOModelStatisticsPluginController,javafx.scene.layout.VBox>