public class SearchRolloutHistogramPluginController<N> extends ai.libs.jaicore.graphvisualizer.plugin.ASimpleMVCPluginController<SearchRolloutHistogramPluginModel<N>,SearchRolloutHistogramPluginView<N>>
| Constructor and Description |
|---|
SearchRolloutHistogramPluginController(SearchRolloutHistogramPluginModel<N> model,
SearchRolloutHistogramPluginView<N> view) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleAlgorithmEventInternally(ai.libs.jaicore.basic.algorithm.events.AlgorithmEvent algorithmEvent) |
void |
handleGUIEvent(ai.libs.jaicore.graphvisualizer.events.gui.GUIEvent guiEvent) |
getModel, getView, handleAlgorithmEvent, runactiveCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic SearchRolloutHistogramPluginController(SearchRolloutHistogramPluginModel<N> model, SearchRolloutHistogramPluginView<N> view)
public void handleGUIEvent(ai.libs.jaicore.graphvisualizer.events.gui.GUIEvent guiEvent)
handleGUIEvent in interface ai.libs.jaicore.graphvisualizer.events.gui.GUIEventListenerhandleGUIEvent in class ai.libs.jaicore.graphvisualizer.plugin.ASimpleMVCPluginController<SearchRolloutHistogramPluginModel<N>,SearchRolloutHistogramPluginView<N>>public void handleAlgorithmEventInternally(ai.libs.jaicore.basic.algorithm.events.AlgorithmEvent algorithmEvent)
handleAlgorithmEventInternally in class ai.libs.jaicore.graphvisualizer.plugin.ASimpleMVCPluginController<SearchRolloutHistogramPluginModel<N>,SearchRolloutHistogramPluginView<N>>