Class ByteDelayVector

All Implemented Interfaces:
ByteSignalSourceVector<ByteDelay>, CompilableControlFlow, Component, Process, Register, Iterable<ByteDelay>, Collection<ByteDelay>, List<ByteDelay>

public class ByteDelayVector extends AbstractList<ByteDelay> implements ByteSignalSourceVector<ByteDelay>, Process, Register
Aggregates of delay signal sources of primitive type byte.

Instances of this class are intended for grouping single-step delay signal sources and routing parallel data flow at contruction time of a network. They do not themselves contribute to realtime behavior.

See Also: