Class Beta3Constraint<L,​R1,​R2,​R3,​V>

    • Constructor Detail

      • Beta3Constraint

        public Beta3Constraint​(org.drools.model.Variable<L> leftVariable,
                               String fieldName,
                               org.drools.model.functions.Function1<L,​V> leftExtractor,
                               org.drools.model.Index.ConstraintType constraintType,
                               org.drools.model.Variable<R1> rightVariable1,
                               org.drools.model.Variable<R2> rightVariable2,
                               org.drools.model.Variable<R3> rightVariable3,
                               org.drools.model.functions.Function3<R1,​R2,​R3,​V> rightExtractor)
    • Method Detail

      • addConstraintToPattern

        public void addConstraintToPattern​(org.drools.model.PatternDSL.PatternDef<L> patternDef)