Class AnalysisWizard

All Implemented Interfaces:
IExtendable, ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class AnalysisWizard extends NodeWizard
Wizard for running an analysis graph. This wizard allows the user to select the sessions and participants to be used in the analysis. It will also allow the user to configure the settings for the analysis. At the end of graph execution, the user will be presented with a tree of results. Each leaf in the tree will be a table of results. The user can then select a table and export it to a file. An HTML report will be generated if requested and displayed as well.
See Also:
  • Constructor Details

    • AnalysisWizard

      public AnalysisWizard(String title, Project project)
    • AnalysisWizard

      public AnalysisWizard(String title, ca.phon.opgraph.Processor processor, ca.phon.opgraph.OpGraph graph)
  • Method Details