Package OpenCAGE.Analyses

This package contains classes for objects describing analyses.

Class Analysis_Action_Factory

This is the interface for the analysis action factories.

Operations

public OpenCAGE.GUI.Widget_Controllers.Parameter_Widget_Controller Get_Widget_Controller(void);

Returns the parameter widget controller for this analysis. You may not use it several times simultaneously.

public OpenCAGE.Actions.Action Get_Action(void);

Returns the (already configured) action representing this analysis. The parameters required are taken from the parameter applet controller.

public String Get_Id(void);

Returns the id of this Analysis.

public FET.Data_Source Get_Data_Source(void);

Returns a data source containing some stuff from the widget and the factory.

public Boolean Can_Execute(void);

returns true, if a analysis action can be created with the given data source and the acual settings in the widget, false else.

Class Analysis_Action_Factory_Pot_Element

extends FET.Pot_Element

A Pot_Element which contains a Analysis_Action_Factory.

Attributes

private OpenCAGE.Analyses.Analysis_Action_Factory Value 

an analysis action factory

Operations

public OpenCAGE.General.XML.Node_Ptr Serialize(void);

Serializes the content of this Pot_Element into XML [This description is adopted from 'FET.Pot_Element'.]