org.jcsp.lang
public interface ChannelIntArrayFactory
Modifier and Type | Method and Description |
---|---|
Any2AnyChannelInt[] |
createAny2Any(int n)
Deprecated.
Creates a populated array of
n Any2Any channels. |
Any2OneChannelInt[] |
createAny2One(int n)
Deprecated.
Creates a populated array of
n Any2One channels. |
One2AnyChannelInt[] |
createOne2Any(int n)
Deprecated.
Creates a populated array of
n One2Any channels. |
One2OneChannelInt[] |
createOne2One(int n)
Deprecated.
Creates a populated array of
n One2One channels. |
One2OneChannelInt[] createOne2One(int n)
n
One2One
channels.n
- the size of the array.Any2OneChannelInt[] createAny2One(int n)
n
Any2One
channels.n
- the size of the array.One2AnyChannelInt[] createOne2Any(int n)
n
One2Any
channels.n
- the size of the array.Any2AnyChannelInt[] createAny2Any(int n)
n
Any2Any
channels.n
- the size of the array.Submit a bug or feature to jcsp-team@kent.ac.uk
Version 1.1-rc4 of the JCSP API Specification (Copyright 1997-2008 P.D.Austin and P.H.Welch - All Rights Reserved)
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.