Package io.deephaven.query.parameterized
Interface Constraint
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
Comparison
,Composition
,InConstraint
,Unconstrained
A constraint defines constraints on the allowable values of
Parameter
s. These can be used
paired with a Constraint.Visitor
to validata an input value, or generate an appropriate UI-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
A visitor which allows you to process the potentially complex AST of conditions to produce various things (a widget for example, or a simple validation). -
Field Summary
Fields -
Method Summary
-
Field Details
-
UNCONSTRAINED
-
-
Method Details
-
traverse
-