Class WicaStreamSerializer.WicaStreamSerializerMixin
java.lang.Object
ch.psi.wica.model.stream.WicaStream
ch.psi.wica.infrastructure.stream.WicaStreamSerializer.WicaStreamSerializerMixin
- Enclosing class:
WicaStreamSerializer
WicaStreamSerializerMixin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Set
<WicaChannel> Returns the stream's channels.abstract WicaStreamProperties
Returns the stream's properties.Methods inherited from class ch.psi.wica.model.stream.WicaStream
getWicaChannel, getWicaStreamId, toString
-
Constructor Details
-
WicaStreamSerializerMixin
public WicaStreamSerializerMixin()
-
-
Method Details
-
getWicaStreamProperties
Description copied from class:WicaStream
Returns the stream's properties.- Overrides:
getWicaStreamProperties
in classWicaStream
- Returns:
- the object.
-
getWicaChannels
Description copied from class:WicaStream
Returns the stream's channels.- Overrides:
getWicaChannels
in classWicaStream
- Returns:
- the object.
-