Defines an interface for a factory that can create arrays of connections.
Type | Name 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 . |
Constructs and returns an array of instances of an implementation of
Any2AnyConnection
.
Any2AnyConnection
objects.n the
- number of Any2AnyConnection
objects
to construct. Constructs and returns an array of instances of an implementation of
Any2OneConnection
.
Any2OneConnection
objects.n the
- number of Any2OneConnection
objects
to construct. Constructs and returns an array of instances of an implementation of
One2AnyConnection
.
One2AnyConnection
objects.n the
- number of One2AnyConnection
objects
to construct. Constructs and returns an array of instances of an implementation of
One2OneConnection
.
One2OneConnection
objects.n the
- number of One2OneConnection
objects
to construct.