Uses of Class
ch.psi.wica.model.stream.WicaStreamProperties
Packages that use WicaStreamProperties
Package
Description
Classes providing support for the low-level infrastructure that underpins a wica channel.
Classes providing support for the low-level infrastructure that underpins a wica stream.
Domain classes providing support for the abstractions associated with a wica stream.
-
Uses of WicaStreamProperties in ch.psi.wica.infrastructure.channel
Methods in ch.psi.wica.infrastructure.channel with parameters of type WicaStreamPropertiesModifier and TypeMethodDescriptionWicaChannelPropertiesBuilder.withChannelPropertiesFromStream
(WicaStreamProperties wicaStreamProperties) -
Uses of WicaStreamProperties in ch.psi.wica.infrastructure.stream
Subclasses of WicaStreamProperties in ch.psi.wica.infrastructure.streamModifier and TypeClassDescriptionstatic class
WicaStreamPropertiesDeserializerMixinstatic class
WicaStreamPropertiesSerializerMixinMethods in ch.psi.wica.infrastructure.stream that return WicaStreamPropertiesModifier and TypeMethodDescriptionWicaStreamPropertiesBuilder.build()
abstract WicaStreamProperties
WicaStreamSerializer.WicaStreamSerializerMixin.getWicaStreamProperties()
Methods in ch.psi.wica.infrastructure.stream with parameters of type WicaStreamPropertiesModifier and TypeMethodDescriptionWicaStreamBuilder.withStreamProperties
(WicaStreamProperties wicaStreamProperties) WicaStreamPropertiesBuilder.withStreamProperties
(WicaStreamProperties wicaStreamProperties) Constructors in ch.psi.wica.infrastructure.stream with parameters of type WicaStreamPropertiesModifierConstructorDescriptionWicaStreamDeserializerMixin
(WicaStreamProperties wicaStreamProperties, Set<WicaChannel> wicaChannels) -
Uses of WicaStreamProperties in ch.psi.wica.model.stream
Methods in ch.psi.wica.model.stream that return WicaStreamPropertiesModifier and TypeMethodDescriptionWicaStream.getWicaStreamProperties()
Returns the stream's properties.Constructors in ch.psi.wica.model.stream with parameters of type WicaStreamPropertiesModifierConstructorDescriptionWicaStream
(WicaStreamId wicaStreamId, WicaStreamProperties wicaStreamProperties, Set<WicaChannel> wicaChannels) Constructs a new stream for the specified channels with the specified stream properties.WicaStream
(WicaStreamProperties wicaStreamProperties, Set<WicaChannel> wicaChannels)