Uses of Interface
ml.options.Constraint
-
Uses of Constraint in ml.options
Subinterfaces of Constraint in ml.optionsModifier and TypeInterfaceDescriptioninterface
Constraints implementing this interface have - beyond theConstraint
interface - the capability to be created through XML configuration files.Classes in ml.options that implement ConstraintModifier and TypeClassDescriptionclass
A constraint combining one or more options such that just one of them can occur.class
A constraint for options taking a value.Methods in ml.options that return types with arguments of type ConstraintModifier and TypeMethodDescriptionConstrainable.getConstraints()
Access all known constraintsOptionData.getConstraints()
Get the constraints defined for this optionOptionSet.getConstraints()
Get the constraints defined for this option setMethods in ml.options with parameters of type ConstraintModifier and TypeMethodDescriptionvoid
Constrainable.addConstraint
(Constraint constraint) Add a constraint to this instance.void
OptionData.addConstraint
(Constraint constraint) Add a constraint for this optionvoid
OptionSet.addConstraint
(Constraint constraint) Add a constraint for this option set