Uses of Class
org.jcsp.net2.BarrierData
Packages that use BarrierData
-
Uses of BarrierData in org.jcsp.net2
Fields in org.jcsp.net2 declared as BarrierDataModifier and TypeFieldDescriptionprivate final BarrierData
NetBarrier.data
The data structure representing this NetBarrier objectprivate BarrierData
NetBarrier.localBar
Used by a locally connected barrier to allow it to check the state prior to sending the SYNC.Methods in org.jcsp.net2 that return BarrierDataModifier and TypeMethodDescription(package private) BarrierData
BarrierManager.getBarrier
(int idx) Retrieves a barrier from the tableMethods in org.jcsp.net2 with parameters of type BarrierDataModifier and TypeMethodDescription(package private) void
BarrierManager.create
(int idx, BarrierData bd) Stores a barrier with the given index in the table.(package private) void
BarrierManager.create
(BarrierData bd) Allocates a new number to the Barrier, and stores it in the table.(package private) void
Link.deRegisterBarrier
(BarrierData data) Unregisters a barrier with the Link(package private) void
Link.registerBarrier
(BarrierData data) Registers a barrier with the Link(package private) void
BarrierManager.removeBarrier
(BarrierData data) Removes the given barrier from the table of barriers.Constructors in org.jcsp.net2 with parameters of type BarrierDataModifierConstructorDescriptionprivate
NetBarrier
(BarrierData barData, int numToEnroll, int netNumToEnroll, NetBarrierLocation serverLocation, AltingChannelInput inToBar, ChannelOutput toLink) The constructor for a NetBarrier