Uses of Interface
org.jcsp.lang.ChannelAccept

Packages that use ChannelAccept
org.jcsp.lang This provides classes and interfaces corresponding to the fundamental primitives of CSP. 
 

Uses of ChannelAccept in org.jcsp.lang
 

Classes in org.jcsp.lang that implement ChannelAccept
 class AltingChannelAccept
          This extends Guard and ChannelAccept to enable a process to choose between many CALL channel (and other) events.
 class Any2AnyCallChannel
          This is the super-class for any-to-any interface-specific CALL channels, safe for use by many clients and many servers.
 class Any2OneCallChannel
          This is the super-class for any-to-one interface-specific CALL channels, safe for use by many clients and one server.
 class One2AnyCallChannel
          This is the super-class for one-to-any interface-specific CALL channels, safe for use by one client and many servers.
 class One2OneCallChannel
          This is the super-class for one-to-one interface-specific CALL channels.
 



Copyright © 1996-2012. All Rights Reserved.