Defines an interface for a factory that can create arrays of channels carrying integers.
Type | Name and description |
---|---|
Any2AnyChannelInt[] |
createAny2Any(int n) Creates a populated array of n Any2Any channels. |
Any2OneChannelInt[] |
createAny2One(int n) Creates a populated array of n Any2One channels. |
One2AnyChannelInt[] |
createOne2Any(int n) Creates a populated array of n One2Any channels. |
One2OneChannelInt[] |
createOne2One(int n) Creates a populated array of n One2One channels. |
Creates a populated array of n
Any2Any
channels.
n
- the size of the array. Creates a populated array of n
Any2One
channels.
n
- the size of the array. Creates a populated array of n
One2Any
channels.
n
- the size of the array. Creates a populated array of n
One2One
channels.
n
- the size of the array.