org.opt4j.tutorial.salesman
Class SalesmanWidgetService.SalesmanWidget

java.lang.Object
  extended by org.opt4j.tutorial.salesman.SalesmanWidgetService.SalesmanWidget
All Implemented Interfaces:
org.opt4j.viewer.Widget
Enclosing class:
SalesmanWidgetService

protected static class SalesmanWidgetService.SalesmanWidget
extends java.lang.Object
implements org.opt4j.viewer.Widget


Constructor Summary
SalesmanWidgetService.SalesmanWidget(org.opt4j.core.Individual individual)
           
 
Method Summary
 javax.swing.JPanel getPanel()
           
 void init(org.opt4j.viewer.Viewport viewport)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SalesmanWidgetService.SalesmanWidget

public SalesmanWidgetService.SalesmanWidget(org.opt4j.core.Individual individual)
Method Detail

getPanel

public javax.swing.JPanel getPanel()
Specified by:
getPanel in interface org.opt4j.viewer.Widget

init

public void init(org.opt4j.viewer.Viewport viewport)
Specified by:
init in interface org.opt4j.viewer.Widget