Uses of Class
org.drools.core.common.EventFactHandle
-
Packages that use EventFactHandle Package Description org.drools.core.common org.drools.core.impl org.drools.core.reteoo org.drools.core.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. -
-
Uses of EventFactHandle in org.drools.core.common
Methods in org.drools.core.common that return EventFactHandle Modifier and Type Method Description EventFactHandleEventFactHandle. clone()EventFactHandleEventFactHandle. cloneAndLink()protected EventFactHandleAbstractFactHandleFactory. createEventFactHandle(long id, Object object, long recency, WorkingMemoryEntryPoint entryPoint, long timestamp, long duration)EventFactHandleEventFactHandle. getLinkedFactHandle()Methods in org.drools.core.common with parameters of type EventFactHandle Modifier and Type Method Description intEventFactHandle. compareTo(EventFactHandle e) -
Uses of EventFactHandle in org.drools.core.impl
Fields in org.drools.core.impl declared as EventFactHandle Modifier and Type Field Description protected EventFactHandleWorkingMemoryReteExpireAction. factHandleMethods in org.drools.core.impl that return EventFactHandle Modifier and Type Method Description EventFactHandleWorkingMemoryReteExpireAction. getFactHandle()Methods in org.drools.core.impl with parameters of type EventFactHandle Modifier and Type Method Description voidWorkingMemoryReteExpireAction. setFactHandle(EventFactHandle factHandle)Constructors in org.drools.core.impl with parameters of type EventFactHandle Constructor Description PartitionAwareWorkingMemoryReteExpireAction(EventFactHandle factHandle, ObjectTypeNode node, int partition)WorkingMemoryReteExpireAction(EventFactHandle factHandle)WorkingMemoryReteExpireAction(EventFactHandle factHandle, ObjectTypeNode node) -
Uses of EventFactHandle in org.drools.core.reteoo
Fields in org.drools.core.reteoo declared as EventFactHandle Modifier and Type Field Description protected EventFactHandleWindowTupleList. handleMethods in org.drools.core.reteoo that return EventFactHandle Modifier and Type Method Description EventFactHandleWindowTupleList. getHandle()Methods in org.drools.core.reteoo that return types with arguments of type EventFactHandle Modifier and Type Method Description Collection<EventFactHandle>WindowNode.WindowMemory. getFactHandles()Constructors in org.drools.core.reteoo with parameters of type EventFactHandle Constructor Description WindowTupleList(EventFactHandle handle, WindowNode node) -
Uses of EventFactHandle in org.drools.core.rule
Fields in org.drools.core.rule declared as EventFactHandle Modifier and Type Field Description EventFactHandle[]SlidingLengthWindow.SlidingLengthWindowContext. handlesMethods in org.drools.core.rule that return EventFactHandle Modifier and Type Method Description EventFactHandleSlidingTimeWindow.SlidingTimeWindowContext. getExpiringHandle()EventFactHandleSlidingTimeWindow.SlidingTimeWindowContext. peek()EventFactHandleSlidingTimeWindow.SlidingTimeWindowContext. poll()EventFactHandleSlidingTimeWindow.SlidingTimeWindowContext. remove()Methods in org.drools.core.rule that return types with arguments of type EventFactHandle Modifier and Type Method Description Collection<EventFactHandle>Behavior.Context. getFactHandles()Collection<EventFactHandle>SlidingLengthWindow.SlidingLengthWindowContext. getFactHandles()Collection<EventFactHandle>SlidingTimeWindow.SlidingTimeWindowContext. getFactHandles()Methods in org.drools.core.rule with parameters of type EventFactHandle Modifier and Type Method Description voidSlidingTimeWindow.SlidingTimeWindowContext. add(EventFactHandle handle)protected booleanSlidingTimeWindow. isExpired(long currentTime, EventFactHandle handle)voidSlidingTimeWindow.SlidingTimeWindowContext. remove(EventFactHandle handle)voidSlidingTimeWindow.SlidingTimeWindowContext. setExpiringHandle(EventFactHandle expiringHandle)
-