edu.rice.cs.hpc.data.experiment.ExperimentConfiguration Class Reference

An object containing an HPCView experiment's configuration data. More...

Collaboration diagram for edu.rice.cs.hpc.data.experiment.ExperimentConfiguration:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ExperimentConfiguration ()
String getName (int type)
void setName (int type, String name)
int getSearchPathCount ()
File getSearchPath (int index)
void setSearchPaths (List< File > pathList)

Public Attributes

File[] searchPaths
 The experiment's user visible name.

Static Public Attributes

static final int NAME_EXPERIMENT = 0
static final int NAME_SUMMARY_DB = 1
static final int NAME_TRACE_DB = 2
static final int NAME_PLOT_DB = 3

Protected Attributes

String[] name
 The experiment's user visible name.

Detailed Description

An object containing an HPCView experiment's configuration data.

Definition at line 34 of file ExperimentConfiguration.java.


Constructor & Destructor Documentation

edu.rice.cs.hpc.data.experiment.ExperimentConfiguration.ExperimentConfiguration (  ) 

Member Function Documentation

String edu.rice.cs.hpc.data.experiment.ExperimentConfiguration.getName ( int  type  ) 
File edu.rice.cs.hpc.data.experiment.ExperimentConfiguration.getSearchPath ( int  index  ) 
int edu.rice.cs.hpc.data.experiment.ExperimentConfiguration.getSearchPathCount (  ) 
void edu.rice.cs.hpc.data.experiment.ExperimentConfiguration.setName ( int  type,
String  name 
)
void edu.rice.cs.hpc.data.experiment.ExperimentConfiguration.setSearchPaths ( List< File >  pathList  ) 

Member Data Documentation

Definition at line 36 of file ExperimentConfiguration.java.

Definition at line 37 of file ExperimentConfiguration.java.

Definition at line 36 of file ExperimentConfiguration.java.

Definition at line 37 of file ExperimentConfiguration.java.


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

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1