Class Beta1Constraint<L,​R,​V>

    • Constructor Summary

      Constructors 
      Constructor Description
      Beta1Constraint​(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<R> rightVariable, org.drools.model.functions.Function1<R,​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

      • Beta1Constraint

        public Beta1Constraint​(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<R> rightVariable,
                               org.drools.model.functions.Function1<R,​V> rightExtractor)
    • Method Detail

      • addConstraintToPattern

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