Class Beta2Constraint<L,​R1,​R2,​V>

    • Constructor Summary

      Constructors 
      Constructor Description
      Beta2Constraint​(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.functions.Function2<R1,​R2,​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

      • Beta2Constraint

        public Beta2Constraint​(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.functions.Function2<R1,​R2,​V> rightExtractor)
    • Method Detail

      • addConstraintToPattern

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