| Interface | Description |
|---|---|
| AbstractClockedSignalSource |
Common interface of all signal (time-dependent value) sources whose observable
state is driven by a clock.
|
| AbstractSignalSource |
Common interface of all signal (time-dependent value) sources.
|
| BooleanClockedSignalSource |
Interface of a signal (time-dependent value) source of primitive type
boolean whose observable state is
driven by a clock. |
| BooleanClockedSignalSourceVector |
Interface of aggregates of signal sources of primitive type
boolean whose observable state
is driven by a clock. |
| BooleanSignalSource |
Interface of a signal (time-dependent value) source of primitive type
boolean. |
| BooleanSignalSourceVector<S extends BooleanSignalSource> |
Interface of aggregates of signal sources of primitive type
boolean. |
| BooleanSignalSourceVector.Mutable<S extends BooleanSignalSource> |
Interface of mutable aggregates of signal sources of primitive type
boolean. |
| ClockedSignalSource<A> |
Interface of a signal (time-dependent value) source of a fixed object
type whose observable state is
driven by a clock.
|
| ClockedSignalSourceVector<A> |
Interface of aggregates of signal sources of a fixed object
type whose observable state
is driven by a clock.
|
| Component |
Interface of computational components whose observable state is
changed atomically by a delegate object at specified events in time.
|
| DoubleClockedSignalSource |
Interface of a signal (time-dependent value) source of primitive type
double whose observable state is
driven by a clock. |
| DoubleClockedSignalSourceVector |
Interface of aggregates of signal sources of primitive type
double whose observable state
is driven by a clock. |
| DoubleSignalSource |
Interface of a signal (time-dependent value) source of primitive type
double. |
| DoubleSignalSourceVector<S extends DoubleSignalSource> |
Interface of aggregates of signal sources of primitive type
double. |
| DoubleSignalSourceVector.Mutable<S extends DoubleSignalSource> |
Interface of mutable aggregates of signal sources of primitive type
double. |
| EnumClockedSignalSource<E extends Enum<E>> |
Interface of a signal source with
enum values at construction time
but ordinal int values at runtime and whose observable state is
driven by a clock. |
| EnumSignalSource<E extends Enum<E>> |
Interface of a signal source with
enum values at
construction time but ordinal int values at runtime. |
| FloatClockedSignalSource |
Interface of a signal (time-dependent value) source of primitive type
float whose observable state is
driven by a clock. |
| FloatClockedSignalSourceVector |
Interface of aggregates of signal sources of primitive type
float whose observable state
is driven by a clock. |
| FloatSignalSource |
Interface of a signal (time-dependent value) source of primitive type
float. |
| FloatSignalSourceVector<S extends FloatSignalSource> |
Interface of aggregates of signal sources of primitive type
float. |
| FloatSignalSourceVector.Mutable<S extends FloatSignalSource> |
Interface of mutable aggregates of signal sources of primitive type
float. |
| IntArrayBufferSink.Collector | |
| IntBufferSink | |
| IntClockedSignalSource |
Interface of a signal (time-dependent value) source of primitive type
int whose observable state is
driven by a clock. |
| IntClockedSignalSourceVector |
Interface of aggregates of signal sources of primitive type
int whose observable state
is driven by a clock. |
| IntSignalSource |
Interface of a signal (time-dependent value) source of primitive type
int. |
| IntSignalSourceVector<S extends IntSignalSource> |
Interface of aggregates of signal sources of primitive type
int. |
| IntSignalSourceVector.Mutable<S extends IntSignalSource> |
Interface of mutable aggregates of signal sources of primitive type
int. |
| LongClockedSignalSource |
Interface of a signal (time-dependent value) source of primitive type
long whose observable state is
driven by a clock. |
| LongClockedSignalSourceVector |
Interface of aggregates of signal sources of primitive type
long whose observable state
is driven by a clock. |
| LongSignalSource |
Interface of a signal (time-dependent value) source of primitive type
long. |
| LongSignalSourceVector<S extends LongSignalSource> |
Interface of aggregates of signal sources of primitive type
long. |
| LongSignalSourceVector.Mutable<S extends LongSignalSource> |
Interface of mutable aggregates of signal sources of primitive type
long. |
| PrimitiveBooleanSignalSourceVector |
Interface of aggregates of signal sources of primitive type
boolean. |
| PrimitiveDoubleSignalSourceVector |
Interface of aggregates of signal sources of primitive type
double. |
| PrimitiveFloatSignalSourceVector |
Interface of aggregates of signal sources of primitive type
float. |
| PrimitiveIntSignalSourceVector |
Interface of aggregates of signal sources of primitive type
int. |
| PrimitiveLongSignalSourceVector |
Interface of aggregates of signal sources of primitive type
long. |
| Process |
Interface of computational processes that cause observable state changes at
specified events in real or symbolic time.
|
| Register |
Interface of components that have two separable phases of state change.
|
| SignalProbe<K> |
Interface for cross-cutting observers of signal values in a network.
|
| SignalSource<A> |
Interface of a signal (time-dependent value) source of a fixed
object type.
|
| SignalSourceVector<A,S extends SignalSource<A>> |
Interface of aggregates of signal sources of a fixed object
type.
|
| SignalSourceVector.Mutable<A,S extends SignalSource<A>> |
Interface of mutable aggregates of signal sources of a fixed
object type.
|
| Class | Description |
|---|---|
| AbstractSignalSourceChooser |
Base class for signal sources of that choose dynamically from a fixed
collection of inputs.
|
| BaseBooleanOperators |
Utility class with static tools concerning operators of primitive type
boolean. |
| BaseDoubleOperators |
Utility class with static tools concerning operators of primitive type
double. |
| BaseFloatOperators |
Utility class with static tools concerning operators of primitive type
float. |
| BaseIntOperators |
Utility class with static tools concerning operators of primitive type
int. |
| BaseLongOperators |
Utility class with static tools concerning operators of primitive type
long. |
| BaseOperators |
Utility class with static tools concerning operators of object
type.
|
| BooleanDelay |
A component that forwards the value from an input signal source
delayed by a single clock tick.
|
| BooleanDelayVector |
Aggregates of delay signal sources of primitive type
boolean. |
| BooleanMultiDelay |
A component that forwards the value from a signal source delayed by a specified
number of clock ticks.
|
| BooleanOperators | |
| BooleanSignalPort |
A receptacle for a signal source than can be plugged at runtime, even if
compiled.
|
| BooleanSignalSourceChooser |
Base class for signal sources of primitive type
boolean that choose
dynamically from a fixed collection of inputs. |
| BooleanSignalSourceChooser.OfEnum<E extends Enum<E>> | |
| BooleanSignalSourceChooser.OfEnumInt<E extends Enum<E>> | |
| BooleanSignalSourceChooser.OfInt | |
| BooleanStoredSignalSource |
Common base class for signal (time-dependent value) sources of
primitive type
boolean whose output is the value of a variable that is
updated only as driven by a clock. |
| ClassUtils | |
| ConstantRealtimeContext |
Source of information about constant-rate realtime sampling control flow.
|
| CSVLogger<K> | |
| Delay<A> |
A component that forwards the value from an input signal source
delayed by a single clock tick.
|
| DelayVector<A> |
Aggregates of delay signal sources of a fixed object
type.
|
| DoubleClockedSignalSource.AbstractRandom | |
| DoubleDelay |
A component that forwards the value from an input signal source
delayed by a single clock tick.
|
| DoubleDelayVector |
Aggregates of delay signal sources of primitive type
double. |
| DoubleMultiDelay |
A component that forwards the value from a signal source delayed by a specified
number of clock ticks.
|
| DoubleOperators | |
| DoubleSignalPort |
A receptacle for a signal source than can be plugged at runtime, even if
compiled.
|
| DoubleSignalSourceChooser |
Base class for signal sources of primitive type
double that choose
dynamically from a fixed collection of inputs. |
| DoubleSignalSourceChooser.OfEnum<E extends Enum<E>> | |
| DoubleSignalSourceChooser.OfEnumInt<E extends Enum<E>> | |
| DoubleSignalSourceChooser.OfInt | |
| DoubleStoredSignalSource |
Common base class for signal (time-dependent value) sources of
primitive type
double whose output is the value of a variable that is
updated only as driven by a clock. |
| DoubleUpsamplingSignalSource |
A signal source whose value can be set asynchronously.
|
| EnumDelay<E extends Enum<E>> | |
| EnumSignalSourceChooser<E extends Enum<E>,F extends Enum<F>> | |
| EnumStoredSignalSource<E extends Enum<E>> | |
| EnumUtils | |
| FloatClockedSignalSource.AbstractRandom | |
| FloatDelay |
A component that forwards the value from an input signal source
delayed by a single clock tick.
|
| FloatDelayVector |
Aggregates of delay signal sources of primitive type
float. |
| FloatMultiDelay |
A component that forwards the value from a signal source delayed by a specified
number of clock ticks.
|
| FloatOperators | |
| FloatSignalPort |
A receptacle for a signal source than can be plugged at runtime, even if
compiled.
|
| FloatSignalSourceChooser |
Base class for signal sources of primitive type
float that choose
dynamically from a fixed collection of inputs. |
| FloatSignalSourceChooser.OfEnum<E extends Enum<E>> | |
| FloatSignalSourceChooser.OfEnumInt<E extends Enum<E>> | |
| FloatSignalSourceChooser.OfInt | |
| FloatStoredSignalSource |
Common base class for signal (time-dependent value) sources of
primitive type
float whose output is the value of a variable that is
updated only as driven by a clock. |
| FloatUpsamplingSignalSource |
A signal source whose value can be set asynchronously.
|
| IntArrayBufferSink | |
| IntClockedSignalSource.AbstractRandom | |
| IntClockedSignalSourceFraction | |
| IntDelay |
A component that forwards the value from an input signal source
delayed by a single clock tick.
|
| IntDelayVector |
Aggregates of delay signal sources of primitive type
int. |
| IntFraction |
Representation of fractions.
|
| IntMultiDelay |
A component that forwards the value from a signal source delayed by a specified
number of clock ticks.
|
| IntOperators | |
| IntSignalPort |
A receptacle for a signal source than can be plugged at runtime, even if
compiled.
|
| IntSignalSourceChooser |
Base class for signal sources of primitive type
int that choose
dynamically from a fixed collection of inputs. |
| IntSignalSourceChooser.OfEnum<E extends Enum<E>> | |
| IntSignalSourceChooser.OfEnumInt<E extends Enum<E>> | |
| IntSignalSourceChooser.OfInt | |
| IntSignalSourceFraction | |
| IntStoredSignalSource |
Common base class for signal (time-dependent value) sources of
primitive type
int whose output is the value of a variable that is
updated only as driven by a clock. |
| LongClockedSignalSource.AbstractRandom | |
| LongClockedSignalSourceFraction | |
| LongDelay |
A component that forwards the value from an input signal source
delayed by a single clock tick.
|
| LongDelayVector |
Aggregates of delay signal sources of primitive type
long. |
| LongFraction |
Representation of fractions.
|
| LongMultiDelay |
A component that forwards the value from a signal source delayed by a specified
number of clock ticks.
|
| LongOperators | |
| LongSignalPort |
A receptacle for a signal source than can be plugged at runtime, even if
compiled.
|
| LongSignalSourceChooser |
Base class for signal sources of primitive type
long that choose
dynamically from a fixed collection of inputs. |
| LongSignalSourceChooser.OfEnum<E extends Enum<E>> | |
| LongSignalSourceChooser.OfEnumInt<E extends Enum<E>> | |
| LongSignalSourceChooser.OfInt | |
| LongSignalSourceFraction | |
| LongStoredSignalSource |
Common base class for signal (time-dependent value) sources of
primitive type
long whose output is the value of a variable that is
updated only as driven by a clock. |
| MultiDelay<A> |
A component that forwards the value from a signal source delayed by a specified
number of clock ticks.
|
| Operators | |
| Process.Proxy | |
| RealtimeContext |
Source of information about realtime sampling control flow.
|
| SeriesTest | |
| SignalPort<A> |
A receptacle for a signal source than can be plugged at runtime, even if
compiled.
|
| SignalSourceChooser<A> |
Base class for signal sources of a fixed object
type that choose
dynamically from a fixed collection of inputs.
|
| SignalSourceChooser.OfEnum<E extends Enum<E>,A> | |
| SignalSourceChooser.OfEnumInt<E extends Enum<E>,A> | |
| SignalSourceChooser.OfInt<A> | |
| StoredSignalSource<A> |
Common base class for signal (time-dependent value) sources of
a fixed object type whose output is the value of a variable that is
updated only as driven by a clock.
|
| ThueMorse |
| Enum | Description |
|---|---|
| IntBufferSink.OverflowPolicy |