public class LogParsingExamples
extends java.lang.Object
Constructor and Description |
---|
LogParsingExamples() |
Modifier and Type | Method and Description |
---|---|
static double[] |
deepestLocation(LsfIndex index)
This method finds the deepest estimated state
|
static void |
main(java.lang.String[] args) |
static double |
meanStreamSpeed(LsfIndex index)
This method calculates the measured average current speed from an LSF log file
|
public static double meanStreamSpeed(LsfIndex index)
index
- The LsfIndex to be processedpublic static double[] deepestLocation(LsfIndex index)
index
- The LsfIndex to be processedpublic static void main(java.lang.String[] args)