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

List of all members.

Public Member Functions

void serializeSelfToStream (DataOutputStream stream) throws IOException
 Range (String string)
String toString ()

Package Functions

 Range ()
 Range (int min, int max, int stride)
boolean matches (int i)

Package Attributes

final int min
final int max
final int stride

Static Private Member Functions

static int specialParse (String string, int defaultValue)

Static Private Attributes

static final int END = Integer.MAX_VALUE
static final int START = 0

Detailed Description

Definition at line 100 of file Filter.java.


Constructor & Destructor Documentation

edu.rice.cs.hpc.data.experiment.extdata.Range.Range (  )  [package]
edu.rice.cs.hpc.data.experiment.extdata.Range.Range ( int  min,
int  max,
int  stride 
) [package]

Definition at line 114 of file Filter.java.

edu.rice.cs.hpc.data.experiment.extdata.Range.Range ( String  string  ) 

Member Function Documentation

boolean edu.rice.cs.hpc.data.experiment.extdata.Range.matches ( int  i  )  [package]
void edu.rice.cs.hpc.data.experiment.extdata.Range.serializeSelfToStream ( DataOutputStream  stream  )  throws IOException
static int edu.rice.cs.hpc.data.experiment.extdata.Range.specialParse ( String  string,
int  defaultValue 
) [static, private]

Definition at line 142 of file Filter.java.

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

String edu.rice.cs.hpc.data.experiment.extdata.Range.toString (  ) 

Member Data Documentation

final int edu.rice.cs.hpc.data.experiment.extdata.Range.END = Integer.MAX_VALUE [static, private]
final int edu.rice.cs.hpc.data.experiment.extdata.Range.START = 0 [static, private]

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

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1