Package gui

Package Specification The Java classes used as examples.

See:
          Description

Interface Summary
TSPguiUpdate Interface to send TSP model events back to the GUI.
 

Class Summary
GraphPanel Class to handle the display of the points, paths and graphs.
TransportContainer Container for transport of path, iterations, etc.
TransportContainerGet Get message.
TransportContainerMax Set maximal iteration count message.
TSPgui Main class to handle the TSPs and the GUI.
TSPguiActionControl Main class to send GUI actions to the TSP model.
TSPguiChangeControl Main class to send GUI changes to the TSP model.
TSPguiKeyControl Main class to send GUI key events to the TSP model.
TSPguiMain Main class to setup the GUI and the controls.
TSPguiModel Model class to be viewed and controled by the GUI.
TSPguiWindowControl Main class to send GUI window events to the TSP model.
TSPModelCommRemote Class to communicate with the gui server.
TSPModelConnectThread Class to communicate with the thread on the compute server.
TSPModelRemote Objects send to the compute server to execute TSP algorithm.
 

Package gui Description

Package Specification

The Java classes used as examples.

Related Documentation

Parallel Programming TSP stuff.