edu.rice.cs.hpc.viewer.window.Database Class Reference

Collaboration diagram for edu.rice.cs.hpc.viewer.window.Database:
Collaboration graph
[legend]

List of all members.

Public Member Functions

int getWindowIndex ()
 get the index of the viewer window in which this database is displayed.
Experiment getExperiment ()
 get the Experiment class used for this database
ThreadLevelDataManager getThreadLevelDataManager ()
ExperimentView getExperimentView ()
 get the ExperimentView class used for this database
void setWindowIndex (int index)
 set the viewer window index to record the window in which this database is displayed.
void setExperiment (Experiment exper)
 set the Experiment class used for this database
void setExperimentView (ExperimentView experView)
 set the ExperimentView class used for this database
void dispose ()

Private Attributes

int winIndex
Experiment experiment
ExperimentView view
ThreadLevelDataManager dataManager

Detailed Description

Definition at line 7 of file Database.java.


Member Function Documentation

void edu.rice.cs.hpc.viewer.window.Database.dispose (  ) 
Experiment edu.rice.cs.hpc.viewer.window.Database.getExperiment (  ) 
ExperimentView edu.rice.cs.hpc.viewer.window.Database.getExperimentView (  ) 
ThreadLevelDataManager edu.rice.cs.hpc.viewer.window.Database.getThreadLevelDataManager (  ) 
int edu.rice.cs.hpc.viewer.window.Database.getWindowIndex (  ) 

get the index of the viewer window in which this database is displayed.

Returns:

Definition at line 17 of file Database.java.

References edu.rice.cs.hpc.viewer.window.Database.winIndex.

Referenced by edu.rice.cs.hpc.viewer.graph.GraphEditorInput.getID().

void edu.rice.cs.hpc.viewer.window.Database.setExperiment ( Experiment  exper  ) 

set the Experiment class used for this database

Parameters:
path 

Definition at line 60 of file Database.java.

References edu.rice.cs.hpc.viewer.window.Database.dataManager, and edu.rice.cs.hpc.viewer.window.Database.experiment.

Referenced by edu.rice.cs.hpc.viewer.experiment.ExperimentView.generateView().

void edu.rice.cs.hpc.viewer.window.Database.setExperimentView ( ExperimentView  experView  ) 

set the ExperimentView class used for this database

Parameters:
path 

Definition at line 70 of file Database.java.

References edu.rice.cs.hpc.viewer.window.Database.view.

Referenced by edu.rice.cs.hpc.viewer.experiment.ExperimentView.generateView().

void edu.rice.cs.hpc.viewer.window.Database.setWindowIndex ( int  index  ) 

set the viewer window index to record the window in which this database is displayed.

Parameters:
index 

Definition at line 50 of file Database.java.

References edu.rice.cs.hpc.viewer.window.Database.winIndex.


Member Data Documentation


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

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1