CSP for Java
(JCSP) 1.1-rc4
A B C D E F G H I J L M N O P R S T U V W X Z

M

main(String[]) - Static method in class org.jcsp.net.remote.ChildProcess
Program entry point.
main(String[]) - Static method in class org.jcsp.net.remote.SpawnerService
Program entry point.
main(String[]) - Static method in class org.jcsp.net.remote.SpawnerServiceNT
Creates a service instance and sets it running.
main(String[]) - Static method in class org.jcsp.net.settings.ConfigReader
Diagnostic routine.
main(String[]) - Static method in class org.jcsp.net.tcpip.TCPIPCNSServer
Main method, running the service.
main(String[]) - Static method in class org.jcsp.net.tcpip.TCPIPCNSServer2
Main method, running the service.
main(String[]) - Static method in class org.jcsp.net.tcpip.TCPIPCNSServerNT
Creates a new service instance and sets it running.
mark() - Method in class org.jcsp.lang.AltingBarrier
A process may hand its barrier front-end over to another process, but the receiving process must invoke this method before using it.
MAX_LOGGING - Static variable in class org.jcsp.net.Logger
The logging level for really important messages.
MaxPing - Class in org.jcsp.net.settings
Used internally within the JCSP network infrastructure to represent a maximum ping rate.
MaxSpeed - Class in org.jcsp.net.settings
Used internally within the JCSP network infrastructure to represent a maximum speed.
Memory - Class in org.jcsp.net.settings
Used internally within the JCSP network infrastructure to represent a memory value.
Merge - Class in org.jcsp.plugNplay
Merges an array of strictly increasing Integer input streams into one strictly increasing output stream.
Merge(ChannelInput[], ChannelOutput) - Constructor for class org.jcsp.plugNplay.Merge
Construct a new Merge2 process with the input channels inand the output channel out.
Merge2 - Class in org.jcsp.plugNplay
Merges two strictly increasing Integer input streams into one strictly increasing output stream.
Merge2(ChannelInput, ChannelInput, ChannelOutput) - Constructor for class org.jcsp.plugNplay.Merge2
Construct a new Merge2 process with the input channels in0 and in1 and the output channel out.
Merge2Int - Class in org.jcsp.plugNplay.ints
Merges two strictly increasing int input streams into one strictly increasing output stream.
Merge2Int(ChannelInputInt, ChannelInputInt, ChannelOutputInt) - Constructor for class org.jcsp.plugNplay.ints.Merge2Int
Construct a new Merge2Int process with the input channels in0 and in1 and the output channel out.
MergeInt - Class in org.jcsp.plugNplay.ints
Merges an array of strictly increasing int input streams into one strictly increasing output stream.
MergeInt(ChannelInputInt[], ChannelOutputInt) - Constructor for class org.jcsp.plugNplay.ints.MergeInt
Construct a new Merge2Int process with the input channels inand the output channel out.
MigratableAltingChannelInput - Class in org.jcsp.net.dynamic
A migratable input channel end that can be used as a guard within an Alternative.
MigratableAltingChannelInput(NetAltingChannelInput) - Constructor for class org.jcsp.net.dynamic.MigratableAltingChannelInput
Constructs a new MigratableAltingChannelInput for the underlying channel.
MigratableAltingChannelInput() - Constructor for class org.jcsp.net.dynamic.MigratableAltingChannelInput
Constructs a new MigratableAltingChannelInput.
MigratableChannelEnd - Class in org.jcsp.net.dynamic
Static factory for creating migratable channel ends.
MigratableChannelEndFactory - Class in org.jcsp.net.dynamic
Factory for creating networked migratable channel ends.
MigratableChannelEndFactory() - Constructor for class org.jcsp.net.dynamic.MigratableChannelEndFactory
Constructs a new MigratableChannelEndFactory.
MigratableChannelInput - Interface in org.jcsp.net.dynamic
A migratable networked input channel end.
MigratableChannelOutput - Interface in org.jcsp.net.dynamic
A migratable networked channel output end.
MinMemory - Class in org.jcsp.net.settings
Used internally within the JCSP network infrastructure to represent a minimum memory setting.
MinSpeed - Class in org.jcsp.net.settings
Used internally within the JCSP network infrastructure to represent a minimum speed setting.
MODE_ARBITRARY - Static variable in class org.jcsp.lang.InlineAlternative
Flags to control behaviour of this ALT if used as a guard.
MODE_FAIR - Static variable in class org.jcsp.lang.InlineAlternative
Flags to control behaviour of this ALT if used as a guard.
MODE_PRI - Static variable in class org.jcsp.lang.InlineAlternative
Flags to control behaviour of this ALT if used as a guard.
Mult - Class in org.jcsp.plugNplay
Scales an Integer stream.
Mult(int, ChannelInput, ChannelOutput) - Constructor for class org.jcsp.plugNplay.Mult
Construct a new Mult process with the input Channel in and the output Channel out.
MultInt - Class in org.jcsp.plugNplay.ints
Scales an integer stream.
MultInt(int, ChannelInputInt, ChannelOutputInt) - Constructor for class org.jcsp.plugNplay.ints.MultInt
Construct a new MultInt process with the input Channel in and the output Channel out.
Multiplex - Class in org.jcsp.plugNplay
Fair multiplexes its input Object stream array into one output stream (carrying source channel and data pairs).
Multiplex(AltingChannelInput[], ChannelOutput) - Constructor for class org.jcsp.plugNplay.Multiplex
Construct a new Multiplex process with the input Channel in and the output Channels out.
MultiplexInt - Class in org.jcsp.plugNplay.ints
Fair multiplexes its input integer stream array into one output stream (carrying source channel and data pairs).
MultiplexInt(AltingChannelInputInt[], ChannelOutputInt) - Constructor for class org.jcsp.plugNplay.ints.MultiplexInt
Construct a new MultiplexInt process with the input Channel in and the output Channels out.

CSP for Java
(JCSP) 1.1-rc4
A B C D E F G H I J L M N O P R S T U V W X Z
Submit a bug or feature to jcsp-team@kent.ac.uk
Version 1.1-rc4 of the JCSP API Specification (Copyright 1997-2008 P.D.Austin and P.H.Welch - All Rights Reserved)
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.