Package org.drools.reteoo

Examples of org.drools.reteoo.RuleTerminalNode.retractLeftTuple()


                LeftTuple rtnLeftTuple = ( LeftTuple ) leftTuple.getObject();
                LeftTuple mainLeftTuple = leftTuple.getFirstChild();
                          
                if ( rtnLeftTuple != null ) {
                    RuleTerminalNode rtn = ( RuleTerminalNode ) rtnLeftTuple.getSink();
                    rtn.retractLeftTuple( rtnLeftTuple, rtnLeftTuple.getPropagationContext(), wm );
                }
               
              if ( mainLeftTuple != null ) {                   
                  switch ( mainLeftTuple.getStagedType() ) {
                      // handle clash with already staged entries
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.