Package seda.sandStorm.core

Interface Summary
ssLinkedListComparator The ssLinkedListComparator interface allows you to search for elements inside a ssLinkedList.
 

Class Summary
BufferElement A BufferElement is a QueueElementIF which represents a memory buffer.
FiniteQueue The FiniteQueue class is a simple implementation of the QueueIF interface, using a linked list.
MulticlassRateLimitingPredicate This enqueue predicate implements multiclass input rate policing.
NullElement This is a 'null' QueueElementIF implementation, which can be used for signalling.
QueueThresholdPredicate This enqueue predicate implements a simple threshold for the size of the queue.
RateLimitingPredicate This enqueue predicate implements input rate policing.
SimpleSink The SimpleSink class is an abstract class which implements 'null' functionality for most of the administrative methods of SinkIF.
ssLinkedList The ssLinkedList class is just that - a linked list abstraction that supports very efficient insertion and deletion, as well as an Enumeration interface.
ssLinkedListEqualityComparator This class provides a default comparator for matching objects on ssLinkedLists.
ssTimer The ssTimer class provides a mechanism for registering timer events that will go off at some future time.
ssTimer.GQEString  
ssTimer.ssTimerEvent  
TimeStampedEvent A TimeStampedEvent is an abstract superclass for events that wish to carry a timestamp.