Class AbstractConstraint<L,R>
java.lang.Object
org.drools.ruleunits.dsl.constraints.AbstractConstraint<L,R>
- All Implemented Interfaces:
Constraint<L>
- Direct Known Subclasses:
AlphaConstraintWithRightExtractor,AlphaConstraintWithRightValue,Beta1Constraint,Beta2Constraint,Beta3Constraint
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAbstractConstraint(Variable<L> leftVariable, String leftFieldName, Function1<L, R> leftExtractor, Index.ConstraintType constraintType) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.drools.ruleunits.dsl.constraints.Constraint
addConstraintToPattern
-
Field Details
-
leftVariable
-
leftFieldName
-
leftExtractor
-
constraintType
-
-
Constructor Details
-
AbstractConstraint
-