jeco.dmm.reliableDMM
Class TestReliable

java.lang.Object
  extended by jeco.dmm.reliableDMM.TestReliable

public class TestReliable
extends java.lang.Object

Author:
jlrisco, jmcolmenar

Field Summary
protected  java.lang.String pathToOutputGrammar
           
protected  java.lang.String pathToProfile
           
protected  long sizeOfMemoryInKB
           
 
Constructor Summary
TestReliable(long sizeOfMemoryInKB, java.lang.String pathToProfile, java.lang.String pathToOutputGrammar)
           
 
Method Summary
 double[] explore()
           
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

sizeOfMemoryInKB

protected long sizeOfMemoryInKB

pathToProfile

protected java.lang.String pathToProfile

pathToOutputGrammar

protected java.lang.String pathToOutputGrammar
Constructor Detail

TestReliable

public TestReliable(long sizeOfMemoryInKB,
                    java.lang.String pathToProfile,
                    java.lang.String pathToOutputGrammar)
             throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

explore

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

main

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