Uses of Interface
org.jcsp.util.filter.FilteredAny2OneChannel

Packages that use FilteredAny2OneChannel
org.jcsp.net This is main package for JCSP.NET. 
org.jcsp.util.filter This defines filtering channels that can apply transformations to objects as they are read and/or written. 
 

Uses of FilteredAny2OneChannel in org.jcsp.net
 

Fields in org.jcsp.net declared as FilteredAny2OneChannel
protected  FilteredAny2OneChannel Link.txChannel
          The channel used for TX over the link.
 

Uses of FilteredAny2OneChannel in org.jcsp.util.filter
 

Methods in org.jcsp.util.filter that return FilteredAny2OneChannel
static FilteredAny2OneChannel FilteredChannel.createAny2One()
          Creates a new Any2One filtered channel.
static FilteredAny2OneChannel FilteredChannel.createAny2One(ChannelDataStore buffer)
          Creates a new Any2One filtered channel with a given buffering behaviour.
static FilteredAny2OneChannel[] FilteredChannel.createAny2One(ChannelDataStore buffer, int n)
          Constructs and returns an array of Any2OneChannel objects with a given buffer.
static FilteredAny2OneChannel[] FilteredChannel.createAny2One(int n)
          Constructs and returns an array of Any2OneChannel objects.
 



Copyright © 1996-2012. All Rights Reserved.