Class WicaChannel

java.lang.Object
ch.psi.wica.model.channel.WicaChannel
Direct Known Subclasses:
WicaStreamSerializer.WicaChannelDeserializerMixin, WicaStreamSerializer.WicaChannelSerializerMixin

@Immutable public class WicaChannel extends Object
Represents a readable or writable point of interest (or control point) in the environment of the wica server's backend control system.
  • Constructor Details

    • WicaChannel

      public WicaChannel()
    • WicaChannel

      public WicaChannel(WicaChannelName wicaChannelName, WicaChannelProperties wicaChannelProperties)
      Create a new WicaChannel with the specified name and properties.
      Parameters:
      wicaChannelName - the name of the channel.
      wicaChannelProperties - the properties of the channel.
  • Method Details