edu.rice.cs.hpc.data.experiment.extdata.Filter Class Reference

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

List of all members.

Public Member Functions

 Filter (String strForm)
String toString ()
void serializeSelfToStream (DataOutputStream stream) throws IOException

Static Public Member Functions

static void main (String[] args)

Static Public Attributes

static final String PROCESS_THREAD_SEPARATOR = ","

Package Functions

 Filter (Range process, Range thread)
boolean matches (TraceName name)
boolean matches (int processNum, int threadNum)

Private Member Functions

String[] formattedSplit (String strForm)
 Yeah, this is kind of obnoxious, but it's mostly because Java doesn't include blank strings in the split, even though they should be there.

Private Attributes

final Range process
final Range thread

Detailed Description

Definition at line 8 of file Filter.java.


Constructor & Destructor Documentation

edu.rice.cs.hpc.data.experiment.extdata.Filter.Filter ( String  strForm  ) 
edu.rice.cs.hpc.data.experiment.extdata.Filter.Filter ( Range  process,
Range  thread 
) [package]

Definition at line 52 of file Filter.java.


Member Function Documentation

String [] edu.rice.cs.hpc.data.experiment.extdata.Filter.formattedSplit ( String  strForm  )  [private]

Yeah, this is kind of obnoxious, but it's mostly because Java doesn't include blank strings in the split, even though they should be there.

. So we replace blank segments with x

Definition at line 24 of file Filter.java.

References edu.rice.cs.hpc.data.experiment.extdata.Filter.PROCESS_THREAD_SEPARATOR.

Referenced by edu.rice.cs.hpc.data.experiment.extdata.Filter.Filter().

static void edu.rice.cs.hpc.data.experiment.extdata.Filter.main ( String[]  args  )  [static]
boolean edu.rice.cs.hpc.data.experiment.extdata.Filter.matches ( int  processNum,
int  threadNum 
) [package]
boolean edu.rice.cs.hpc.data.experiment.extdata.Filter.matches ( TraceName  name  )  [package]
void edu.rice.cs.hpc.data.experiment.extdata.Filter.serializeSelfToStream ( DataOutputStream  stream  )  throws IOException
String edu.rice.cs.hpc.data.experiment.extdata.Filter.toString (  ) 

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