|
def | compile (self, *args, **kwarg) |
|
def | initialize (self, *args, **kwarg) |
|
def | evaluate (self, *args, **kwarg) |
|
def | finalize (self, *args, **kwarg) |
|
def | __call__ (self, *args, **kwarg) |
|
SUAVE.Analyses.Analysis.Container()
The Analysis Container Class
Assumptions:
None
Source:
N/A
◆ __call__()
def SUAVE.Analyses.Analysis.Container.__call__ |
( |
|
self, |
|
|
* |
args, |
|
|
** |
kwarg |
|
) |
| |
This is used to set the class' call behavior to the evaluate functions.
Assumptions:
None
Source:
N/A
Inputs:
None
Outputs:
None
Properties Used:
N/A
◆ compile()
def SUAVE.Analyses.Analysis.Container.compile |
( |
|
self, |
|
|
* |
args, |
|
|
** |
kwarg |
|
) |
| |
This is used to execute the compile functions of the analyses
stored in the container.
Assumptions:
None
Source:
N/A
Inputs:
None
Outputs:
None
Properties Used:
N/A
◆ evaluate()
def SUAVE.Analyses.Analysis.Container.evaluate |
( |
|
self, |
|
|
* |
args, |
|
|
** |
kwarg |
|
) |
| |
This is used to execute the evaluate functions of the analyses
stored in the container.
Assumptions:
None
Source:
N/A
Inputs:
None
Outputs:
Results of the Evaluate Functions
Properties Used:
N/A
◆ finalize()
def SUAVE.Analyses.Analysis.Container.finalize |
( |
|
self, |
|
|
* |
args, |
|
|
** |
kwarg |
|
) |
| |
This is used to execute the finalize functions of the analyses
stored in the container.
Assumptions:
None
Source:
N/A
Inputs:
None
Outputs:
None
Properties Used:
N/A
◆ initialize()
def SUAVE.Analyses.Analysis.Container.initialize |
( |
|
self, |
|
|
* |
args, |
|
|
** |
kwarg |
|
) |
| |
This is used to execute the initialize functions of the analyses
stored in the container.
Assumptions:
None
Source:
N/A
Inputs:
None
Outputs:
None
Properties Used:
N/A
The documentation for this class was generated from the following file:
- /Users/emiliobotero/Dropbox/SUAVE/SUAVE/trunk/SUAVE/Analyses/Analysis.py