Uses of Interface
ml.options.Constraint
-
-
Uses of Constraint in ml.options
Subinterfaces of Constraint in ml.options Modifier and Type Interface Description interfaceXMLConstraintConstraints implementing this interface have - beyond theConstraintinterface - the capability to be created through XML configuration files.Classes in ml.options that implement Constraint Modifier and Type Class Description classExclusiveConstraintA constraint combining one or more options such that just one of them can occur.classValueConstraintA constraint for options taking a value.Methods in ml.options that return types with arguments of type Constraint Modifier and Type Method Description java.util.List<Constraint>Constrainable. getConstraints()Access all known constraintsjava.util.List<Constraint>OptionData. getConstraints()Get the constraints defined for this optionjava.util.List<Constraint>OptionSet. getConstraints()Get the constraints defined for this option setMethods in ml.options with parameters of type Constraint Modifier and Type Method Description voidConstrainable. 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
-