Class GraphViewPlugin
- java.lang.Object
-
- ai.libs.jaicore.graphvisualizer.plugin.ASimpleMVCPlugin<GraphViewPluginModel,GraphViewPluginView,GraphViewPluginController>
-
- ai.libs.jaicore.graphvisualizer.plugin.graphview.GraphViewPlugin
-
- All Implemented Interfaces:
IComputedGUIPlugin,IGUIPlugin,org.api4.java.common.control.ILoggingCustomizable
public class GraphViewPlugin extends ASimpleMVCPlugin<GraphViewPluginModel,GraphViewPluginView,GraphViewPluginController>
-
-
Constructor Summary
Constructors Constructor Description GraphViewPlugin()GraphViewPlugin(java.lang.String title)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<AlgorithmEventPropertyComputer>getPropertyComputers()Gets the property computers that are necessary to run this pluginvoidstop()Stops execution of all threads in this plugin (irrevocable).-
Methods inherited from class ai.libs.jaicore.graphvisualizer.plugin.ASimpleMVCPlugin
getController, getLoggerName, getModel, getTitle, getView, setAlgorithmEventSource, setGUIEventSource, setLoggerName
-
-
-
-
Method Detail
-
stop
public void stop()
Description copied from interface:IGUIPluginStops execution of all threads in this plugin (irrevocable).- Specified by:
stopin interfaceIGUIPlugin- Overrides:
stopin classASimpleMVCPlugin<GraphViewPluginModel,GraphViewPluginView,GraphViewPluginController>
-
getPropertyComputers
public java.util.Collection<AlgorithmEventPropertyComputer> getPropertyComputers()
Description copied from interface:IComputedGUIPluginGets the property computers that are necessary to run this plugin- Returns:
- The
AlgorithmEventPropertyComputercollection
-
-