Package | Description |
---|---|
ptolemy.actor.util |
Actor utilities.
|
ptolemy.actor.util.test |
The ptolemy.actor.util.test package.
|
Modifier and Type | Class and Description |
---|---|
static class |
TimedEvent.TimeComparator
This class implements the CQComparator interface.
|
Constructor and Description |
---|
CalendarQueue(CQComparator comparator)
Construct an empty queue with a given comparator, which
is used to sort the entries.
|
CalendarQueue(CQComparator comparator,
int minNumBuckets,
int binCountFactor)
Construct an empty queue with the specified comparator,
which is used to sort the entries, the specified
minimum number of buckets, and the specified bin count factor.
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleCQComparator
This class implements the CQComparator interface.
|