Uses of Class
org.jcsp.lang.Alternative
Packages that use Alternative
Package
Description
This provides CSP extensions for all AWT
Component components:
GUI events and widget configurations map to channel communications.This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
This is main package for JCSP.NET.
-
Uses of Alternative in org.jcsp.awt
Fields in org.jcsp.awt declared as Alternative -
Uses of Alternative in org.jcsp.lang
Fields in org.jcsp.lang declared as AlternativeModifier and TypeFieldDescriptionprivate AlternativeAltingBarrier.altThe process offering this barrier (protected by the base monitor).private AlternativeBufferedOne2OneChannel.altprivate AlternativeBufferedOne2OneChannelIntImpl.altThe Alternative class that controls the selectionprivate AlternativeInlineAlternative.altIf used as a top level ALT, the work will be delegated to thisprivate AlternativeOne2OneChannelImpl.altThe Alternative class that controls the selectionprivate AlternativeOne2OneChannelIntImpl.altThe Alternative class that controls the selectionprivate AlternativePoisonableBufferedOne2OneChannel.altprivate AlternativePoisonableBufferedOne2OneChannelInt.altprivate AlternativePoisonableOne2OneChannelImpl.altThe Alternative class that controls the selectionprivate AlternativePoisonableOne2OneChannelIntImpl.altThe Alternative class that controls the selectionprivate AlternativeAltingBarrier.pollAltUsed to support themethod.invalid reference
syncprivate AlternativeAltingBarrier.singleAltUsed to support themethod.syncMethods in org.jcsp.lang with parameters of type AlternativeModifier and TypeMethodDescription(package private) booleanAltingBarrier.enable(Alternative a) (package private) booleanAltingChannelInputImpl.enable(Alternative alt) (package private) booleanAltingChannelInputIntImpl.enable(Alternative alt) (package private) booleanAltingChannelInputIntSymmetricImpl.enable(Alternative alt) (package private) booleanAltingChannelInputSymmetricImpl.enable(Alternative alt) (package private) booleanAltingChannelInputWrapper.enable(Alternative alt) Deprecated.Returns true if the event is ready.(package private) booleanAltingChannelOutputIntSymmetricImpl.enable(Alternative alt) (package private) booleanAltingChannelOutputSymmetricImpl.enable(Alternative alt) (package private) booleanAltingConnectionClient.enable(Alternative alt) Returns true if the event is ready.(package private) booleanAltingConnectionServer.enable(Alternative alt) Returns true if the event is ready.(package private) booleanAny2OneCallChannel.enable(Alternative alt) This is one of theGuardmethods needed by theAlternativeclass.(package private) booleanCSTimer.enable(Alternative alt) Enables this guard.(package private) abstract booleanGuard.enable(Alternative alt) Returns true if the event is ready.(package private) booleanInlineAlternative.enable(Alternative alt) Enable this ALT as a guard within its parent ALT.(package private) booleanOne2OneCallChannel.enable(Alternative alt) This is one of theGuardmethods needed by theAlternativeclass.(package private) booleanRejectableAltingChannelInputImpl.enable(Alternative alt) (package private) booleanSkip.enable(Alternative alt) Enables this guard.(package private) booleanStop.enable(Alternative alt) Enables this guard.booleanAny2AnyImpl.readerEnable(Alternative alt) booleanAny2AnyIntImpl.readerEnable(Alternative alt) booleanAny2OneImpl.readerEnable(Alternative alt) booleanAny2OneIntImpl.readerEnable(Alternative alt) booleanBufferedOne2OneChannel.readerEnable(Alternative alt) turns on Alternative selection for the channel.booleanBufferedOne2OneChannelIntImpl.readerEnable(Alternative alt) turns on Alternative selection for the channel.booleanChannelInternals.readerEnable(Alternative alt) booleanChannelInternalsInt.readerEnable(Alternative alt) booleanOne2AnyImpl.readerEnable(Alternative alt) booleanOne2AnyIntImpl.readerEnable(Alternative alt) booleanOne2OneChannelImpl.readerEnable(Alternative alt) turns on Alternative selection for the channel.booleanOne2OneChannelIntImpl.readerEnable(Alternative alt) turns on Alternative selection for the channel.booleanPoisonableBufferedOne2OneChannel.readerEnable(Alternative alt) turns on Alternative selection for the channel.booleanPoisonableBufferedOne2OneChannelInt.readerEnable(Alternative alt) turns on Alternative selection for the channel.booleanPoisonableOne2OneChannelImpl.readerEnable(Alternative alt) turns on Alternative selection for the channel.booleanPoisonableOne2OneChannelIntImpl.readerEnable(Alternative alt) turns on Alternative selection for the channel.protected voidGuard.schedule(Alternative alt) Schedules the process performing the given Alternative to run again. -
Uses of Alternative in org.jcsp.net
Fields in org.jcsp.net declared as Alternative