Uses of Class
org.jcsp.lang.AltingChannelAccept
-
Packages that use AltingChannelAccept Package Description org.jcsp.lang This provides classes and interfaces corresponding to the fundamental primitives of CSP. -
-
Uses of AltingChannelAccept in org.jcsp.lang
Subclasses of AltingChannelAccept in org.jcsp.lang Modifier and Type Class Description 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
One2OneCallChannel
This is the super-class for one-to-one interface-specific CALL channels.
-