org.jcsp.lang
public interface ConnectionFactory
Defines an interface for a factory than can create connections.
Modifier and Type | Method and Description |
---|---|
Any2AnyConnection |
createAny2Any()
Constructs and returns an implementation of
Any2AnyConnection . |
Any2OneConnection |
createAny2One()
Constructs and returns an implementation of
Any2OneConnection . |
One2AnyConnection |
createOne2Any()
Constructs and returns an implementation of
One2AnyConnection . |
One2OneConnection |
createOne2One()
Constructs and returns an implementation of
One2OneConnection . |
One2OneConnection createOne2One()
One2OneConnection
.One2OneConnection
object.Any2OneConnection createAny2One()
Any2OneConnection
.Any2OneConnection
object.One2AnyConnection createOne2Any()
One2AnyConnection
.One2AnyConnection
object.Any2AnyConnection createAny2Any()
Any2AnyConnection
.Any2AnyConnection
object.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.