Uses of Class
org.jcsp.lang.StandardChannelFactory
Packages that use StandardChannelFactory
Package
Description
This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
This defines filtering channels that can apply transformations to objects
as they are read and/or written.
-
Uses of StandardChannelFactory in org.jcsp.lang
Fields in org.jcsp.lang declared as StandardChannelFactoryModifier and TypeFieldDescriptionprivate static StandardChannelFactory
StandardChannelFactory.defaultInstance
private static final StandardChannelFactory
Channel.factory
The factory to be used by this class.static final StandardChannelFactory
ConnectionServer.FACTORY
The factory for creating channels within servers.Methods in org.jcsp.lang that return StandardChannelFactoryModifier and TypeMethodDescriptionstatic StandardChannelFactory
StandardChannelFactory.getDefaultInstance()
Returns a default instance of a channel factory. -
Uses of StandardChannelFactory in org.jcsp.util.filter
Fields in org.jcsp.util.filter declared as StandardChannelFactoryModifier and TypeFieldDescriptionprivate StandardChannelFactory
FilteredChannelFactory.factory
Underlying factory for creating the base channels.