org.gcube.data.streams.dsl.publish
Class PublishRsEnv<E>
java.lang.Object
org.gcube.data.streams.dsl.StreamClauseEnv<E>
org.gcube.data.streams.dsl.publish.PublishRsEnv<E>
- Type Parameters:
E - the type of elements of the input stream
public class PublishRsEnv<E>
- extends StreamClauseEnv<E>
The StreamClauseEnv in which publish sentences are evaluated.
- Author:
- Fabio Simeoni
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PublishRsEnv
public PublishRsEnv(Stream<E> stream)
- Creates an instance with a
Stream
- Parameters:
stream - the stream
PublishRsEnv
public PublishRsEnv(Stream<E> stream,
RecordFactory<E> factory)
- Creates an instance with a
Stream and a RecordFactory
- Parameters:
stream - the streamfactory - the factory
Copyright © 2012. All Rights Reserved.