Uses of Class
jeco.dmm.main.DMMExplore.METHOD

Packages that use DMMExplore.METHOD
jeco.dmm.main   
 

Uses of DMMExplore.METHOD in jeco.dmm.main
 

Fields in jeco.dmm.main declared as DMMExplore.METHOD
protected  DMMExplore.METHOD DMMExplore.method
          DMM Method to be explored
 

Methods in jeco.dmm.main that return DMMExplore.METHOD
static DMMExplore.METHOD DMMExplore.METHOD.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DMMExplore.METHOD[] DMMExplore.METHOD.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in jeco.dmm.main with parameters of type DMMExplore.METHOD
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)