Uses of Class
tuffy.parse.CommandOptions.MAPInferAlgo

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

Uses of CommandOptions.MAPInferAlgo in tuffy.parse
 

Methods in tuffy.parse 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.