public class RightTuple extends Object implements Entry
Modifier and Type | Field and Description |
---|---|
LeftTuple |
firstChild |
protected InternalFactHandle |
handle |
LeftTuple |
lastChild |
protected RightTupleSink |
sink |
protected RightTuple |
stageNext |
protected RightTuple |
stagePrevious |
protected short |
stageType |
Constructor and Description |
---|
RightTuple() |
RightTuple(InternalFactHandle handle) |
RightTuple(InternalFactHandle handle,
RightTupleSink sink) |
protected InternalFactHandle handle
public LeftTuple firstChild
public LeftTuple lastChild
protected RightTupleSink sink
protected short stageType
protected RightTuple stageNext
protected RightTuple stagePrevious
public RightTuple()
public RightTuple(InternalFactHandle handle)
public RightTuple(InternalFactHandle handle, RightTupleSink sink)
public RightTupleSink getRightTupleSink()
public void reAdd()
public void unlinkFromRightParent()
public InternalFactHandle getFactHandle()
public LeftTuple getBlocked()
public void nullBlocked()
public void setLeftTuple(LeftTuple leftTuple)
public LeftTuple getLeftTuple()
public void addBlocked(LeftTuple leftTuple)
public void removeBlocked(LeftTuple leftTuple)
public RightTupleList getMemory()
public void setMemory(RightTupleList memory)
public Entry getPrevious()
public void setPrevious(Entry previous)
public RightTuple getHandlePrevious()
public void setHandlePrevious(RightTuple handlePrevious)
public RightTuple getHandleNext()
public void setHandleNext(RightTuple handleNext)
public LeftTuple getFirstChild()
public void setFirstChild(LeftTuple firstChild)
public LeftTuple getLastChild()
public void setLastChild(LeftTuple lastChild)
public short getStagedType()
public void setStagedType(short stagedType)
public RightTuple getStagedNext()
public void setStagedNext(RightTuple stageNext)
public RightTuple getStagedPrevious()
public void setStagePrevious(RightTuple stagePrevious)
public void clearStaged()
public LeftTuple getTempBlocked()
public void setTempBlocked(LeftTuple tempBlocked)
public RightTuple getTempNextRightTuple()
public void setTempNextRightTuple(RightTuple tempNextRightTuple)
public RightTupleMemory getTempRightTupleMemory()
public void setTempRightTupleMemory(RightTupleMemory tempRightTupleMemory)
public Object getObject()
public void setObject(Object object)
public boolean equals(RightTuple other)
public PropagationContext getPropagationContext()
public void setPropagationContext(PropagationContext propagationContext)
public void clear()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.