- acceptsData() - Method in class ml.options.OptionSet
-
Indicate whether this set accepts data (which means that maxData
is 1 or larger).
- add(OptionSet, Options.Multiplicity, String...) - Static method in class ml.options.ExclusiveConstraint
-
Add a constraint to the given option set
- add(OptionSet, String...) - Static method in class ml.options.ExclusiveConstraint
-
Add a constraint to the given option set using the default multiplicity defined for this set
- add(OptionData, String[], boolean) - Static method in class ml.options.ValueConstraint
-
- add(OptionData, int[]) - Static method in class ml.options.ValueConstraint
-
- add(OptionData, int, int) - Static method in class ml.options.ValueConstraint
-
- add(OptionData, ValueConstraint.Type, String) - Static method in class ml.options.ValueConstraint
-
- addConstraint(Constraint) - Method in interface ml.options.Constrainable
-
Add a constraint to this instance.
- addConstraint(Constraint) - Method in class ml.options.OptionData
-
Add a constraint for this option
- addConstraint(Constraint) - Method in class ml.options.OptionSet
-
Add a constraint for this option set
- addOption(OptionData.Type, String) - Method in class ml.options.OptionSet
-
Add the given option to the set.
- addOption(OptionData.Type, String, Options.Multiplicity) - Method in class ml.options.OptionSet
-
Add the given option to the set.
- addOption(OptionData.Type, String, String) - Method in class ml.options.OptionSet
-
Add the given option to the set.
- addOption(OptionData.Type, String, String, Options.Multiplicity) - Method in class ml.options.OptionSet
-
Add the given option to the set.
- addOptionAllSets(OptionData.Type, String) - Method in class ml.options.Options
-
Add the given option to all known sets.
- addOptionAllSets(OptionData.Type, String, Options.Multiplicity) - Method in class ml.options.Options
-
Add the given option to all known sets.
- addOptionAllSets(OptionData.Type, String, String) - Method in class ml.options.Options
-
Add the given option to all known sets.
- addOptionAllSets(OptionData.Type, String, String, Options.Multiplicity) - Method in class ml.options.Options
-
Add the given option to all known sets.
- addSet(String, int, int) - Method in class ml.options.Options
-
Add an option set.
- addSet(String, int) - Method in class ml.options.Options
-
Add an option set.
- addSet(String) - Method in class ml.options.Options
-
Add an option set.
- addSet(String, OptionSet) - Method in class ml.options.Options
-
Add an option set by cloning an existing set.