Uses of Interface
org.openl.rules.table.constraints.Constraint
-
Packages that use Constraint Package Description org.openl.rules.table.constraints -
-
Uses of Constraint in org.openl.rules.table.constraints
Classes in org.openl.rules.table.constraints that implement Constraint Modifier and Type Class Description classAbstractConstraintclassDataEnumConstraintclassLessThanConstraintclassMoreThanConstraintclassRegexpValueConstraintConstraint for string values.classUniqueActiveTableConstraintclassUniqueInModuleConstraintMethods in org.openl.rules.table.constraints that return Constraint Modifier and Type Method Description ConstraintConstraints. get(int index)ConstraintConstraintFactory. getConstraint(String value)Methods in org.openl.rules.table.constraints that return types with arguments of type Constraint Modifier and Type Method Description List<Constraint>Constraints. getAll()static List<Constraint>ConstraintsParser. parse(String value)Methods in org.openl.rules.table.constraints with parameters of type Constraint Modifier and Type Method Description voidConstraints. add(Constraint constraint)voidConstraints. remove(Constraint constraint)Method parameters in org.openl.rules.table.constraints with type arguments of type Constraint Modifier and Type Method Description voidConstraints. addAll(List<Constraint> constraints)voidConstraints. setAll(List<Constraint> constraints)Constructor parameters in org.openl.rules.table.constraints with type arguments of type Constraint Constructor Description Constraints(List<Constraint> constraints)
-