Class BarrierData
java.lang.Object
org.jcsp.net2.BarrierData
Contains the data that relates to a networked Barrier. This is an external data structure within JCSP networking, and
is held by both the NetBarrier and the BarrierManager. For information on the operation of the NetBarrier, see the
relevant documentation.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) byteThe current state of the Barrier(package private) ChannelOutputThe connection to the Barrier for connecting to the NetBarrier object from the Link(package private) intThe virtual Barrier number that uniquely identifies the Barrier within the Node -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
vbn
int vbnThe virtual Barrier number that uniquely identifies the Barrier within the Node -
state
byte stateThe current state of the Barrier -
toBarrier
ChannelOutput toBarrierThe connection to the Barrier for connecting to the NetBarrier object from the Link
-
-
Constructor Details
-
BarrierData
BarrierData()
-