Class IntDelayVector

All Implemented Interfaces:
CompilableControlFlow, Component, IntSignalSourceVector<IntDelay>, Process, Register, Iterable<IntDelay>, Collection<IntDelay>, List<IntDelay>

public class IntDelayVector extends AbstractList<IntDelay> implements IntSignalSourceVector<IntDelay>, Process, Register
Aggregates of delay signal sources of primitive type int.

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: