Uses of Class
ml.options.Options.Multiplicity

Uses of Options.Multiplicity in ml.options
 

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

Methods in ml.options with parameters of type Options.Multiplicity
static void ExclusiveConstraint.add(OptionSet optionSet, Options.Multiplicity multiplicity, java.lang.String... keys)
          Add a constraint to the given option set
 OptionData OptionSet.addOption(OptionData.Type type, java.lang.String key, Options.Multiplicity multiplicity)
          Add the given option to the set.
 OptionData OptionSet.addOption(OptionData.Type type, java.lang.String key, java.lang.String altKey, Options.Multiplicity multiplicity)
          Add the given option to the set.
 void Options.addOptionAllSets(OptionData.Type type, java.lang.String key, Options.Multiplicity multiplicity)
          Add the given option to all known sets.
 void Options.addOptionAllSets(OptionData.Type type, java.lang.String key, java.lang.String altKey, Options.Multiplicity multiplicity)
          Add the given option to all known sets.
 Options Options.setDefault(Options.Multiplicity defaultMultiplicity)
          Define the default to use for the multiplicity for options.