Uses of Class
io.github.sumeetk321.FIFOChannel
-
Uses of FIFOChannel in io.github.sumeetk321
Methods in io.github.sumeetk321 that return FIFOChannelModifier and TypeMethodDescriptionProcessNode.getOutgoingChannel()Returns the outgoing FIFO channel.Methods in io.github.sumeetk321 that return types with arguments of type FIFOChannelModifier and TypeMethodDescriptionList<FIFOChannel<T>>ProcessNode.getIncomingChannels()Returns the list of incoming FIFO channels.Methods in io.github.sumeetk321 with parameters of type FIFOChannelModifier and TypeMethodDescriptionvoidProcessNode.addIncomingChannel(FIFOChannel<T> f) Adds a FIFO channel to the list of incoming FIFO channels.voidProcessNode.setOutgoingChannel(FIFOChannel<T> f) Sets the outgoing FIFO channel