Uses of Class
tuffy.parse.CommandOptions.InferDataStore

Packages that use CommandOptions.InferDataStore
tuffy.parse Provides parsers for MLN input, config files, and command line options. 
 

Uses of CommandOptions.InferDataStore in tuffy.parse
 

Methods in tuffy.parse that return CommandOptions.InferDataStore
static CommandOptions.InferDataStore CommandOptions.InferDataStore.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CommandOptions.InferDataStore[] CommandOptions.InferDataStore.values()
          Returns an array containing the constants of this enum type, in the order they are declared.