org.jcsp.lang
public interface ConnectionArrayFactory
Modifier and Type | Method and Description |
---|---|
Any2AnyConnection[] |
createAny2Any(int n)
Constructs and returns an array of instances of an implementation of
Any2AnyConnection . |
Any2OneConnection[] |
createAny2One(int n)
Constructs and returns an array of instances of an implementation of
Any2OneConnection . |
One2AnyConnection[] |
createOne2Any(int n)
Constructs and returns an array of instances of an implementation of
One2AnyConnection . |
One2OneConnection[] |
createOne2One(int n)
Constructs and returns an array of instances of an implementation of
One2OneConnection . |
One2OneConnection[] createOne2One(int n)
One2OneConnection
.n
- the number of One2OneConnection
objects
to construct.One2OneConnection
objects.Any2OneConnection[] createAny2One(int n)
Any2OneConnection
.n
- the number of Any2OneConnection
objects
to construct.Any2OneConnection
objects.One2AnyConnection[] createOne2Any(int n)
One2AnyConnection
.n
- the number of One2AnyConnection
objects
to construct.One2AnyConnection
objects.Any2AnyConnection[] createAny2Any(int n)
Any2AnyConnection
.n
- the number of Any2AnyConnection
objects
to construct.Any2AnyConnection
objects.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.