Uses of Interface
org.jcsp.lang.ChannelInputInt
Packages that use ChannelInputInt
Package
Description
This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
This provides an assortment of plug-and-play CSP components to wire together
(with int-carrying wires) and reuse.
-
Uses of ChannelInputInt in org.jcsp.lang
Subinterfaces of ChannelInputInt in org.jcsp.langModifier and TypeInterfaceDescriptioninterfaceThis is the same asChannelInputIntexcept that it is guaranteed safe to pass on to more than one internal process for parallel reading.Classes in org.jcsp.lang that implement ChannelInputIntModifier and TypeClassDescriptionclassThis extendsGuardandChannelInputIntto enable a process to choose between many integer input (and other) events.(package private) class(package private) class(package private) class(package private) classFields in org.jcsp.lang declared as ChannelInputIntModifier and TypeFieldDescriptionprivate final ChannelInputIntAltingChannelInputIntSymmetricImpl.inConstructors in org.jcsp.lang with parameters of type ChannelInputIntModifierConstructorDescription -
Uses of ChannelInputInt in org.jcsp.plugNplay.ints
Fields in org.jcsp.plugNplay.ints declared as ChannelInputIntModifier and TypeFieldDescriptionprivate final ChannelInputIntBlackHoleInt.inThe input Channelprivate final ChannelInputIntDelta2Int.inThe input Channelprivate final ChannelInputIntDeltaInt.inThe input Channelprivate final ChannelInputIntDemultiplexInt.inThe input Channelprivate final ChannelInputIntFixedDelayInt.inThe input Channelprivate final ChannelInputIntIdentityInt.inThe input Channelprivate final ChannelInputIntIntegrateInt.inThe input Channelprivate final ChannelInputInt[]MergeInt.inThe input channelsprivate final ChannelInputIntMultInt.inThe input Channelprivate final ChannelInputIntPairsInt.inThe input Channelprivate final ChannelInputInt[]ParaplexInt.inThe input channelsprivate final ChannelInputIntPrefixInt.inThe input Channelprivate ChannelInputIntPrinterInt.inThe channel from which to readprivate ChannelInputIntProcessReadInt.inThe channel from which to readprivate final ChannelInputIntSignInt.inThe input Channelprivate final ChannelInputIntSubstituteInt.inThe input Channelprivate final ChannelInputIntSuccessorInt.inThe input Channelprivate final ChannelInputIntTailInt.inThe input Channelprivate final ChannelInputIntAndInt.in0The first input Channelprivate final ChannelInputIntMerge2Int.in0The first input Channelprivate final ChannelInputIntNandInt.in0The first input Channelprivate final ChannelInputIntNorInt.in0The first input Channelprivate final ChannelInputIntOrInt.in0The first input Channelprivate final ChannelInputIntPlusInt.in0The first input Channelprivate final ChannelInputIntTimesInt.in0The first input Channelprivate final ChannelInputIntXorInt.in0The first input Channelprivate final ChannelInputIntAndInt.in1The second input Channelprivate final ChannelInputIntMerge2Int.in1The second input Channelprivate final ChannelInputIntNandInt.in1The second input Channelprivate final ChannelInputIntNorInt.in1The second input Channelprivate final ChannelInputIntOrInt.in1The second input Channelprivate final ChannelInputIntPlusInt.in1The second input Channelprivate final ChannelInputIntTimesInt.in1The second input Channelprivate final ChannelInputIntXorInt.in1The second input ChannelConstructors in org.jcsp.plugNplay.ints with parameters of type ChannelInputIntModifierConstructorDescriptionAndInt(ChannelInputInt in0, ChannelInputInt in1, ChannelOutputInt out) Construct a new AndInt process with the input Channels in0 and in1 and the output Channel out.Construct a new BlackHoleInt process with the input Channel in.Delta2Int(ChannelInputInt in, ChannelOutputInt out0, ChannelOutputInt out1) Construct a new Delta2Int process with the input Channel in and the output Channels out0 and out1.DeltaInt(ChannelInputInt in, ChannelOutputInt[] out) Construct a new DeltaInt process with the input Channel in and the output Channels out.DemultiplexInt(ChannelInputInt in, ChannelOutputInt[] out) Construct a new DemultiplexInt process with the input Channel in and the output Channels out.FixedDelayInt(long delayTime, ChannelInputInt in, ChannelOutputInt out) Construct a new FixedDelayInt process with the input Channel in and the output Channel out.IdentityInt(ChannelInputInt in, ChannelOutputInt out) Construct a new IdentityInt process with the input Channel in and the output Channel out.IntegrateInt(ChannelInputInt in, ChannelOutputInt out) Construct a new IntegrateInt process with the input Channel in and the output Channel out.Merge2Int(ChannelInputInt in0, ChannelInputInt in1, ChannelOutputInt out) Construct a new Merge2Int process with the input channels in0 and in1 and the output channel out.MergeInt(ChannelInputInt[] in, ChannelOutputInt out) Construct a new Merge2Int process with the input channels inand the output channel out.MultInt(int n, ChannelInputInt in, ChannelOutputInt out) Construct a new MultInt process with the input Channel in and the output Channel out.NandInt(ChannelInputInt in0, ChannelInputInt in1, ChannelOutputInt out) Construct a new NandInt process with the input Channels in0 and in1 and the output Channel out.NorInt(ChannelInputInt in0, ChannelInputInt in1, ChannelOutputInt out) Construct a new NorInt process with the input Channels in0 and in1 and the output Channel out.OrInt(ChannelInputInt in0, ChannelInputInt in1, ChannelOutputInt out) Construct a new OrInt process with the input Channels in0 and in1 and the output Channel out.PairsInt(ChannelInputInt in, ChannelOutputInt out) Construct a new PairsInt process with the input Channel in and the output Channel out.ParaplexInt(ChannelInputInt[] in, ChannelOutput out) Construct a new ParaplexInt process from the array of input channels to the output channel.PlusInt(ChannelInputInt in0, ChannelInputInt in1, ChannelOutputInt out) Construct a new PlusInt process with the input Channels in0 and in1 and the output Channel out.PrefixInt(int n, ChannelInputInt in, ChannelOutputInt out) Construct a new PrefixInt process with the input Channel in and the output Channel out.Construct a new PrinterInt with System.out as its PrintStream and empty prefix and postfix strings.PrinterInt(ChannelInputInt in, PrintStream printStream) Construct a new PrinterInt with empty prefix and postfix strings.PrinterInt(ChannelInputInt in, PrintStream printStream, String prefix, String postfix) Construct a new PrinterInt.PrinterInt(ChannelInputInt in, String prefix, String postfix) Construct a new PrinterInt with System.out as its PrintStream.Construct a new ProcessReadInt.SignInt(String sign, ChannelInputInt in, ChannelOutput out) Construct a new Sign process with the input Channel in and the output Channel out.SubstituteInt(ChannelInputInt in, ChannelOutputInt out, int n) Construct a new SubstituteInt process.SuccessorInt(ChannelInputInt in, ChannelOutputInt out) Construct a new SuccessorInt process with the input Channel in and the output Channel out.TailInt(ChannelInputInt in, ChannelOutputInt out) Construct a new TailInt process with the input Channel in and the output Channel out.TimesInt(ChannelInputInt in0, ChannelInputInt in1, ChannelOutputInt out) Construct a new TimesInt process with the input Channels in0 and in1 and the output Channel out.XorInt(ChannelInputInt in0, ChannelInputInt in1, ChannelOutputInt out) Construct a new XorInt process with the input Channels in0 and in1 and the output Channel out. -
Uses of ChannelInputInt in org.jcsp.test
Fields in org.jcsp.test declared as ChannelInputIntConstructors in org.jcsp.test with parameters of type ChannelInputIntModifierConstructorDescriptionExtendedReaderSyncInt(AltingBarrier[][] barriers, ChannelInputInt in, int iterations) ExtendedReaderSyncInt(AltingBarrier barrier, ChannelInputInt in, int iterations)