|
CSP for Java (JCSP) 1.1-rc4 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionArrayFactory
Defines an interface for a factory that can create arrays of connections.
Method Summary | |
---|---|
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 . |
Method Detail |
---|
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.
|
CSP for Java (JCSP) 1.1-rc4 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |