Interface IComputedGUIPlugin
-
- All Superinterfaces:
IGUIPlugin
- All Known Implementing Classes:
ASimpleMVCPlugin,ControlBarGUIPlugin,GraphViewPlugin,NodeInfoGUIPlugin,SolutionPerformanceTimelinePlugin,SpeedSliderGUIPlugin,TimeSliderGUIPlugin
public interface IComputedGUIPlugin extends IGUIPlugin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<AlgorithmEventPropertyComputer>getPropertyComputers()Gets the property computers that are necessary to run this plugin-
Methods inherited from interface ai.libs.jaicore.graphvisualizer.plugin.IGUIPlugin
getController, getModel, getView, setAlgorithmEventSource, setGUIEventSource, stop
-
-
-
-
Method Detail
-
getPropertyComputers
java.util.Collection<AlgorithmEventPropertyComputer> getPropertyComputers()
Gets the property computers that are necessary to run this plugin- Returns:
- The
AlgorithmEventPropertyComputercollection
-
-