Package org.jcsp.net

Interface NetLabelledBufferedChannelEndFactory

    • Method Detail

      • createNet2One

        NetAltingChannelInput createNet2One​(String label,
                                            ChannelDataStore buffer)
        Constructs a buffered NetAltingChannelInput which has a VCN assigned with the specified label.
        Parameters:
        label - the label to apply to the channel's VCN.
        buffer - the ChannelDataStore to use.
        Returns:
        the constructed NetAltingChannelInput object.
      • createNet2Any

        NetSharedChannelInput createNet2Any​(String label,
                                            ChannelDataStore buffer)
        Constructs a buffered NetSharedChannelInput which has a VCN assigned with the specified label.
        Parameters:
        label - the label to apply to the channel's VCN.
        buffer - the ChannelDataStore to use.
        Returns:
        the constructed NetSharedChannelInput object.