FSMSADF::ToolAnalyze Class Reference

#include <sdf3analyze.h>

Inheritance diagram for FSMSADF::ToolAnalyze:
Collaboration diagram for FSMSADF::ToolAnalyze:

List of all members.

Public Member Functions

virtual bool parseCommand (int argc, char **argv, int *arg)
virtual void initSettings (const CString &modulename, int argc, char **argv)
virtual bool checkRequiredSettings (void)
virtual void helpMessage (std::ostream &out)
virtual void cleanUp ()
void analyzeGraph (ostream &out)
void loadApplicationGraph ()
AnalyzeSettingssettings ()

Private Member Functions

void loadApplicationGraphFromFile (CString &file, CString module, CNode **appGraphNode, CDoc **appGraphDoc)

Private Attributes

CNodexmlAppGraph
CDocxmlAppGraphDoc

Member Function Documentation

bool FSMSADF::ToolAnalyze::checkRequiredSettings ( void   )  [virtual]

Implements FSMSADF::Tool.

References FSMSADF::AnalyzeSettings::arguments, and settings().

Here is the call graph for this function:

void FSMSADF::ToolAnalyze::cleanUp (  )  [virtual]

Reimplemented from FSMSADF::Tool.

References releaseDoc(), xmlAppGraphDoc, and xmlCleanup().

Referenced by main().

Here is the call graph for this function:

virtual void FSMSADF::ToolAnalyze::helpMessage ( std::ostream &  out  )  [virtual]
void FSMSADF::ToolAnalyze::initSettings ( const CString modulename,
int  argc,
char **  argv 
) [virtual]

initSettings () The function initializes the program settings.

Reimplemented from FSMSADF::Tool.

References FSMSADF::Tool::_settings.

Referenced by main().

void FSMSADF::ToolAnalyze::loadApplicationGraph (  ) 

References loadApplicationGraphFromFile(), MODULE, settings(), xmlAppGraph, and xmlAppGraphDoc.

Referenced by main().

Here is the call graph for this function:

void FSMSADF::ToolAnalyze::loadApplicationGraphFromFile ( CString file,
CString  module,
CNode **  appGraphNode,
CDoc **  appGraphDoc 
) [private]

loadApplicationGraphFromFile () The function returns a pointer to an XML data structures contained in the supplied file that describes the SDFG.

References CGetAttribute(), CGetChildNode(), CGetRootNode(), and CParseFile().

Referenced by loadApplicationGraph().

Here is the call graph for this function:

bool FSMSADF::ToolAnalyze::parseCommand ( int  argc,
char **  argv,
int *  arg 
) [virtual]
AnalyzeSettings* FSMSADF::ToolAnalyze::settings (  )  [inline]

Member Data Documentation


The documentation for this class was generated from the following files: