| Package | Description |
|---|---|
| org.openl.rules.table.constraints |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConstraint |
class |
DataEnumConstraint |
class |
LessThanConstraint |
class |
MoreThanConstraint |
class |
RegexpValueConstraint
Constraint for string values.
|
class |
UniqueActiveTableConstraint |
class |
UniqueInModuleConstraint |
| Modifier and Type | Method and Description |
|---|---|
Constraint |
Constraints.get(int index) |
Constraint |
ConstraintFactory.getConstraint(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<Constraint> |
Constraints.getAll() |
static List<Constraint> |
ConstraintsParser.parse(String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
Constraints.add(Constraint constraint) |
void |
Constraints.remove(Constraint constraint) |
| Modifier and Type | Method and Description |
|---|---|
void |
Constraints.addAll(List<Constraint> constraints) |
void |
Constraints.setAll(List<Constraint> constraints) |
| Constructor and Description |
|---|
Constraints(List<Constraint> constraints) |
Copyright © 2004–2019 OpenL Tablets. All rights reserved.