Package ai.libs.hasco.gui.statsplugin
Class HASCOModelStatisticsPluginView
- java.lang.Object
-
- ai.libs.jaicore.graphvisualizer.plugin.ASimpleMVCPluginView<HASCOModelStatisticsPluginModel,HASCOModelStatisticsPluginController,javafx.scene.layout.VBox>
-
- ai.libs.hasco.gui.statsplugin.HASCOModelStatisticsPluginView
-
- All Implemented Interfaces:
ai.libs.jaicore.graphvisualizer.plugin.IGUIPluginView
,org.api4.java.common.control.ILoggingCustomizable
public class HASCOModelStatisticsPluginView extends ai.libs.jaicore.graphvisualizer.plugin.ASimpleMVCPluginView<HASCOModelStatisticsPluginModel,HASCOModelStatisticsPluginController,javafx.scene.layout.VBox>
-
-
Constructor Summary
Constructors Constructor Description HASCOModelStatisticsPluginView(HASCOModelStatisticsPluginModel model)
HASCOModelStatisticsPluginView(HASCOModelStatisticsPluginModel model, int n)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
java.lang.String
getTitle()
void
update()
void
updateHistogram()
Updates the histogram at the bottom.
-
-
-
Constructor Detail
-
HASCOModelStatisticsPluginView
public HASCOModelStatisticsPluginView(HASCOModelStatisticsPluginModel model)
-
HASCOModelStatisticsPluginView
public HASCOModelStatisticsPluginView(HASCOModelStatisticsPluginModel model, int n)
-
-
Method Detail
-
update
public void update()
-
updateHistogram
public void updateHistogram()
Updates the histogram at the bottom. This is called in both the update method of the general view as well as in the change listener of the combo boxes.
-
getTitle
public java.lang.String getTitle()
-
clear
public void clear()
- Specified by:
clear
in classai.libs.jaicore.graphvisualizer.plugin.ASimpleMVCPluginView<HASCOModelStatisticsPluginModel,HASCOModelStatisticsPluginController,javafx.scene.layout.VBox>
-
-