Class SolutionPerformanceTimelinePlugin
- java.lang.Object
-
- ai.libs.jaicore.graphvisualizer.plugin.ASimpleMVCPlugin<SolutionPerformanceTimelinePluginModel,SolutionPerformanceTimelinePluginView,SolutionPerformanceTimelinePluginController>
-
- ai.libs.jaicore.graphvisualizer.plugin.solutionperformanceplotter.SolutionPerformanceTimelinePlugin
-
- All Implemented Interfaces:
IComputedGUIPlugin,IGUIPlugin,org.api4.java.common.control.ILoggingCustomizable
public class SolutionPerformanceTimelinePlugin extends ASimpleMVCPlugin<SolutionPerformanceTimelinePluginModel,SolutionPerformanceTimelinePluginView,SolutionPerformanceTimelinePluginController>
-
-
Constructor Summary
Constructors Constructor Description SolutionPerformanceTimelinePlugin(SolutionCandidateRepresenter solutionRepresenter)
-
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 plugin-
Methods inherited from class ai.libs.jaicore.graphvisualizer.plugin.ASimpleMVCPlugin
getController, getLoggerName, getModel, getView, setAlgorithmEventSource, setGUIEventSource, setLoggerName, stop
-
-
-
-
Constructor Detail
-
SolutionPerformanceTimelinePlugin
public SolutionPerformanceTimelinePlugin(SolutionCandidateRepresenter solutionRepresenter)
-
-
Method Detail
-
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
-
-