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

    • Constructor Summary

      Constructors 
      Constructor Description
      Beta3Constraint​(org.drools.model.Variable<L> leftVariable, java.lang.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 Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addConstraintToPattern​(org.drools.model.PatternDSL.PatternDef<L> patternDef)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Beta3Constraint

        public Beta3Constraint​(org.drools.model.Variable<L> leftVariable,
                               java.lang.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)