org.drools.reteoo
Class QueryElementNodeLeftTuple

java.lang.Object
  extended by org.drools.reteoo.BaseLeftTuple
      extended by org.drools.reteoo.QueryElementNodeLeftTuple
All Implemented Interfaces:
Serializable, Entry, LeftTuple, Tuple

public class QueryElementNodeLeftTuple
extends BaseLeftTuple

See Also:
Serialized Form

Constructor Summary
QueryElementNodeLeftTuple()
           
QueryElementNodeLeftTuple(InternalFactHandle factHandle, LeftTupleSink sink, boolean leftTupleMemoryEnabled)
           
QueryElementNodeLeftTuple(LeftTuple leftTuple, LeftTupleSink sink, boolean leftTupleMemoryEnabled)
           
QueryElementNodeLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, LeftTupleSink sink, boolean leftTupleMemoryEnabled)
           
QueryElementNodeLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTupleSink sink)
           
QueryElementNodeLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTupleSink sink, boolean leftTupleMemoryEnabled)
           
 
Method Summary
 
Methods inherited from class org.drools.reteoo.BaseLeftTuple
clearBlocker, decreaseActivationCountForEvents, equals, equals, get, get, getBlockedNext, getBlockedPrevious, getBlocker, getFactHandles, getFirstChild, getHandle, getIndex, getLastChild, getLastHandle, getLeftParent, getLeftParentNext, getLeftParentPrevious, getLeftTupleSink, getMemory, getNext, getObject, getParent, getPrevious, getRightParent, getRightParentNext, getRightParentPrevious, getSink, getSubTuple, hashCode, increaseActivationCountForEvents, reAdd, reAddLeft, reAddRight, setBlockedNext, setBlockedPrevious, setBlocker, setFactHandle, setFirstChild, setHandle, setIndex, setLastChild, setLeftParent, setLeftParentNext, setLeftParentPrevious, setLeftTupleSink, setMemory, setNext, setObject, setParent, setPrevious, setRightParent, setRightParentNext, setRightParentPrevious, setSink, size, toExternalString, toFactHandles, toObjectArray, toString, toTupleTree, unlinkFromLeftParent, unlinkFromRightParent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryElementNodeLeftTuple

public QueryElementNodeLeftTuple()

QueryElementNodeLeftTuple

public QueryElementNodeLeftTuple(InternalFactHandle factHandle,
                                 LeftTupleSink sink,
                                 boolean leftTupleMemoryEnabled)

QueryElementNodeLeftTuple

public QueryElementNodeLeftTuple(LeftTuple leftTuple,
                                 LeftTupleSink sink,
                                 boolean leftTupleMemoryEnabled)

QueryElementNodeLeftTuple

public QueryElementNodeLeftTuple(LeftTuple leftTuple,
                                 RightTuple rightTuple,
                                 LeftTupleSink sink)

QueryElementNodeLeftTuple

public QueryElementNodeLeftTuple(LeftTuple leftTuple,
                                 RightTuple rightTuple,
                                 LeftTupleSink sink,
                                 boolean leftTupleMemoryEnabled)

QueryElementNodeLeftTuple

public QueryElementNodeLeftTuple(LeftTuple leftTuple,
                                 RightTuple rightTuple,
                                 LeftTuple currentLeftChild,
                                 LeftTuple currentRightChild,
                                 LeftTupleSink sink,
                                 boolean leftTupleMemoryEnabled)


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.