Package empro :: Module empro :: Module output :: Class ResultBrowser
[frames] | no frames]

Class ResultBrowser

core.Updatable --+
                 |
                ResultBrowser

This class represents the entire set of requested results for the application.

Class Hierarchy for ResultBrowser
Class Hierarchy for ResultBrowser

Instance Methods
bool
addProject(iProject)
Adds the results of a given EMPro project to the results browser.
list{string}
availableProjectIds()
Returns a list of all project ids that are in the results browser.
None
clear()
Clears the complete results browser.
 
destroyInstance(...)
No documentation available.
ProjectOutput
project(iProjectId)
Returns the project output for a given project id.
None
refresh()
Reloads the output data of all projects in the results browser.
bool
removeProject(iProject)
Removes the results of a given EMPro project from the results browser.

Inherited from core.Updatable: __enter__, __exit__, clone, hash, isValid, reasonWhyInvalid

Properties
  activeProjectDirectory
No documentation available.
Method Details

addProject(iProject)

 

Adds the results of a given EMPro project to the results browser.

Parameters:
  • iProject (string) - The complete path to the project to add.
Returns: bool

project(iProjectId)

 

Returns the project output for a given project id.

Parameters:
  • iProjectId (string) - The id of the project whose results one wants to retrieve.
Returns: ProjectOutput

removeProject(iProject)

 

Removes the results of a given EMPro project from the results browser.

Parameters:
  • iProject (string) - The complete path to the project to remove.
Returns: bool