jeco.dmm.main
Class DMMExplore

java.lang.Object
  extended by jeco.dmm.main.DMMExplore

public class DMMExplore
extends java.lang.Object

Author:
jlrisco, jmcolmenar

Nested Class Summary
static class DMMExplore.METHOD
           
 
Field Summary
protected  long limit
           
protected  DMMExplore.METHOD method
          DMM Method to be explored
protected  float minutesPerDMM
           
protected  long numRegions
           
protected  java.lang.String pathToOutputGrammar
           
protected  java.lang.String pathToProfile
           
protected  java.lang.String profilePathMem
           
protected  long sizeOfMemoryInKB
           
 
Constructor Summary
DMMExplore(long sizeOfMemoryInKB, java.lang.String pathToProfile, java.lang.String profilePathMem, java.lang.String pathToOutputGrammar, DMMExplore.METHOD method, float minutesPerDMM, long limit, long numRegions)
           
DMMExplore(long sizeOfMemoryInKB, java.lang.String pathToProfile, java.lang.String profilePathMem, java.lang.String pathToOutputGrammar, DMMExplore.METHOD method, long limit, long numRegions)
           
 
Method Summary
 double[] explore()
           
 java.lang.String getMethod()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

method

protected DMMExplore.METHOD method
DMM Method to be explored


sizeOfMemoryInKB

protected long sizeOfMemoryInKB

pathToProfile

protected java.lang.String pathToProfile

profilePathMem

protected java.lang.String profilePathMem

pathToOutputGrammar

protected java.lang.String pathToOutputGrammar

minutesPerDMM

protected float minutesPerDMM

limit

protected long limit

numRegions

protected long numRegions
Constructor Detail

DMMExplore

public DMMExplore(long sizeOfMemoryInKB,
                  java.lang.String pathToProfile,
                  java.lang.String profilePathMem,
                  java.lang.String pathToOutputGrammar,
                  DMMExplore.METHOD method,
                  float minutesPerDMM,
                  long limit,
                  long numRegions)
           throws java.lang.Exception
Throws:
java.lang.Exception

DMMExplore

public DMMExplore(long sizeOfMemoryInKB,
                  java.lang.String pathToProfile,
                  java.lang.String profilePathMem,
                  java.lang.String pathToOutputGrammar,
                  DMMExplore.METHOD method,
                  long limit,
                  long numRegions)
           throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getMethod

public java.lang.String getMethod()

explore

public double[] explore()
                 throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)