Uses of Class
cc.mallet.util.CommandOption
-
Packages that use CommandOption Package Description cc.mallet.util Miscellaneous utilities including command line processing, math functions, lexing, logging. -
-
Uses of CommandOption in cc.mallet.util
Subclasses of CommandOption in cc.mallet.util Modifier and Type Class Description static class
CommandOption.Boolean
static class
CommandOption.Double
static class
CommandOption.DoubleArray
static class
CommandOption.File
static class
CommandOption.Integer
static class
CommandOption.IntegerArray
static class
CommandOption.Object
static class
CommandOption.ObjectFromBean
static class
CommandOption.Set
static class
CommandOption.SpacedStrings
static class
CommandOption.String
Methods in cc.mallet.util that return CommandOption Modifier and Type Method Description CommandOption
CommandOption.List. getCommandOption(int index)
Methods in cc.mallet.util with parameters of type CommandOption Modifier and Type Method Description void
CommandOption.List. add(CommandOption opt)
void
CommandOption.List. add(CommandOption[] opts)
Constructors in cc.mallet.util with parameters of type CommandOption Constructor Description List(java.lang.String summary, CommandOption[] options)
-