Class AlphaConstraintWithRightExtractor<L,​R>

    • Constructor Summary

      Constructors 
      Constructor Description
      AlphaConstraintWithRightExtractor​(org.drools.model.Variable<L> variable, java.lang.String fieldName, org.drools.model.functions.Function1<L,​R> leftExtractor, org.drools.model.Index.ConstraintType constraintType, java.lang.String rightFieldName, org.drools.model.functions.Function1<L,​R> 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

      • AlphaConstraintWithRightExtractor

        public AlphaConstraintWithRightExtractor​(org.drools.model.Variable<L> variable,
                                                 java.lang.String fieldName,
                                                 org.drools.model.functions.Function1<L,​R> leftExtractor,
                                                 org.drools.model.Index.ConstraintType constraintType,
                                                 java.lang.String rightFieldName,
                                                 org.drools.model.functions.Function1<L,​R> rightExtractor)
    • Method Detail

      • addConstraintToPattern

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