Uses of Class
org.jcsp.util.filter.FilteredChannelEndFactory
-
Packages that use FilteredChannelEndFactory Package Description org.jcsp.net.dynamic Supports dynamic operations over the JCSP.NET infrastructure.org.jcsp.util.filter This defines filtering channels that can apply transformations to objects as they are read and/or written. -
-
Uses of FilteredChannelEndFactory in org.jcsp.net.dynamic
Fields in org.jcsp.net.dynamic declared as FilteredChannelEndFactory Modifier and Type Field Description (package private) static FilteredChannelEndFactory
MigratableAltingChannelInputImpl. FACTORY
Factory for creating filtered channel ends. -
Uses of FilteredChannelEndFactory in org.jcsp.util.filter
Fields in org.jcsp.util.filter declared as FilteredChannelEndFactory Modifier and Type Field Description private static FilteredChannelEndFactory
FilteredChannelEnd. factory
The default factory for creating the channel ends.
-