Configurator
Public Member Functions | Static Public Member Functions | List of all members
data_structures.Overview Class Reference

Overview description of a Module. More...

Public Member Functions

def __init__
 Initialize self from XML in overview_element.
 

Static Public Member Functions

def extract
 Extract and return Overview object from parent_element.
 

Detailed Description

Overview description of a Module.

This class captures the overview text for a module. It corresponds to the following XML:

   <Overview>
     Overview text goes here.
   </Overview> 

Constructor & Destructor Documentation

def data_structures.Overview.__init__ (   self,
  overview_element,
  style 
)

Initialize self from XML in overview_element.

Parameters
selfOverview to fill from overview_element.
overview_elementET.Element to extract XML from
styleStyle object that specifies how to format generate code.

This method will initialize self with the Overview XML tag contained in overview_element.

Member Function Documentation

def data_structures.Overview.extract (   parent_element,
  style 
)
static

Extract and return Overview object from parent_element.

Parameters
parent_elementET.Element that contains Overview XML
styleStyle object that specifies how to format generate code.
Returns
Overview object that extracted is returned.

This static method will extract the XML Overview tag from parent_element and return it.


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