Uses of Interface
ml.options.Constraint
-
Uses of Constraint in ml.options
Subinterfaces of Constraint in ml.optionsModifier and TypeInterfaceDescriptioninterfaceConstraints implementing this interface have - beyond theConstraintinterface - the capability to be created through XML configuration files.Classes in ml.options that implement ConstraintModifier and TypeClassDescriptionclassA constraint combining one or more options such that just one of them can occur.classA 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 TypeMethodDescriptionvoidConstrainable.addConstraint(Constraint constraint) Add a constraint to this instance.voidOptionData.addConstraint(Constraint constraint) Add a constraint for this optionvoidOptionSet.addConstraint(Constraint constraint) Add a constraint for this option set