Uses of Interface
org.jcsp.lang.ChannelAccept

Packages that use ChannelAccept
Package
Description
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
    Modifier and Type
    Class
    Description
    class 
    This extends Guard and ChannelAccept to enable a process to choose between many CALL channel (and other) events.
    class 
    This is the super-class for any-to-any interface-specific CALL channels, safe for use by many clients and many servers.
    class 
    This is the super-class for any-to-one interface-specific CALL channels, safe for use by many clients and one server.
    class 
    This is the super-class for one-to-any interface-specific CALL channels, safe for use by one client and many servers.
    class 
    This is the super-class for one-to-one interface-specific CALL channels.