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