Uses of Interface
org.drools.core.util.DoubleLinkedEntry
Packages that use DoubleLinkedEntry
Package
Description
-
Uses of DoubleLinkedEntry in org.drools.core.common
Subinterfaces of DoubleLinkedEntry in org.drools.core.commonClasses in org.drools.core.common that implement DoubleLinkedEntryModifier and TypeClassDescriptionclassclassclassclassImplementation ofFactHandle. -
Uses of DoubleLinkedEntry in org.drools.core.phreak
Classes in org.drools.core.phreak that implement DoubleLinkedEntryModifier and TypeClassDescriptionclassclassCreated with IntelliJ IDEA. -
Uses of DoubleLinkedEntry in org.drools.core.reteoo
Subinterfaces of DoubleLinkedEntry in org.drools.core.reteooModifier and TypeInterfaceDescriptioninterfaceinterfacePartial matches are propagated through the Rete network asTuples.Classes in org.drools.core.reteoo that implement DoubleLinkedEntryModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classclassBetaMemory<C>static classstatic classclassstatic classstatic classclassA parent class for all specific LeftTuple specializationsclassclassstatic classstatic classclassstatic classclassclassclassclassstatic classclassstatic classclassA specialisation of RightTuples that also belong to a window -
Uses of DoubleLinkedEntry in org.drools.core.time.impl
Classes in org.drools.core.time.impl that implement DoubleLinkedEntryModifier and TypeClassDescriptionclassAbstractJobHandle<T extends AbstractJobHandle<T>>classA default implementation for the JobHandle interfacestatic class -
Uses of DoubleLinkedEntry in org.drools.core.util
Classes in org.drools.core.util with type parameters of type DoubleLinkedEntryModifier and TypeClassDescriptionclassAbstractLinkedListNode<T extends DoubleLinkedEntry<T>>Provides a abstract base implementation that an object can extend so that it can be used in a LinkedList.interfaceDoubleLinkedEntry<T extends DoubleLinkedEntry<T>>Items placed in aLinkedListmust implement this interface .classLinkedList<T extends DoubleLinkedEntry<T>>This is a simple linked implementation.static classLinkedList.JavaUtilIterator<T extends DoubleLinkedEntry<T>>static classLinkedList.LinkedListIterator<T extends DoubleLinkedEntry<T>>Returns a list iteratorclassLinkedListEntry<T1 extends DoubleLinkedEntry<T1>,T2> The idea behindLinkedListNodeWrapperis to be able to add the sameLinkedListNodeto multipleLinkedLists where the node can have different previous and next nodes in each list.Classes in org.drools.core.util that implement DoubleLinkedEntryModifier and TypeClassDescriptionclassAbstractLinkedListNode<T extends DoubleLinkedEntry<T>>Provides a abstract base implementation that an object can extend so that it can be used in a LinkedList.classLinkedListEntry<T1 extends DoubleLinkedEntry<T1>,T2> The idea behindLinkedListNodeWrapperis to be able to add the sameLinkedListNodeto multipleLinkedLists where the node can have different previous and next nodes in each list.