Package org.peace_tools.core.job

Contains the classes associated with the job wizard.

See:
          Description

Class Summary
AnalyzerWizardPage This class serves as an interactive page in a JobWizard.
ClusterWizardPage This class serves as an interactive page in a JobWizard.
FiltersWizardPage This class serves as an interactive page in a JobWizard.
HeuristicsWizardPage This class serves as an interactive page in a JobWizard.
JobInfoWizardPage This class serves as the second interactive page in a JobWizard.
JobWizard This class serves as the top-level class for creating a new job.
MSTWizardPage This class serves as an interactive page in a JobWizard.
SubmitJobWizardPage This class serves as the final page in a JobWizard.
VerifyWizardPage This class serves as the penultimate page in a JobWizard.
 

Package org.peace_tools.core.job Description

Contains the classes associated with the job wizard.

This package contains the classes associated with the job wizard. The job wizard guides the user through the process of launching a new job (to compute MST and clustering) on a server.

This is a pretty involved wizard as a job can have many different options and parameters to configure the operations performed by the PEACE's C++ clustering engine. This wizard has been designed to be consistent with the core infrastructure provided by WizardDialog.

Since:
0.9
See Also:
WizardDialog, WizardPage