Uses of Class
parser.CommandOptions.MAPInferAlgo

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

Uses of CommandOptions.MAPInferAlgo in parser
 

Fields in parser declared as CommandOptions.MAPInferAlgo
 CommandOptions.MAPInferAlgo CommandOptions.algo
           
 

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