Uses of Class
parser.CommandOptions.InferDataStore

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

Uses of CommandOptions.InferDataStore in parser
 

Fields in parser declared as CommandOptions.InferDataStore
 CommandOptions.InferDataStore CommandOptions.store
           
 

Methods in parser 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.