public static class InternalFactHandle.DummyFactHandle extends Object implements InternalFactHandle
InternalFactHandle.DummyFactHandle, InternalFactHandle.LinkedTuplesequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdummyFactHandleOf, getEntryPointName, getParentHandle, getWorkingMemory, setParentHandlepublic Object getObject()
getObject in interface InternalFactHandlepublic long getId()
getId in interface InternalFactHandlepublic long getRecency()
getRecency in interface InternalFactHandlepublic String getObjectClassName()
getObjectClassName in interface InternalFactHandlepublic void setObject(Object object)
setObject in interface InternalFactHandlepublic void setEqualityKey(EqualityKey key)
setEqualityKey in interface InternalFactHandlepublic EqualityKey getEqualityKey()
getEqualityKey in interface InternalFactHandlepublic void setRecency(long recency)
setRecency in interface InternalFactHandlepublic void invalidate()
invalidate in interface InternalFactHandlepublic boolean isValid()
isValid in interface InternalFactHandlepublic int getIdentityHashCode()
getIdentityHashCode in interface InternalFactHandlepublic int getObjectHashCode()
getObjectHashCode in interface InternalFactHandlepublic boolean isDisconnected()
isDisconnected in interface InternalFactHandlepublic boolean isEvent()
InternalFactHandleisEvent in interface InternalFactHandlepublic boolean isTraitOrTraitable()
isTraitOrTraitable in interface InternalFactHandlepublic boolean isTraitable()
isTraitable in interface InternalFactHandlepublic boolean isTraiting()
isTraiting in interface InternalFactHandlepublic TraitTypeEnum getTraitType()
getTraitType in interface InternalFactHandlepublic RightTuple getFirstRightTuple()
getFirstRightTuple in interface InternalFactHandlepublic LeftTuple getFirstLeftTuple()
getFirstLeftTuple in interface InternalFactHandlepublic EntryPointId getEntryPointId()
getEntryPointId in interface InternalFactHandlepublic WorkingMemoryEntryPoint getEntryPoint(InternalWorkingMemory wm)
getEntryPoint in interface InternalFactHandlepublic InternalFactHandle clone()
clone in interface InternalFactHandleclone in class Objectpublic String toExternalForm()
toExternalForm in interface InternalFactHandletoExternalForm in interface org.kie.api.runtime.rule.FactHandlepublic void disconnect()
disconnect in interface InternalFactHandlepublic void addFirstLeftTuple(LeftTuple leftTuple)
addFirstLeftTuple in interface InternalFactHandlepublic void addLastLeftTuple(LeftTuple leftTuple)
addLastLeftTuple in interface InternalFactHandlepublic void removeLeftTuple(LeftTuple leftTuple)
removeLeftTuple in interface InternalFactHandlepublic void clearLeftTuples()
clearLeftTuples in interface InternalFactHandlepublic void clearRightTuples()
clearRightTuples in interface InternalFactHandlepublic void addFirstRightTuple(RightTuple rightTuple)
addFirstRightTuple in interface InternalFactHandlepublic void addLastRightTuple(RightTuple rightTuple)
addLastRightTuple in interface InternalFactHandlepublic void removeRightTuple(RightTuple rightTuple)
removeRightTuple in interface InternalFactHandlepublic void addTupleInPosition(Tuple tuple)
addTupleInPosition in interface InternalFactHandlepublic boolean isNegated()
isNegated in interface InternalFactHandlepublic void setNegated(boolean negated)
setNegated in interface InternalFactHandlepublic <K> K as(Class<K> klass) throws ClassCastException
as in interface InternalFactHandleClassCastExceptionpublic boolean isExpired()
isExpired in interface InternalFactHandlepublic boolean isPendingRemoveFromStore()
isPendingRemoveFromStore in interface InternalFactHandlepublic void forEachRightTuple(Consumer<RightTuple> rightTupleConsumer)
forEachRightTuple in interface InternalFactHandlepublic void forEachLeftTuple(Consumer<LeftTuple> leftTupleConsumer)
forEachLeftTuple in interface InternalFactHandlepublic RightTuple findFirstRightTuple(Predicate<RightTuple> rightTuplePredicate)
findFirstRightTuple in interface InternalFactHandlepublic LeftTuple findFirstLeftTuple(Predicate<LeftTuple> lefttTuplePredicate)
findFirstLeftTuple in interface InternalFactHandlepublic void setFirstLeftTuple(LeftTuple firstLeftTuple)
setFirstLeftTuple in interface InternalFactHandlepublic InternalFactHandle.LinkedTuples detachLinkedTuples()
detachLinkedTuples in interface InternalFactHandlepublic InternalFactHandle.LinkedTuples detachLinkedTuplesForPartition(int i)
detachLinkedTuplesForPartition in interface InternalFactHandlepublic InternalFactHandle.LinkedTuples getLinkedTuples()
getLinkedTuples in interface InternalFactHandleCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.